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

/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h339 IOPMActions * actions );
343 IOPMActions * actions,
350 IOPMActions * actions,
357 IOPMActions * actions,
364 IOPMActions * actions,
370 IOPMActions * actions );
374 IOPMActions * actions,
384 IOPMActions * actions,
390 IOPMActions * actions,
/xnu-2422.115.4/iokit/Kernel/
H A DIOServicePMPrivate.h71 // PM actions - For root domain only
80 IOPMActions * actions,
89 IOPMActions * actions,
98 IOPMActions * actions,
107 IOPMActions * actions );
113 IOPMActions * actions,
H A DIOPMrootDomain.cpp4416 IOPMActions * actions )
4421 memset(actions, 0, sizeof(*actions));
4422 actions->target = this;
4426 actions->actionPowerChangeStart =
4431 actions->actionPowerChangeDone =
4436 actions->actionPowerChangeOverride =
4491 actions->parameter |= flags;
4492 actions->actionPowerChangeOverride =
4499 actions
4559 overrideOurPowerChange( IOService * service, IOPMActions * actions, IOPMPowerStateIndex * inOutPowerState, IOPMPowerChangeFlags * inOutChangeFlags, IOPMRequestTag requestTag ) argument
4619 handleOurPowerChangeStart( IOService * service, IOPMActions * actions, IOPMPowerStateIndex powerState, IOPMPowerChangeFlags * inOutChangeFlags, IOPMRequestTag requestTag ) argument
4841 handleOurPowerChangeDone( IOService * service, IOPMActions * actions, IOPMPowerStateIndex powerState, IOPMPowerChangeFlags changeFlags, IOPMRequestTag requestTag __unused ) argument
5024 overridePowerChangeForUIService( IOService * service, IOPMActions * actions, IOPMPowerStateIndex * inOutPowerState, IOPMPowerChangeFlags * inOutChangeFlags ) argument
5201 handleUpdatePowerClientForDisplayWrangler( IOService * service, IOPMActions * actions, const OSSymbol * powerClient, IOPMPowerStateIndex oldPowerState, IOPMPowerStateIndex newPowerState ) argument
5294 handlePowerChangeStartForPCIDevice( IOService * service, IOPMActions * actions, IOPMPowerStateIndex powerState, IOPMPowerChangeFlags * inOutChangeFlags ) argument
5306 handlePowerChangeDoneForPCIDevice( IOService * service, IOPMActions * actions, IOPMPowerStateIndex powerState, IOPMPowerChangeFlags changeFlags ) argument
[all...]
/xnu-2422.115.4/osfmk/kern/
H A Dledger.h113 extern kern_return_t ledger_get_actions(ledger_t ledger, int entry, int *actions);
H A Dledger.c47 * ledger actions (LEDGER_ACTION_BLOCK, etc).
1081 ledger_get_actions(ledger_t ledger, int entry, int *actions) argument
1086 *actions = ledger->l_entries[entry].le_flags & LEDGER_ACTION_MASK;
1087 lprintf(("ledger_get_actions: %#x\n", *actions));
/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c44 * Types of actions for setup, cleanup, and execution of tests
366 * of actions. "failout" parameter indicates whether to stop if one fails.
369 execute_action_list(action_t *actions, int nactions, int failout) argument
374 res = (int) execute_action(&(actions[i]));
559 * Initialize a test case, not including its actions. Meaning: a name for it, what filename to watch,
560 * counts of prep and cleanup actions, what event to watch for, and whether you want an event/how many bytes read.

Completed in 84 milliseconds