Home
last modified time | relevance | path

Searched refs:vn_open (Results 1 – 19 of 19) 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.c937 error = vn_open(&nd, &flags, 0, NULL); in mac_veriexec_syscall()
963 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()
336 err2: /* cleanup in vn_open through vn_close */ in try_binary_file()
H A Dvfs_mountroot.c949 error = vn_open(&nd, &flags, 0, NULL); in vfs_mountroot_readconf()
H A Dkern_linker.c1966 error = vn_open(&nd, &flags, 0, NULL); in linker_lookup_file()
2016 error = vn_open(&nd, &flags, 0, NULL); in linker_hints_lookup()
H A Dkern_ktrace.c1077 error = vn_open(&nd, &flags, 0, NULL); in sys_ktrace()
H A Dlink_elf_obj.c744 error = vn_open(nd, &flags, 0, NULL); in link_elf_load_file()
H A Dlink_elf.c1004 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/security/audit/
H A Daudit_syscalls.c804 error = vn_open(&nd, &flags, 0, NULL); in sys_auditctl()
/freebsd/sys/sys/
H A Dvnode.h780 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.c1445 error = vn_open(&nd, &flags, 0, NULL); in mdcreate_vnode()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c2529 error = vn_open(&nd, &flags, 0, NULL); in xbb_open_backend()
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c2565 error = vn_open(&nd, &flags, 0, NULL); in ctl_be_block_open()