Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/kern/
H A Dproc_uuid_policy.c60 #define PROC_UUID_POLICY_HASH_SIZE 64 macro
106 …proc_uuid_policy_hashtbl = hashinit(PROC_UUID_POLICY_HASH_SIZE, M_PROC_UUID_POLICY, &proc_uuid_pol… in proc_uuid_policy_init()