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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_nat.c474 char *errptr; local
476 id = strtol(name, &errptr, 10);
477 if (id == 0 || *errptr != '\0')
573 char *errptr; local
590 id = strtol(ucfg->name, &errptr, 10);
591 if (id == 0 || *errptr != '\0')
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpivar.h198 uint32_t errptr; member in struct:wpi_softc
H A Dif_wpi.c2286 sc->errptr = le32toh(uc->errptr);
2457 if (sc->errptr < WPI_FW_DATA_BASE ||
2458 sc->errptr + sizeof (dump) >
2461 sc->errptr);
2469 count = wpi_mem_read(sc, sc->errptr);
2477 offset = sc->errptr + sizeof (uint32_t);
H A Dif_wpireg.h712 uint32_t errptr; member in struct:wpi_ucode_info
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnvar.h324 uint32_t errptr; member in struct:iwn_softc
H A Dif_iwn.c3915 sc->errptr = le32toh(uc->errptr);
4042 if (sc->errptr < IWN_FW_DATA_BASE ||
4043 sc->errptr + sizeof (dump) >
4046 sc->errptr);
4054 iwn_mem_read_region_4(sc, sc->errptr, (uint32_t *)&dump,
H A Dif_iwnreg.h1260 uint32_t errptr; member in struct:iwn_ucode_info

Completed in 148 milliseconds