Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dproc_uuid_policy.h55 #define PROC_UUID_POLICY_FLAGS_NONE 0x00000000 macro
/xnu-10063.101.15/tests/
H A Dproc_uuid_policy_26567533.c17 PROC_UUID_POLICY_FLAGS_NONE,
/xnu-10063.101.15/bsd/kern/
H A Dproc_uuid_policy.c300 if (flags == PROC_UUID_POLICY_FLAGS_NONE) { in proc_uuid_policy_clear()