Searched refs:devs_attached (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/io/dr/ |
H A D | dr.c | 3066 dr_devset_t devs_lost, devs_attached = 0; local 3089 DEVSET_ADD(devs_attached, SBD_COMP_CPU, i); 3107 DEVSET_ADD(devs_attached, SBD_COMP_MEM, i); 3128 DEVSET_ADD(devs_attached, SBD_COMP_IO, i); 3135 DR_DEVS_CONFIGURE(bp, devs_attached); 3136 if (devs_attached && ((devs_lost = DR_DEVS_UNATTACHED(bp)) != 0)) {
|
/illumos-gate/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr.c | 3109 dr_devset_t devs_lost, devs_attached = 0; local 3132 DEVSET_ADD(devs_attached, SBD_COMP_CPU, i); 3150 DEVSET_ADD(devs_attached, SBD_COMP_MEM, i); 3171 DEVSET_ADD(devs_attached, SBD_COMP_IO, i); 3178 DR_DEVS_CONFIGURE(bp, devs_attached); 3179 if (devs_attached && ((devs_lost = DR_DEVS_UNATTACHED(bp)) != 0)) {
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 4651 sbd_devset_t devs_lost, devs_attached = 0; local 4693 DEVSET_ADD(devs_attached, SBD_COMP_CPU, i); 4753 DEVSET_ADD(devs_attached, SBD_COMP_MEM, i); 4792 DEVSET_ADD(devs_attached, SBD_COMP_IO, i); 4799 SBD_DEVS_CONFIGURE(sbp, devs_attached); 4800 if (devs_attached && ((devs_lost = SBD_DEVS_UNATTACHED(sbp)) != 0)) {
|
Completed in 83 milliseconds