Home
last modified time | relevance | path

Searched refs:vn_open (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/dev/veriexec/
H A Dverified_exec.c213 if ((error = vn_open(&nid, &flags, 0, NULL)) != 0) in verifiedexecioctl()
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec.c938 error = vn_open(&nd, &flags, 0, NULL); in mac_veriexec_syscall()
964 error = vn_open(&nd, &flags, 0, NULL); in mac_veriexec_syscall()
/freebsd/sys/kern/
H A Dkern_ctf.c105 error = vn_open(&nd, &flags, 0, NULL); in link_elf_ctf_get()
H A Dkern_acct.c216 error = vn_open(&nd, &flags, 0, NULL); in sys_acct()
H A Dsubr_firmware.c299 error = vn_open(&nd, &oflags, 0, NULL); in try_binary_file()
H A Dvfs_mountroot.c949 error = vn_open(&nd, &flags, 0, NULL); in vfs_mountroot_readconf()
H A Dkern_linker.c1952 error = vn_open(&nd, &flags, 0, NULL); in linker_lookup_file()
2002 error = vn_open(&nd, &flags, 0, NULL); in linker_hints_lookup()
H A Dkern_ktrace.c1053 error = vn_open(&nd, &flags, 0, NULL); in sys_ktrace()
H A Dlink_elf.c1010 error = vn_open(&nd, &flags, 0, NULL); in link_elf_load_file()
H A Dlink_elf_obj.c747 error = vn_open(nd, &flags, 0, NULL); in link_elf_load_file()
H A Dvfs_vnops.c190 vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp) in vn_open() function
/freebsd/sys/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c243 rc = vn_open(nid, &flags, 0, NULL); in open_file()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c78 error = vn_open(&nd, &flags, mode, fp); in zfs_file_open()
/freebsd/sys/dev/beri/virtio/
H A Dvirtio_block.c242 error = vn_open(&nd, &flags, 0, NULL); in open_file()
/freebsd/sys/security/audit/
H A Daudit_syscalls.c804 error = vn_open(&nd, &flags, 0, NULL); in sys_auditctl()
/freebsd/sys/sys/
H A Dvnode.h779 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
/freebsd/sys/ufs/ufs/
H A Dufs_quota.c517 error = vn_open(&nd, &flags, 0, NULL); in quotaon()
/freebsd/sys/dev/md/
H A Dmd.c1441 error = vn_open(&nd, &flags, 0, NULL); in mdcreate_vnode()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c2525 error = vn_open(&nd, &flags, 0, NULL); in xbb_open_backend()
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c2231 error = vn_open(&nd, &flags, 0, NULL); in ctl_be_block_open()