Searched refs:vn_open_auth (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | vnode_internal.h | 444 int vn_open_auth(struct nameidata *ndp, int *fmode, struct vnode_attr *);
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_vnops.c | 180 error = vn_open_auth(ndp, fmodep, vap); in vn_open_modflags() 374 vn_open_auth(struct nameidata *ndp, int *fmodep, struct vnode_attr *vap) in vn_open_auth() function
|
| H A D | vfs_syscalls.c | 4206 if ((error = vn_open_auth(ndp, &flags, vap))) { in open1()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_symfile.c | 265 if ((error = vn_open_auth(&nd, &fmode, &va))) { in kern_open_file_for_direct_io()
|