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

  /src/tests/rump/rumpvfs/
t_p2kifs.c 77 cn = rump_pub_makecn(RUMP_NAMEI_LOOKUP, 0, pathstr, strlen(pathstr),
83 cn = rump_pub_makecn(RUMP_NAMEI_LOOKUP, 0, pathstr, strlen(pathstr),
  /src/sys/rump/include/rump/
rumpvfs_if_pub.h 24 struct componentname * rump_pub_makecn(u_long, u_long, const char *, size_t, struct kauth_cred *, struct lwp *);
  /src/sys/rump/librump/rumpvfs/
rumpvfs_if_wrappers.c 177 rump_pub_makecn(u_long arg1, u_long arg2, const char *arg3, size_t arg4, struct kauth_cred *arg5, struct lwp *arg6) function in typeref:struct:componentname *
  /src/lib/libp2k/
p2k.c 135 return rump_pub_makecn(pcn->pcn_nameiop, pcn->pcn_flags,

Completed in 15 milliseconds