Lines Matching defs:arg
600 pm_cpr_callb(void *arg, int code)
602 _NOTE(ARGUNUSED(arg))
655 pm_panic_callb(void *arg, int code)
657 _NOTE(ARGUNUSED(arg, code))
665 pm_halt_callb(void *arg, int code)
667 _NOTE(ARGUNUSED(arg, code))
950 pm_rescan(void *arg)
953 dev_info_t *dip = (dev_info_t *)arg;
1031 pm_scan(void *arg)
1034 dev_info_t *dip = (dev_info_t *)arg;
1385 pm_scan_stop_walk(dev_info_t *dip, void *arg)
1387 _NOTE(ARGUNUSED(arg))
1688 * Scan arg tells us if we were called from scan, in which case we don't need
2380 pm_reset_timestamps(dev_info_t *dip, void *arg)
2382 _NOTE(ARGUNUSED(arg))
4478 * removed from the device. The arg is not currently used because it is
4828 * Sets old_power in arg struct.
4832 ddi_ctl_enum_t ctlop, void *arg, void *result)
4836 power_req_t *reqp = (power_req_t *)arg;
5852 pm_set_dev_thr_walk(dev_info_t *dip, void *arg)
5854 int thr = (int)(*(int *)arg);
6261 pm_discard_dep_walk(dev_info_t *dip, void *arg)
6263 _NOTE(ARGUNUSED(arg))
6276 pm_kept_walk(dev_info_t *dip, void *arg)
6278 _NOTE(ARGUNUSED(arg))
6290 pm_keeper_walk(dev_info_t *dip, void *arg)
6292 _NOTE(ARGUNUSED(arg))
7384 pm_adjust_timestamps(dev_info_t *dip, void *arg)
7386 _NOTE(ARGUNUSED(arg))
8000 pm_save_direct_lvl_walk(dev_info_t *dip, void *arg)
8002 _NOTE(ARGUNUSED(arg))
8048 pm_restore_direct_lvl_walk(dev_info_t *dip, void *arg)
8050 _NOTE(ARGUNUSED(arg))
8452 pm_rescan_walk(dev_info_t *dip, void *arg)
8454 _NOTE(ARGUNUSED(arg))
8486 void *arg, void *result)
8506 bpc = (pm_bp_child_pwrchg_t *)arg;
8521 impl_arg, op, arg, result));
8545 ret = pm_busop_bus_power(cdip, impl_arg, op, arg,
8549 ret = pm_busop_set_power(cdip, impl_arg, op, arg,
8555 bpn = (pm_bp_nexus_pwrup_t *)arg;
8588 bpi = (pm_bp_noinvol_t *)arg;
8603 (cdip, NULL, op, arg, result);
8613 arg, result);
8647 void *arg, void *resultp)
8658 pm_bp_child_pwrchg_t *bpc = (pm_bp_child_pwrchg_t *)arg;
9020 pm_busop_match_request(dev_info_t *dip, void *arg)
9023 pm_bp_child_pwrchg_t *bpc = (pm_bp_child_pwrchg_t *)arg;
9238 pm_desc_pwrchk_walk(dev_info_t *dip, void *arg)
9241 pm_desc_pwrchk_t *pdpchk = (pm_desc_pwrchk_t *)arg;