Searched refs:errptr (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_nat.c478 char *errptr; local
480 id = strtol(name, &errptr, 10);
481 if (id == 0 || *errptr != '\0')
580 char *errptr; local
597 id = strtol(ucfg->name, &errptr, 10);
598 if (id == 0 || *errptr != '\0')
/freebsd-current/sys/dev/wpi/
H A Dif_wpivar.h199 uint32_t errptr; member in struct:wpi_softc
H A Dif_wpi.c2307 sc->errptr = le32toh(uc->errptr);
2478 if (sc->errptr < WPI_FW_DATA_BASE ||
2479 sc->errptr + sizeof (dump) >
2482 sc->errptr);
2490 count = wpi_mem_read(sc, sc->errptr);
2498 offset = sc->errptr + sizeof (uint32_t);
H A Dif_wpireg.h708 uint32_t errptr; member in struct:wpi_ucode_info
/freebsd-current/sys/dev/iwn/
H A Dif_iwnvar.h328 uint32_t errptr; member in struct:iwn_softc
H A Dif_iwn.c4088 sc->errptr = le32toh(uc->errptr);
4216 if (sc->errptr < IWN_FW_DATA_BASE ||
4217 sc->errptr + sizeof (dump) >
4220 sc->errptr);
4228 iwn_mem_read_region_4(sc, sc->errptr, (uint32_t *)&dump,
H A Dif_iwnreg.h1293 uint32_t errptr; member in struct:iwn_ucode_info

Completed in 152 milliseconds