Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Decc.h132 typedef int (*platform_error_handler_ecc_poll_t)(uint64_t *addrs, uint32_t *error_count); typedef
133 kern_return_t kern_ecc_poll_register(platform_error_handler_ecc_poll_t poll_func, uint32_t max_erro…
H A Decc_logging.c84 __unused platform_error_handler_ecc_poll_t poll_func, in kern_ecc_poll_register()