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; local
938 if_count = 1;
946 for (i = 0; i < n_ifs; i += if_count) {
966 i, &if_count);
978 * IA node owns if_count interfaces.
983 usb_mid->mi_children_ifs[i] = if_count;
984 for (j = i + 1; j < i + if_count; j++) {
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c823 int first_if, if_count; local
826 if_count = ddi_prop_get_int(DDI_DEV_T_ANY, dip,
828 if_count += first_if;
830 return ((n_if >= first_if && n_if < if_count) ? B_TRUE : B_FALSE);
H A Dusba.c163 int if_count = ddi_prop_get_int(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS, local
166 return ((if_count) ? B_TRUE : B_FALSE);
2282 * dip. if_count returns amount of interfaces which are associated within
2289 uint_t *if_count)
2327 *if_count = 1;
2515 *if_count = ia_descr.bInterfaceCount;
2287 usba_ready_interface_association_node(dev_info_t *dip, uint_t first_if, uint_t *if_count) argument

Completed in 55 milliseconds