Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/security/mac/
Dmac_process.c106 p->p_label = mac_proc_label_alloc(); in mac_proc_init()
108 p->p_label = NULL; in mac_proc_init()
123 if (p->p_label != NULL) { in mac_proc_destroy()
124 mac_proc_label_free(p->p_label); in mac_proc_destroy()
125 p->p_label = NULL; in mac_proc_destroy()
/freebsd-10-stable/sys/sys/
Dproc.h596 struct label *p_label; /* (*) Proc (not subject) MAC label. */ member
/freebsd-10-stable/sys/security/mac_lomac/
Dmac_lomac.c509 subj = PSLOT(curthread->td_proc->p_label); in maybe_demote()
2250 struct mac_lomac_proc *subj = PSLOT(p->p_label); in lomac_thread_userret()