Searched refs:upath (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/bsm/
H A Daudit_kernel.h365 void audit_arg_upath(struct vnode *cwd_vp, char *upath,
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_lookup.c257 AUDIT_ARG(upath, ut->uu_cdir, cnp->cn_pnbuf, ARG_UPATH1);
259 AUDIT_ARG(upath, ut->uu_cdir, cnp->cn_pnbuf, ARG_UPATH2);
H A Dvfs_syscalls.c2349 static int mkfifo1(vfs_context_t ctx, user_addr_t upath, struct vnode_attr *vap);
2468 mkfifo1(vfs_context_t ctx, user_addr_t upath, struct vnode_attr *vap) argument
2475 UIO_USERSPACE, upath, ctx);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_audit.c2178 * must take a upath starting with '/' into account for chroot if the path
2409 * current working directories, and that it must take a upath starting with
2414 audit_arg_upath(struct vnode *cwd_vp, char *upath, u_int64_t flags) argument
2419 if (cwd_vp == NULL || upath == NULL)
2444 if (canon_path(cwd_vp, upath, *pathp) == 0) {

Completed in 57 milliseconds