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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit.h223 char *upath, u_int64_t flags);
H A Daudit_arg.c343 * must take a upath starting with '/' into account for chroot if the path
662 * a upath starting with '/' into account for chroot if the path is absolute.
669 audit_arg_upath(struct kaudit_record *ar, struct vnode *cwd_vp, char *upath, u_int64_t flag) argument
673 KASSERT(upath != NULL, ("audit_arg_upath: upath == NULL"));
689 if (audit_canon_path(cwd_vp, upath, *pathp) == 0)
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c305 AUDIT_ARG(upath, ut->uu_cdir, cnp->cn_pnbuf, ARG_UPATH1);
307 AUDIT_ARG(upath, ut->uu_cdir, cnp->cn_pnbuf, ARG_UPATH2);
H A Dvfs_syscalls.c3297 static int mkfifo1(vfs_context_t ctx, user_addr_t upath, struct vnode_attr *vap);
3405 mkfifo1(vfs_context_t ctx, user_addr_t upath, struct vnode_attr *vap) argument
3412 UIO_USERSPACE, upath, ctx);

Completed in 95 milliseconds