Home
last modified time | relevance | path

Searched refs:type_string (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/libkern/os/
H A Dsystem_event_log.c57 const char *type_string = convert_type_to_string(type); in _record_system_event_internal() local
64 …printf("[System Event] [%llu] [%s] [Subsystem: %s] [Event: %.*s] %s\n", timestamp, type_string, su… in _record_system_event_internal()
/xnu-12377.41.6/tools/lldbmacros/
H A Dprocess.py658 type_string = GetCoalitionTypeString(coal.type)
660 …out_string += format_string.format(coal, type_string, coal.id, coal.ref_count, coal.active_count, …