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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c561 int ari_mode = B_FALSE; local
593 if (ari_mode)
617 if (ari_mode == B_TRUE)
685 ari_mode = B_TRUE;
690 if (ari_mode == B_TRUE) {
4060 int ari_mode = B_FALSE; local
4505 for (i = 0; ((i < PCI_MAX_DEVICES) && (ari_mode == B_FALSE));
4508 if (ari_mode)
4554 ari_mode = B_TRUE;
4560 if (ari_mode
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c723 int ari_mode = B_FALSE; local
750 if (ari_mode)
779 if (ari_mode == B_TRUE)
814 ari_mode = B_TRUE;
820 if (ari_mode == B_TRUE) {
4911 int ari_mode = B_FALSE; local
5248 for (i = 0; ((i < PCICFG_MAX_DEVICE) && (ari_mode == B_FALSE));
5251 if (ari_mode)
5300 ari_mode = B_TRUE;
5307 if (ari_mode
[all...]

Completed in 95 milliseconds