Searched refs:vn_open (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_acct.c | 172 if ((error = vn_open(&nd, FWRITE, 0))) { in acct()
|
| H A D | kern_exec.c | 6152 if ((error = vn_open(ndp, flag, 0)) != 0) { in exec_handle_sugid()
|
| /xnu-8020.140.41/bsd/dev/vn/ |
| H A D | vn.c | 1136 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.140.41/bsd/sys/ |
| H A D | vnode_internal.h | 442 int vn_open(struct nameidata *ndp, int fmode, int cmode);
|
| /xnu-8020.140.41/bsd/security/audit/ |
| H A D | audit_syscalls.c | 1204 error = vn_open(&nd, AUDIT_OPEN_FLAGS, 0); in auditctl()
|
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_vnops.c | 164 vn_open(struct nameidata *ndp, int fmode, int cmode) in vn_open() function
|
| H A D | vfs_subr.c | 6795 if ((error = vn_open(ndp, fmode, cmode))) { in vnode_open()
|