Searched refs:record_system_event (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/libkern/os/ |
| H A D | system_event_log.h | 40 record_system_event(uint8_t type, uint8_t subsystem, const char *event, const char *format, ...) __…
|
| H A D | system_event_log.c | 66 record_system_event(uint8_t type, uint8_t subsystem, const char *event, const char *format, ...) in record_system_event() function
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IONVRAM.cpp | 1282 record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "sync", "triggered"); in syncInternal() 1628 …record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "write", "%s to %d", nam… in setPropertyWithGUIDAndName() 1635 …record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "write", "%s to %#llx", … in setPropertyWithGUIDAndName() 1642 …record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "write", "%s to %s", nam… in setPropertyWithGUIDAndName() 1666 …record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "write", "%s with data s… in setPropertyWithGUIDAndName() 1775 record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "delete", "%s", name); in removePropertyWithGUIDAndName()
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | exception.c | 800 record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_PROCESS, "process exit", in exception_triage()
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_exit.c | 1851 record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_PROCESS, "process exit", in proc_prepareexit() 1856 record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_PROCESS, "process exit", in proc_prepareexit()
|
| H A D | kern_newsysctl.c | 2223 …record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_TEST, "sysctl test", "this is a…
|