Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_acct.c172 if ((error = vn_open(&nd, FWRITE, 0))) { in acct()
H A Dkern_exec.c7567 if ((error = vn_open(ndp, flag, 0)) != 0) { in exec_handle_sugid()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h462 int vn_open(struct nameidata *ndp, int fmode, int cmode);
/xnu-12377.41.6/bsd/security/audit/
H A Daudit_syscalls.c1211 error = vn_open(&nd, AUDIT_OPEN_FLAGS, 0); in auditctl()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c161 vn_open(struct nameidata *ndp, int fmode, int cmode) in vn_open() function
H A Dvfs_subr.c7837 if ((error = vn_open(ndp, fmode, cmode))) { in vnode_open()