Searched refs:ppm_pcie_pwr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c205 static int ppm_pcie_pwr(ppm_domain_t *, int);
1280 ret = ppm_pcie_pwr(domp, PPMD_ON);
1334 ret = ppm_pcie_pwr(domp, PPMD_OFF);
2135 *result = ppm_pcie_pwr(domp, PPMD_ON);
2193 dummy_ret = ppm_pcie_pwr(domp, PPMD_OFF);
2306 ppm_pcie_pwr(ppm_domain_t *domp, int onoff) function
2309 char *str = "ppm_pcie_pwr";
2623 if ((ret = ppm_pcie_pwr(domp, PPMD_ON)) ==
2699 if ((ret = ppm_pcie_pwr(domp, PPMD_OFF)) ==

Completed in 108 milliseconds