Searched refs:vn_open (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.2-release/sys/dev/random/
H A Drwfile.c56 error = vn_open(&nd, &flags, 0, NULL);
81 error = vn_open(&nd, &flags, 0, NULL);
/freebsd-10.2-release/sys/kern/
H A Dkern_ctf.c117 error = vn_open(&nd, &flags, 0, NULL);
H A Dkern_acct.c214 error = vn_open(&nd, &flags, 0, NULL);
H A Dkern_linker.c1692 error = vn_open(&nd, &flags, 0, NULL);
1741 error = vn_open(&nd, &flags, 0, NULL);
H A Dkern_ktrace.c884 error = vn_open(&nd, &flags, 0, NULL);
H A Dvfs_mountroot.c877 error = vn_open(&nd, &flags, 0, NULL);
H A Dlink_elf.c749 error = vn_open(&nd, &flags, 0, NULL);
H A Dlink_elf_obj.c462 error = vn_open(&nd, &flags, 0, NULL);
H A Dvfs_vnops.c157 vn_open(ndp, flagp, cmode, fp) function
H A Dvfs_syscalls.c1091 error = vn_open(&nd, &flags, cmode, fp);
1094 * If the vn_open replaced the method vector, something
/freebsd-10.2-release/sys/cddl/compat/opensolaris/sys/
H A Dvnode.h216 #define vn_open(pnamep, seg, filemode, createmode, vpp, crwhy, umask) \ macro
/freebsd-10.2-release/sys/dev/nand/
H A Dnandsim_swap.c152 error = vn_open(&nd, &flags, CHIP_SWAP_CMODE, NULL);
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_config.c199 err = vn_open(temp, UIO_SYSSPACE, oflags, 0644, &vp, CRCREAT, 0);
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c419 vn_open(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, int x3) function
514 ret = vn_open(realpath, x1, flags, mode, vpp, x2, x3);
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h511 extern int vn_open(char *path, int x1, int oflags, int mode, vnode_t **vpp,
/freebsd-10.2-release/sys/sys/
H A Dvnode.h674 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
/freebsd-10.2-release/sys/security/audit/
H A Daudit_syscalls.c776 error = vn_open(&nd, &flags, 0, NULL);
/freebsd-10.2-release/sys/dev/md/
H A Dmd.c1151 error = vn_open(&nd, &flags, 0, NULL);
/freebsd-10.2-release/sys/ufs/ufs/
H A Dufs_quota.c515 error = vn_open(&nd, &flags, 0, NULL);
/freebsd-10.2-release/sys/dev/xen/blkback/
H A Dblkback.c2661 error = vn_open(&nd, &flags, 0, NULL);
/freebsd-10.2-release/sys/compat/ndis/
H A Dsubr_ndis.c2827 error = vn_open(&nd, &flags, 0, NULL);
/freebsd-10.2-release/sys/cam/ctl/
H A Dctl_backend_block.c2141 error = vn_open(&nd, &flags, 0, NULL);

Completed in 190 milliseconds