Home
last modified time | relevance | path

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

/netbsd/src/tests/rump/rumpvfs/
Dt_p2kifs.c78 rump_pub_cred_create(0, 0, 0, NULL), rump_pub_lwproc_curlwp()); in ATF_TC_BODY()
84 rump_pub_cred_create(0, 0, 0, NULL), rump_pub_lwproc_curlwp()); in ATF_TC_BODY()
/netbsd/src/sys/rump/include/rump/
Drumpkern_if_pub.h16 struct kauth_cred* rump_pub_cred_create(uid_t, gid_t, size_t, gid_t *);
/netbsd/src/sys/rump/librump/rumpkern/
Drumpkern_if_wrappers.c111 rump_pub_cred_create(uid_t arg1, gid_t arg2, size_t arg3, gid_t *arg4) in rump_pub_cred_create() function
/netbsd/src/share/examples/rump/ttyserv/
Dttyserv.c200 rootcred = rump_pub_cred_create(0, 0, 0, NULL); in main()
/netbsd/src/share/examples/rump/umserv/
Dumserv.c148 rootcred = rump_pub_cred_create(0, 0, 0, NULL); in main()
/netbsd/src/lib/libukfs/
Dukfs.c787 cred = rump_pub_cred_create(0, 0, 0, NULL); in getmydents()
/netbsd/src/lib/libp2k/
Dp2k.c118 return rump_pub_cred_create(uid, gid, ngroups, groups); in cred_create()