Home
last modified time | relevance | path

Searched refs:cr_flags (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Ducred.h62 u_int cr_flags; /* credential flags */ member
/f-stack/freebsd/sys/
H A Ducred.h78 u_int cr_flags; /* credential flags */ member
H A Dcapsicum.h423 #define IN_CAPABILITY_MODE(td) (((td)->td_ucred->cr_flags & CRED_FLAG_CAPMODE) != 0)
/f-stack/freebsd/kern/
H A Dsys_capability.c114 newcred->cr_flags |= CRED_FLAG_CAPMODE; in sys_cap_enter()
H A Dkern_exec.c526 ((oldcred->cr_flags & CRED_FLAG_CAPMODE) == 0) && in do_execve()
H A Dkern_proc.c1075 if (cred->cr_flags & CRED_FLAG_CAPMODE) in fill_kinfo_proc_only()