Searched refs:pcihp_get_soft_state (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 236 static pcihp_t *pcihp_get_soft_state(dev_info_t *dip, int cmd, int *rv); 448 pcihp_get_soft_state( in pcihp_get_soft_state() function 526 pcihp_p = pcihp_get_soft_state(self, PCIHP_DR_NOOP, &rv); in pcihp_open() 595 pcihp_p = pcihp_get_soft_state(self, PCIHP_DR_NOOP, &rv); in pcihp_close() 795 pcihp_p = pcihp_get_soft_state(self, state_locking, &rval); in pcihp_ioctl() 1441 (void) pcihp_get_soft_state(self, state_unlocking, &rval); in pcihp_ioctl() 1802 if (pcihp_get_soft_state(dip, PCIHP_DR_NOOP, &rv) != NULL) { in pcihp_init() 1901 pcihp_p = pcihp_get_soft_state(dip, PCIHP_DR_BUS_UNCONFIGURE, &rv); in pcihp_uninit() 1984 pcihp_p = pcihp_get_soft_state(dip, PCIHP_DR_SLOT_ENTER, &rval); in pcihp_new_slot_state() 2294 (void) pcihp_get_soft_state(dip, PCIHP_DR_SLOT_EXIT, &rval); in pcihp_new_slot_state() [all …]
|