Symbol: pcihp_get_soft_state
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1441
(void) pcihp_get_soft_state(self, state_unlocking, &rval);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1802
if (pcihp_get_soft_state(dip, PCIHP_DR_NOOP, &rv) != NULL) {
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1901
pcihp_p = pcihp_get_soft_state(dip, PCIHP_DR_BUS_UNCONFIGURE, &rv);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1984
pcihp_p = pcihp_get_soft_state(dip, PCIHP_DR_SLOT_ENTER, &rval);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
2294
(void) pcihp_get_soft_state(dip, PCIHP_DR_SLOT_EXIT, &rval);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
2330
pcihp_p = pcihp_get_soft_state(self, PCIHP_DR_SLOT_ENTER, &rval);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
236
static pcihp_t *pcihp_get_soft_state(dev_info_t *dip, int cmd, int *rv);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
2369
(void) pcihp_get_soft_state(self, PCIHP_DR_SLOT_EXIT, &rval);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
2434
(void) pcihp_get_soft_state(self, PCIHP_DR_SLOT_EXIT,
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
2564
(void) pcihp_get_soft_state(self, PCIHP_DR_SLOT_EXIT,
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
2994
(void) pcihp_get_soft_state(self, PCIHP_DR_SLOT_EXIT, &rval);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
526
pcihp_p = pcihp_get_soft_state(self, PCIHP_DR_NOOP, &rv);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
595
pcihp_p = pcihp_get_soft_state(self, PCIHP_DR_NOOP, &rv);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
795
pcihp_p = pcihp_get_soft_state(self, state_locking, &rval);