Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dkern_persona.c130 persona->pna_type = type; in persona_alloc()
480 if (persona_type != PERSONA_INVALID && persona_type == tmp->pna_type) { in persona_find_all()
840 type = persona->pna_type; in persona_get_type()
870 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-10002.41.9/bsd/sys/
H A Dpersona.h284 persona_type_t pna_type; member