Searched refs:rump_pub_cred_create (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/tests/rump/rumpvfs/ |
| D | t_p2kifs.c | 78 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/ |
| D | rumpkern_if_pub.h | 16 struct kauth_cred* rump_pub_cred_create(uid_t, gid_t, size_t, gid_t *);
|
| /netbsd/src/sys/rump/librump/rumpkern/ |
| D | rumpkern_if_wrappers.c | 111 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/ |
| D | ttyserv.c | 200 rootcred = rump_pub_cred_create(0, 0, 0, NULL); in main()
|
| /netbsd/src/share/examples/rump/umserv/ |
| D | umserv.c | 148 rootcred = rump_pub_cred_create(0, 0, 0, NULL); in main()
|
| /netbsd/src/lib/libukfs/ |
| D | ukfs.c | 787 cred = rump_pub_cred_create(0, 0, 0, NULL); in getmydents()
|
| /netbsd/src/lib/libp2k/ |
| D | p2k.c | 118 return rump_pub_cred_create(uid, gid, ngroups, groups); in cred_create()
|