Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dtrap_telemetry.c512 uuid_cache_get_or_insert(uuid_t *uuid, uuid_t **uuid_cache, size_t cache_len, in uuid_cache_get_or_insert() argument
516 if (uuid_cache[i] == uuid) { in uuid_cache_get_or_insert()
521 } else if (uuid_cache[i] == NULL) { in uuid_cache_get_or_insert()
526 uuid_cache[i] = uuid; in uuid_cache_get_or_insert()
607 uuid_t *uuid_cache[uuid_cache_count] = {0}; in backtrace_to_offset_bt_string() local
621 uuid, uuid_cache, uuid_cache_count, in backtrace_to_offset_bt_string()