Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dkern_persona.c165 persona->pna_type = type; in persona_alloc()
511 if (persona_type != PERSONA_INVALID && persona_type == tmp->pna_type) { in persona_find_all()
913 type = persona->pna_type; in persona_get_type()
943 int type = persona->pna_type; in persona_is_adoption_allowed()
H A Dsys_persona.c313 kinfo->persona_type = persona->pna_type; in kpersona_populate()
/xnu-8796.121.2/bsd/sys/
H A Dpersona.h284 persona_type_t pna_type; member