Home
last modified time | relevance | path

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

/xnu-11215/libkern/os/
H A Dsystem_event_log.h40 record_system_event(uint8_t type, uint8_t subsystem, const char *event, const char *format, ...) __…
H A Dsystem_event_log.c68 record_system_event(uint8_t type, uint8_t subsystem, const char *event, const char *format, ...) in record_system_event() function
/xnu-11215/iokit/Kernel/
H A DIONVRAM.cpp1527 record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "sync", "triggered"); in syncInternal()
1537record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "sync", "completed with … in syncInternal()
1860record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "write", "%s as bool to … in setPropertyWithGUIDAndName()
1867record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "write", "%s as number t… in setPropertyWithGUIDAndName()
1874record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "write", "%s as string t… in setPropertyWithGUIDAndName()
1898record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "write", "%s as data wit… in setPropertyWithGUIDAndName()
2020 record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "delete", "%s", name); in removePropertyWithGUIDAndName()
H A DIOPMrootDomain.cpp2915 record_system_event(SYSTEM_EVENT_TYPE_INFO, in powerChangeDone()
2927 record_system_event(SYSTEM_EVENT_TYPE_INFO, in powerChangeDone()
2967 record_system_event(SYSTEM_EVENT_TYPE_INFO, in powerChangeDone()
6449 record_system_event(SYSTEM_EVENT_TYPE_INFO,
6471 record_system_event(SYSTEM_EVENT_TYPE_INFO,
6604 record_system_event(SYSTEM_EVENT_TYPE_INFO,
11046 record_system_event(SYSTEM_EVENT_TYPE_INFO,
11101 record_system_event(SYSTEM_EVENT_TYPE_INFO,
11138 record_system_event(SYSTEM_EVENT_TYPE_INFO,
H A DIOServicePM.cpp8068 record_system_event(SYSTEM_EVENT_TYPE_INFO, in actionPMWorkQueueInvoke()
8092 record_system_event(SYSTEM_EVENT_TYPE_INFO, in actionPMWorkQueueInvoke()
8236 record_system_event(SYSTEM_EVENT_TYPE_INFO, in actionPMWorkQueueInvoke()
/xnu-11215/osfmk/kern/
H A Dexception.c893 record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_PROCESS, "process exit", in exception_triage()
/xnu-11215/bsd/kern/
H A Dkern_exit.c1940 record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_PROCESS, "process exit", in proc_prepareexit()
1945 record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_PROCESS, "process exit", in proc_prepareexit()
H A Dkern_newsysctl.c2219record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_TEST, "sysctl test", "this is a…