Home
last modified time | relevance | path

Searched refs:cred1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/
H A Dtest_kcred.c56 gss_cred_id_t cred1, cred2; in copy_import() local
69 &cred1, NULL, NULL); in copy_import()
73 maj_stat = gss_inquire_cred(&min_stat, cred1, &name1, &lifetime1, in copy_import()
86 maj_stat = gss_krb5_copy_ccache(&min_stat, cred1, id); in copy_import()
133 gss_release_cred(&min_stat, &cred1); in copy_import()
/freebsd/tools/regression/security/proc_to_proc/
H A DREADME13 ptrace cred1 attempts ptrace attach to cred2
14 sighup cred1 attempts SIGHUP of cred2
15 sigsegv cred1 attempts SIGSEGV of cred2
16 see cred1 attempts getpriority() on cred2
17 sched cred1 attempts setpriority() on cred2
/freebsd/sys/nlm/
H A Dnlm_advlock.c212 struct ucred *cred, *cred1; in nlm_advlock_internal() local
378 cred1 = td->td_ucred; in nlm_advlock_internal()
380 crfree(cred1); in nlm_advlock_internal()
/freebsd/sys/sys/
H A Djail.h431 int prison_check(struct ucred *cred1, struct ucred *cred2);
/freebsd/sys/kern/
H A Dkern_jail.c3554 prison_check(struct ucred *cred1, struct ucred *cred2) in prison_check() argument
3557 return ((cred1->cr_prison == cred2->cr_prison || in prison_check()
3558 prison_ischild(cred1->cr_prison, cred2->cr_prison)) ? 0 : ESRCH); in prison_check()