Home
last modified time | relevance | path

Searched refs:if_count (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c920 uint_t n_ifs, if_count; in usb_mid_create_children() local
938 if_count = 1; in usb_mid_create_children()
946 for (i = 0; i < n_ifs; i += if_count) { in usb_mid_create_children()
966 i, &if_count); in usb_mid_create_children()
983 usb_mid->mi_children_ifs[i] = if_count; in usb_mid_create_children()
984 for (j = i + 1; j < i + if_count; j++) { in usb_mid_create_children()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c824 int first_if, if_count; in usba_check_if_in_ia() local
827 if_count = ddi_prop_get_int(DDI_DEV_T_ANY, dip, in usba_check_if_in_ia()
829 if_count += first_if; in usba_check_if_in_ia()
831 return ((n_if >= first_if && n_if < if_count) ? B_TRUE : B_FALSE); in usba_check_if_in_ia()
H A Dusba.c165 int if_count = ddi_prop_get_int(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS, in usba_owns_ia() local
168 return ((if_count) ? B_TRUE : B_FALSE); in usba_owns_ia()
2327 uint_t *if_count) in usba_ready_interface_association_node() argument
2365 *if_count = 1; in usba_ready_interface_association_node()
2553 *if_count = ia_descr.bInterfaceCount; in usba_ready_interface_association_node()