Home
last modified time | relevance | path

Searched refs:PPMD_LOCK_ONE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c214 "FET", PPMD_FET, PPMD_LOCK_ONE, PPMD_ON,
215 "PCI", PPMD_PCI, PPMD_LOCK_ONE, PPMD_ON,
216 "PCI_PROP", PPMD_PCI_PROP, PPMD_LOCK_ONE, PPMD_ON,
218 "PCIE", PPMD_PCIE, PPMD_LOCK_ONE, PPMD_ON,
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c94 static ppm_domain_t xcppm_1394 = { "domain_1394", PPMD_LOCK_ONE };
96 static ppm_domain_t xcppm_fet = { "domain_powerfet", PPMD_LOCK_ONE };
97 static ppm_domain_t xcppm_upa = { "domain_pciupa", PPMD_LOCK_ONE };
1516 domp->dflags == PPMD_LOCK_ONE); in xcppm_ctlops()
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h277 #define PPMD_LOCK_ONE 0x1 macro