Searched refs:devs_lost (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 3136 if (devs_attached && ((devs_lost = DR_DEVS_UNATTACHED(bp)) != 0)) { 3155 f, DEVSET_FMT_ARG(devs_lost)); 3158 if (!DEVSET_IN_SET(devs_lost, SBD_COMP_CPU, ut)) 3166 if (!DEVSET_IN_SET(devs_lost, SBD_COMP_MEM, ut)) 3174 if (!DEVSET_IN_SET(devs_lost, SBD_COMP_IO, ut)) 3181 DR_DEVS_DISCONNECT(bp, devs_lost);
|
/illumos-gate/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr.c | 3109 dr_devset_t devs_lost, devs_attached = 0; local 3179 if (devs_attached && ((devs_lost = DR_DEVS_UNATTACHED(bp)) != 0)) { 3196 PR_ALL("%s: some devices LOST (0x%lx)...\n", f, devs_lost); 3199 if (!DEVSET_IN_SET(devs_lost, SBD_COMP_CPU, ut)) 3207 if (!DEVSET_IN_SET(devs_lost, SBD_COMP_MEM, ut)) 3215 if (!DEVSET_IN_SET(devs_lost, SBD_COMP_IO, ut)) 3222 DR_DEVS_DISCONNECT(bp, devs_lost);
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 4651 sbd_devset_t devs_lost, devs_attached = 0; local 4800 if (devs_attached && ((devs_lost = SBD_DEVS_UNATTACHED(sbp)) != 0)) { 4810 f, devs_lost); 4813 if (DEVSET_IN_SET(devs_lost, SBD_COMP_CPU, ut)) { 4819 if (DEVSET_IN_SET(devs_lost, SBD_COMP_MEM, ut)) { 4825 if (DEVSET_IN_SET(devs_lost, SBD_COMP_IO, ut)) {
|
Completed in 79 milliseconds