Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Decc_logging.c116 mcc_ecc_event_t event;
138 mcc_error_notify_user(mcc_ecc_event_t event) in mcc_error_notify_user()
171 mcc_memory_error_create_event(mcc_ecc_event_t mcc_event) in mcc_memory_error_create_event()
219 mcc_log_memory_error(mcc_ecc_event_t mcc_event __unused) in mcc_log_memory_error()
241 mcc_ecc_event_t event = {.version = MCC_ECC_V1, .status = (uint32_t)i}; in mcc_memory_error_notify_test_run()
H A Decc.h180 } mcc_ecc_event_t; typedef
181 _Static_assert(sizeof(mcc_ecc_event_t) == 10 * sizeof(uint32_t), "ecc_event_t size must be updated …
236 mcc_log_memory_error(mcc_ecc_event_t event);
/xnu-12377.41.6/osfmk/mach/
H A Dmemory_error_notification.defs17 type mcc_ecc_event_t = struct[10] of uint32_t;
27 in event : mcc_ecc_event_t;