Symbol: hubd_get_soft_state
usr/src/uts/common/io/usb/usba/hubdi.c
1160
hubd = hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
1373
hubd_t *hubd = hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
1420
hubd_t *hubd = hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
1497
hubd = hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
1757
hubd = hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
1854
hubd = hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
1879
hubd = hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
2154
hubd_t *hubd = hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
2370
hubd = hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
2484
root_hubd = hubd_get_soft_state(rh_dip);
usr/src/uts/common/io/usb/usba/hubdi.c
2502
root_hubd = hubd_get_soft_state(rh_dip);
usr/src/uts/common/io/usb/usba/hubdi.c
6847
hubd_t *hubd = (hubd_t *)hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
6870
hubd_t *hubd = (hubd_t *)hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
6911
hubd_t *hubd = (hubd_t *)hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
7132
hubd_t *hubd = (hubd_t *)hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
7210
hubd_t *hubd = (hubd_t *)hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
7239
hubd_t *hubd = (hubd_t *)hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
7401
hubd_t *hubd = (hubd_t *)hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
7613
hubd = hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
7648
hubd = hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
7684
if ((hubd = hubd_get_soft_state(self)) == NULL) {
usr/src/uts/common/io/usb/usba/hubdi.c
8360
phubd = hubd_get_soft_state(pdip);
usr/src/uts/common/io/usb/usba/hubdi.c
8644
phubd = hubd_get_soft_state(pdip);
usr/src/uts/common/io/usb/usba/hubdi.c
8705
if ((hubd = hubd_get_soft_state(dip)) == NULL) {
usr/src/uts/common/io/usb/usba/hubdi.c
8778
hubd_t *hubd = hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
8839
hubd_t *hubd = hubd_get_soft_state(dip);
usr/src/uts/common/io/usb/usba/hubdi.c
9205
if ((hubd = hubd_get_soft_state(hdip)) == NULL) {
usr/src/uts/common/sys/usb/hubd/hubdvar.h
440
hubd_t *hubd_get_soft_state(dev_info_t *);