Searched refs:vn_open (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_acct.c165 if ((error = vn_open(&nd, FWRITE, 0)))
H A Dkern_exec.c3330 if ((error = vn_open(&nd1, FREAD, 0)) != 0) {
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c1151 /* vn_open gives both long- and short-term references */
1152 error = vn_open(&nd, flags, 0);
1167 error = vn_open(&nd, flags, 0);
1231 /* vn_open gives both long- and short-term references */
1232 error = vn_open(&nd, flags, 0);
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h399 int vn_open(struct nameidata *ndp, int fmode, int cmode);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_syscalls.c928 error = vn_open(&nd, AUDIT_OPEN_FLAGS, 0);
934 * Accessibility of the vnode was determined in vn_open; the
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c155 vn_open(struct nameidata *ndp, int fmode, int cmode) function
H A Dvfs_subr.c5042 if ((error = vn_open(&nd, fmode, cmode)))

Completed in 108 milliseconds