Home
last modified time | relevance | path

Searched refs:crdup (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Ducred.h107 struct ucred *crdup(struct ucred *cr);
/f-stack/freebsd/sys/
H A Ducred.h148 struct ucred *crdup(struct ucred *cr);
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcred.h82 extern cred_t *crdup(cred_t *);
/f-stack/freebsd/kern/
H A Dkern_exec.c532 imgp->newcred = crdup(oldcred); in do_execve()
565 imgp->newcred = crdup(oldcred); in do_execve()
H A Dkern_prot.c2123 crdup(struct ucred *cr) in crdup() function
H A Dvfs_mount.c522 mp->mnt_cred = crdup(cred); in vfs_mount_alloc()
H A Dvfs_syscalls.c2093 usecred = crdup(cred); in kern_accessat()