Home
last modified time | relevance | path

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

/xnu-11417.121.6/libkern/os/
H A Dsystem_event_log.h45 record_system_event_no_varargs(uint8_t type, uint8_t subsystem, const char *event, const char *payl…
H A Dsystem_event_log.c85 record_system_event_no_varargs(uint8_t type, uint8_t subsystem, const char *event, const char *payl… in record_system_event_no_varargs() function
/xnu-11417.121.6/bsd/kern/
H A Dsys_record_event.c53 record_system_event_no_varargs((uint8_t)(uap->type), (uint8_t)(uap->subsystem), event, payload); in sys_record_system_event()