Lines Matching refs:result
123 * can insert a cdrom and see a popup as a result.
234 * console as a result of a prom_printf, etc.
289 * component may result in a call back into the framework to change
409 * frame buffer. Clearing this variable before setting pm_debug will result
909 int result;
921 PM_CANBLOCK_BLOCK, 0, &result) != DDI_SUCCESS) {
931 pm_decode_direction(direction), level, result))
1508 int result;
1566 &power_req, &result)) == DDI_SUCCESS) {
2113 int result = 0;
2120 DDI_CTLOPS_POWER, &power_req, &result);
2528 int result, retval = 0;
2537 &power_req, &result);
2541 &power_req, &result);
2844 int result;
2850 if (pm_ctlops(ppm, dip, DDI_CTLOPS_POWER, &power_req, &result) !=
2883 int result = DDI_SUCCESS;
2894 BUS_POWER_HAS_CHANGED, (void *)&bphc, (void *)&result);
3099 int result;
3129 &result) == DDI_FAILURE) {
3146 result = DDI_SUCCESS;
3214 * of any platform power managers for this platform. As a result of
3229 int i, pwr, result, circ;
3269 &result) == DDI_FAILURE) {
3429 * Device will not be power managed as a result of this call
3676 int result;
3688 PM_CANBLOCK_BLOCK, 0, &result) != DDI_SUCCESS) {
3705 int i, ncomps, result;
3719 PM_LEVEL_UPONLY, canblock, 0, &result) != DDI_SUCCESS) {
3723 PM_DEVICE(dip), i, normal[i], result))
4477 * passed. Returns true if subsequent processing could result in power being
4832 ddi_ctl_enum_t ctlop, void *arg, void *result)
4925 reqp->req.ppm_config_req.result))
4960 *(int *)result = pm_try_locking_power_single(
5887 int result;
5892 (void) pm_ctlops(PPM(dip), dip, DDI_CTLOPS_POWER, &power_req, &result);
5903 int result;
5908 (void) pm_ctlops(PPM(dip), dip, DDI_CTLOPS_POWER, &power_req, &result);
5922 int result;
5927 (void) pm_ctlops(PPM(dip), dip, DDI_CTLOPS_POWER, &power_req, &result);
5928 return (result);
6842 int result;
6854 DDI_CTLOPS_POWER, &power_req, &result);
6862 DDI_CTLOPS_POWER, &power_req, &result);
6944 int result;
6966 &power_req, &result);
6973 DDI_CTLOPS_POWER, &power_req, &result);
6987 DDI_CTLOPS_POWER, &power_req, &result);
6996 DDI_CTLOPS_POWER, &power_req, &result);
7040 * Also notify ppm of result of probe if there is a ppm that cares
7046 int result;
7052 power_req.req.ppm_config_req.result = ret;
7055 &power_req, &result);
7061 power_req.req.ppm_config_req.result = ret;
7063 &power_req, &result);
7108 * Notify ppm of result of attach if there is a ppm that cares
7113 int result;
7138 power_req.req.ppm_config_req.result = ret;
7141 DDI_CTLOPS_POWER, &power_req, &result);
7147 power_req.req.ppm_config_req.result = ret;
7149 DDI_CTLOPS_POWER, &power_req, &result);
7161 int result;
7176 &power_req, &result);
7184 DDI_CTLOPS_POWER, &power_req, &result);
7302 int result;
7310 power_req.req.ppm_config_req.result = ret;
7313 DDI_CTLOPS_POWER, &power_req, &result);
7319 power_req.req.ppm_config_req.result = ret;
7321 DDI_CTLOPS_POWER, &power_req, &result);
7672 * we get a later attach of a pm'able driver (which would result
8052 int i, nc, result;
8078 PM_CANBLOCK_BYPASS, 0, &result) != DDI_SUCCESS) {
8089 PM_CURPOWER(dip, i), *ip, result))
8486 void *arg, void *result)
8521 impl_arg, op, arg, result));
8546 result);
8550 result);
8564 *(int *)result = DDI_FAILURE;
8583 (void *)&new_bpc, result);
8603 (cdip, NULL, op, arg, result);
8613 arg, result);
9083 int ret, result = DDI_SUCCESS;
9102 (void *)&bpn, (void *)&result);
9103 if (ret != DDI_SUCCESS || result != DDI_SUCCESS) {
9105 "->%d failure result %d\n", pmf, PM_DEVICE(dip),
9106 i, normal[i], result))
9126 int result = DDI_SUCCESS;
9137 &args, &result);
9350 int result = 0;
9358 ddi_root_node(), DDI_CTLOPS_POWER, &power_req, &result);
9359 PMD(PMD_SX, ("pm_ppm_searchlist returns %d, result %d\n",
9360 ret, result))
9361 return (result);