Searched defs:pcihp_get_soft_state (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c88 /* pcihp_get_soft_state() command argument */
232 static pcihp_t *pcihp_get_soft_state(dev_info_t *dip, int cmd, int *rv);
444 pcihp_get_soft_state( function
522 pcihp_p = pcihp_get_soft_state(self, PCIHP_DR_NOOP, &rv);
591 pcihp_p = pcihp_get_soft_state(self, PCIHP_DR_NOOP, &rv);
793 pcihp_p = pcihp_get_soft_state(self, state_locking, &rval);
1439 (void) pcihp_get_soft_state(self, state_unlocking, &rval);
1802 if (pcihp_get_soft_state(dip, PCIHP_DR_NOOP, &rv) != NULL) {
1901 pcihp_p = pcihp_get_soft_state(dip, PCIHP_DR_BUS_UNCONFIGURE, &rv);
1984 pcihp_p = pcihp_get_soft_state(di
[all...]

Completed in 49 milliseconds