Home
last modified time | relevance | path

Searched refs:USBA_DEV_CONFIG_INDEX_UNDEFINED (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c5745 user_conf = USBA_DEV_CONFIG_INDEX_UNDEFINED; in hubd_select_device_configuration()
6507 user_conf_index = USBA_DEV_CONFIG_INDEX_UNDEFINED; in hubd_create_child()
6575 if (user_conf_index == USBA_DEV_CONFIG_INDEX_UNDEFINED) { in hubd_create_child()
H A Dusbai_register.c1202 if (state->st_cfg_to_build == USBA_DEV_CONFIG_INDEX_UNDEFINED) { in usba_set_parse_values()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_impl.h248 #define USBA_DEV_CONFIG_INDEX_UNDEFINED -1 macro