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

/illumos-gate/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c294 usb_ia_post_attach(usb_ia_t *usb_ia, uint8_t ifno, struct attachspec *as) argument
297 "usb_ia_post_attach: ifno = %d result = %d", ifno, as->result);
303 usb_ia_post_detach(usb_ia_t *usb_ia, uint8_t ifno, struct detachspec *ds) argument
306 "usb_ia_post_detach: ifno = %d result = %d", ifno, ds->result);
871 int ifno; local
875 ifno = usba_get_ifno(rdip)- usb_ia->ia_first_if;
878 if (ifno < 0) {
879 ifno
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c314 usb_mid_post_attach(usb_mid_t *usb_mid, uint8_t ifno, struct attachspec *as) argument
317 "usb_mid_post_attach: ifno = %d result = %d", ifno, as->result);
336 usb_mid_post_detach(usb_mid_t *usb_mid, uint8_t ifno, struct detachspec *ds) argument
339 "usb_mid_post_detach: ifno = %d result = %d", ifno, ds->result);
1077 int ifno = usba_get_ifno(rdip); local
1093 usb_mid->mi_child_events[ifno] |=
1100 usb_mid->mi_child_events[ifno] |=

Completed in 61 milliseconds