Searched refs:vn_open (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_acct.c | 172 if ((error = vn_open(&nd, FWRITE, 0))) { in acct()
|
| H A D | kern_exec.c | 7567 if ((error = vn_open(ndp, flag, 0)) != 0) { in exec_handle_sugid()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_internal.h | 462 int vn_open(struct nameidata *ndp, int fmode, int cmode);
|
| /xnu-12377.41.6/bsd/security/audit/ |
| H A D | audit_syscalls.c | 1211 error = vn_open(&nd, AUDIT_OPEN_FLAGS, 0); in auditctl()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_vnops.c | 161 vn_open(struct nameidata *ndp, int fmode, int cmode) in vn_open() function
|
| H A D | vfs_subr.c | 7837 if ((error = vn_open(ndp, fmode, cmode))) { in vnode_open()
|