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

/systemd/src/udev/scsi_id/
H A Dscsi_id.c71 int type_num; local
75 type_num = strtoul(from, &eptr, 0);
77 switch (type_num) {
/systemd/src/udev/
H A Dudev-builtin-usb_id.c88 int type_num = 0; local
92 type_num = strtoul(from, &eptr, 0);
94 switch (type_num) {
115 return type_num;
119 int type_num; local
123 type_num = strtoul(from, &eptr, 0);
125 switch (type_num) {

Completed in 1030 milliseconds