Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dkauth.h151 #define KAUTH_CLEAR_CACHES (1<<5) macro
/xnu-12377.41.6/bsd/kern/
H A Dkern_credential.c605 } else if (opcode == KAUTH_CLEAR_CACHES) { in identitysvc()