Searched refs:type_num (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/usb_id/
H A Dusb_id.c143 int type_num = 0; local
147 type_num = strtoul(from, &eptr, 0);
149 switch (type_num) {
170 return type_num;
175 int type_num; local
179 type_num = strtoul(from, &eptr, 0);
181 switch (type_num) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/scsi_id/
H A Dscsi_id.c136 int type_num; local
140 type_num = strtoul(from, &eptr, 0);
142 switch (type_num) {

Completed in 47 milliseconds