Home
last modified time | relevance | path

Searched refs:kauth_cred_alloc (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_prot.c305 ncred = kauth_cred_alloc(); in do_setresuid()
386 ncred = kauth_cred_alloc(); in do_setresgid()
571 ncred = kauth_cred_alloc(); in sys_setgroups()
H A Dkern_auth.c103 kauth_cred_alloc(void) in kauth_cred_alloc() function
202 new_cred = kauth_cred_alloc(); in kauth_cred_dup()
227 new_cred = kauth_cred_alloc(); in kauth_cred_copy()
H A Dkern_proc.c514 cred0 = kauth_cred_alloc(); in proc0_init()
H A Dvfs_syscalls.c1679 ncred = kauth_cred_alloc(); in change_root()
/netbsd-src/external/cddl/osnet/sys/sys/
H A Dcred.h55 #define cralloc() kauth_cred_alloc()
/netbsd-src/sys/rump/librump/rumpkern/
H A Daccessors.c108 cred = kauth_cred_alloc(); in rump_cred_create()
/netbsd-src/sys/nfs/
H A Dnfs_export.c515 np->netc_anon = kauth_cred_alloc(); in hang_addrlist()
527 np->netc_anon = kauth_cred_alloc(); in hang_addrlist()
H A Dnfs_vfsops.c185 cred = kauth_cred_alloc(); in nfs_statvfs()
783 cr = kauth_cred_alloc(); in mountnfs()
H A Dnfs_clntsocket.c527 acred = kauth_cred_alloc(); in nfs_request()
H A Dnfs_socket.c1072 nd->nd_cr = kauth_cred_alloc(); in nfs_getreq()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_uid16.c291 ncred = kauth_cred_alloc(); in linux_sys_setgroups16()
/netbsd-src/sys/sys/
H A Dkauth.h488 kauth_cred_t kauth_cred_alloc(void);