/src/usr.bin/systat/ |
netcmds.c | 69 static struct hitem { struct 297 struct hitem *p; 326 struct hitem *p; 345 struct hitem *p; 364 struct hitem *p;
|
netcmds.c | 69 static struct hitem { struct 297 struct hitem *p; 326 struct hitem *p; 345 struct hitem *p; 364 struct hitem *p;
|
/src/usr.bin/usbhidctl/ |
usbhid.c | 631 struct hid_item hitem; local in function:devloop 660 while (hid_get_item(hdata, &hitem)) { 663 switch (hitem.kind) { 667 colls[collind++] = hitem.usage; 681 if (reportid != -1 && hitem.report_ID != reportid) 684 matchvar = hidmatch(colls, collind, &hitem, 688 matchvar->opfunc(&hitem, matchvar, 704 struct hid_item hitem; local in function:devshow 723 while (hid_get_item(hdata, &hitem)) { 729 hitem.kind, hitem.report_ID, hitem.usage) [all...] |
usbhid.c | 631 struct hid_item hitem; local in function:devloop 660 while (hid_get_item(hdata, &hitem)) { 663 switch (hitem.kind) { 667 colls[collind++] = hitem.usage; 681 if (reportid != -1 && hitem.report_ID != reportid) 684 matchvar = hidmatch(colls, collind, &hitem, 688 matchvar->opfunc(&hitem, matchvar, 704 struct hid_item hitem; local in function:devshow 723 while (hid_get_item(hdata, &hitem)) { 729 hitem.kind, hitem.report_ID, hitem.usage) [all...] |