Home
last modified time | relevance | path

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

/xnu-8792.41.9/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.c66 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 DIONVRAM.cpp1282 record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "sync", "triggered"); in syncInternal()
1628record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "write", "%s to %d", nam… in setPropertyWithGUIDAndName()
1635record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "write", "%s to %#llx", … in setPropertyWithGUIDAndName()
1642record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "write", "%s to %s", nam… in setPropertyWithGUIDAndName()
1666record_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 Dexception.c800 record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_PROCESS, "process exit", in exception_triage()
/xnu-8792.41.9/bsd/kern/
H A Dkern_exit.c1851 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 Dkern_newsysctl.c2223record_system_event(SYSTEM_EVENT_TYPE_INFO, SYSTEM_EVENT_SUBSYSTEM_TEST, "sysctl test", "this is a…