Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOKitKernelInternal.h221 extern "C" OSString * IOCopyLogNameForPID(int pid);
H A DIOLib.cpp1669 IOCopyLogNameForPID(int pid) in IOCopyLogNameForPID() function
H A DIOUserClient.cpp1726 str = IOCopyLogNameForPID(task_pid(task)); in iokit_task_app_suspended_changed()
4179 OSString * taskName = IOCopyLogNameForPID(proc_selfpid()); in is_io_service_wait_quiet_with_options()
4324 OSString * creatorName = IOCopyLogNameForPID(proc_selfpid()); in is_io_service_open_extended()
6000 OSString * taskName = IOCopyLogNameForPID(proc_selfpid()); in is_io_catalog_send_data()
H A DIOServicePM.cpp6506 clientIDString = IOCopyLogNameForPID(clientID->unsigned32BitValue()); in pmTellCapabilityAppWithResponse()
6789 logClientID = IOCopyLogNameForPID(clientID->unsigned32BitValue()); in logClientIDForNotification()
H A DIOPMrootDomain.cpp1864 OSSharedPtr<OSString> procName(IOCopyLogNameForPID(proc_selfpid()), OSNoRetain); in setProperties()
9423 OSSharedPtr<OSString> string(IOCopyLogNameForPID(clientID->unsigned32BitValue()), OSNoRetain); in getNotificationClientName()
H A DIOUserServer.cpp4573 OSString * creatorName = IOCopyLogNameForPID(proc_selfpid()); in serviceNewUserClient()