Home
last modified time | relevance | path

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

/xnu-12377.81.4/iokit/Kernel/
H A DIOPlatformActions.cpp42 static IOLock *gIOPlatformActionsLock; variable
221 gIOPlatformActionsLock = IOLockAlloc(); in IOPlatformActionsInitialize()
327 IOLockLock(gIOPlatformActionsLock); in IOInstallServicePlatformActions()
332 IOLockUnlock(gIOPlatformActionsLock); in IOInstallServicePlatformActions()
340 IOLockLock(gIOPlatformActionsLock); in IOInstallServiceSleepPlatformActions()
346 IOLockUnlock(gIOPlatformActionsLock); in IOInstallServiceSleepPlatformActions()
357 IOLockLock(gIOPlatformActionsLock); in IORemoveServicePlatformActions()
371 IOLockUnlock(gIOPlatformActionsLock); in IORemoveServicePlatformActions()