Searched refs:ifaceno (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/usb/
H A Dusb_parse.c291 uint8_t ifaceno; local
299 ifaceno = id->bInterfaceNumber;
308 if (id->bInterfaceNumber == ifaceno) {
/freebsd-11-stable/tools/tools/iwi/
H A Diwistats.c117 int ifaceno; local
119 if (sscanf(iface, "iwi%u", &ifaceno) != 1)
123 (void)snprintf(oid, sizeof(oid), "dev.iwi.%u.stats", ifaceno);
/freebsd-11-stable/tools/tools/ipw/
H A Dipwstats.c249 int ifaceno, len; local
251 if (sscanf(iface, "ipw%u", &ifaceno) != 1)
255 snprintf(oid, sizeof oid, "dev.ipw.%u.stats", ifaceno);

Completed in 80 milliseconds