HomeSort by: relevance | last modified time | path
    Searched refs:rump_pub_cred_create (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/rump/include/rump/
rumpkern_if_pub.h 16 struct kauth_cred* rump_pub_cred_create(uid_t, gid_t, size_t, gid_t *);
  /src/tests/rump/rumpvfs/
t_p2kifs.c 78 rump_pub_cred_create(0, 0, 0, NULL), rump_pub_lwproc_curlwp());
84 rump_pub_cred_create(0, 0, 0, NULL), rump_pub_lwproc_curlwp());
  /src/sys/rump/librump/rumpkern/
rumpkern_if_wrappers.c 111 rump_pub_cred_create(uid_t arg1, gid_t arg2, size_t arg3, gid_t *arg4) function in typeref:struct:kauth_cred *
  /src/share/examples/rump/ttyserv/
ttyserv.c 200 rootcred = rump_pub_cred_create(0, 0, 0, NULL);
  /src/share/examples/rump/umserv/
umserv.c 148 rootcred = rump_pub_cred_create(0, 0, 0, NULL);
  /src/lib/libukfs/
ukfs.c 787 cred = rump_pub_cred_create(0, 0, 0, NULL);
  /src/lib/libp2k/
p2k.c 118 return rump_pub_cred_create(uid, gid, ngroups, groups);

Completed in 34 milliseconds