Searched defs:iresp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c862 ppm_lock_one(ppm_dev_t *ppmd, power_req_t *reqp, int *iresp) argument
876 *iresp = pm_try_locking_power_single(ppmd->dip,
887 ppm_lock_all(ppm_domain_t *domp, power_req_t *reqp, int *iresp) argument
918 *iresp = 0;
921 *iresp = pm_try_locking_power_single(domp->devlist->dip,
923 if (*iresp)
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c1344 xcppm_lock_one(ppm_dev_t *ppmd, power_req_t *reqp, int *iresp) argument
1358 *iresp = pm_try_locking_power_single(ppmd->dip,
1369 xcppm_lock_all(ppm_domain_t *domp, power_req_t *reqp, int *iresp) argument
1400 *iresp = 0;
1403 *iresp = pm_try_locking_power_single(domp->devlist->dip,
1405 if (*iresp)
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c8673 int *iresp = (int *)resultp; local
8678 *iresp = DDI_SUCCESS;
8712 return (*iresp = ret);
8756 *iresp = DDI_FAILURE;
8768 *iresp = DDI_SUCCESS;
8778 *iresp = DDI_SUCCESS;
8787 *iresp = DDI_FAILURE;
8796 *iresp = DDI_FAILURE;
8823 *iresp = DDI_FAILURE;
8830 *iresp
[all...]

Completed in 68 milliseconds