Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_acct.c172 if ((error = vn_open(&nd, FWRITE, 0))) { in acct()
H A Dkern_exec.c6152 if ((error = vn_open(ndp, flag, 0)) != 0) { in exec_handle_sugid()
/xnu-8020.101.4/bsd/dev/vn/
H A Dvn.c1136 error = vn_open(&nd, flags, 0); in vniocattach_file()
1150 error = vn_open(&nd, flags, 0); in vniocattach_file()
1214 error = vn_open(&nd, flags, 0); in vniocattach_shadow()
/xnu-8020.101.4/bsd/sys/
H A Dvnode_internal.h442 int vn_open(struct nameidata *ndp, int fmode, int cmode);
/xnu-8020.101.4/bsd/security/audit/
H A Daudit_syscalls.c1204 error = vn_open(&nd, AUDIT_OPEN_FLAGS, 0); in auditctl()
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_vnops.c164 vn_open(struct nameidata *ndp, int fmode, int cmode) in vn_open() function
H A Dvfs_subr.c6795 if ((error = vn_open(ndp, fmode, cmode))) { in vnode_open()