Home
last modified time | relevance | path

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

/xnu-8792.81.2/libsyscall/wrappers/
H A Dpersona.c66 return __persona(PERSONA_OP_GETPATH, 0, NULL, &id, &idlen, path); in kpersona_getpath()
/xnu-8792.81.2/bsd/sys/
H A Dpersona.h88 #define PERSONA_OP_GETPATH 8 macro
/xnu-8792.81.2/bsd/kern/
H A Dsys_persona.c490 case PERSONA_OP_GETPATH: in persona()