Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dtrap_telemetry.c532 uuid_cache_get_or_insert(uuid_t *uuid, uuid_t **uuid_cache, size_t cache_len, in uuid_cache_get_or_insert() argument
536 if (uuid_cache[i] == uuid) { in uuid_cache_get_or_insert()
541 } else if (uuid_cache[i] == NULL) { in uuid_cache_get_or_insert()
546 uuid_cache[i] = uuid; in uuid_cache_get_or_insert()
627 uuid_t *uuid_cache[uuid_cache_count] = {0}; in backtrace_to_offset_bt_string() local
641 uuid, uuid_cache, uuid_cache_count, in backtrace_to_offset_bt_string()