Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Devent_log.h43 #define SYSTEM_EVENT_PAYLOAD_MAX 96 macro
/xnu-8792.41.9/bsd/kern/
H A Dsys_record_event.c41 char payload[SYSTEM_EVENT_PAYLOAD_MAX] = {0}; in sys_record_system_event()
/xnu-8792.41.9/libkern/os/
H A Dsystem_event_log.c74 char payload[SYSTEM_EVENT_PAYLOAD_MAX]; in record_system_event()