Home
last modified time | relevance | path

Searched refs:gIOPlatformActionsLock (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/iokit/Kernel/
H A DIOPlatformActions.cpp42 static IOLock *gIOPlatformActionsLock; variable
214 gIOPlatformActionsLock = IOLockAlloc(); in IOPlatformActionsInitialize()
320 IOLockLock(gIOPlatformActionsLock); in IOInstallServicePlatformActions()
325 IOLockUnlock(gIOPlatformActionsLock); in IOInstallServicePlatformActions()
333 IOLockLock(gIOPlatformActionsLock); in IOInstallServiceSleepPlatformActions()
339 IOLockUnlock(gIOPlatformActionsLock); in IOInstallServiceSleepPlatformActions()
350 IOLockLock(gIOPlatformActionsLock); in IORemoveServicePlatformActions()
364 IOLockUnlock(gIOPlatformActionsLock); in IORemoveServicePlatformActions()