Searched refs:vn_open_auth (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h401 int vn_open_auth(struct nameidata *ndp, int *fmode, struct vnode_attr *);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c168 return(vn_open_auth(ndp, fmodep, &va));
352 vn_open_auth(struct nameidata *ndp, int *fmodep, struct vnode_attr *vap) function
546 panic("Haven't cleaned up adequately in vn_open_auth()");
H A Dvfs_syscalls.c2956 * vn_open_auth:???
3014 if ((error = vn_open_auth(ndp, &flags, vap))) {
3105 * We already have a ref from vn_open_auth(), so we can demand another reference.

Completed in 28 milliseconds