Searched refs:vniop (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/bsd/dev/vn/ |
| H A D | vn.c | 207 struct vn_ioctl_64 *vniop, 213 struct vn_ioctl_64 *vniop, 1115 struct vn_ioctl_64 *vniop, in vniocattach_file() argument 1129 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW, UIO_SYSSPACE, vniop->vn_file, ctx); in vniocattach_file() 1133 vniop->vn_file, ctx); in vniocattach_file() 1144 vniop->vn_file, ctx); in vniocattach_file() 1148 vniop->vn_file, ctx); in vniocattach_file() 1196 vniocattach_shadow(struct vn_softc *vn, struct vn_ioctl_64 *vniop, in vniocattach_shadow() argument 1207 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW, UIO_SYSSPACE, vniop->vn_file, ctx); in vniocattach_shadow() 1211 vniop->vn_file, ctx); in vniocattach_shadow()
|
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_vnops.c | 2156 vnio_openfd(int fd, vniodesc_t *vniop) in vnio_openfd() argument 2201 *vniop = vnio; in vnio_openfd()
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | vnode.h | 2514 errno_t vnio_openfd(int fd, vniodesc_t *vniop);
|