Home
last modified time | relevance | path

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

/src/sys/dev/veriexec/
H A Dverified_exec.c213 if ((error = vn_open(&nid, &flags, 0, NULL)) != 0) in verifiedexecioctl()
/src/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()
/src/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.c1968 error = vn_open(&nd, &flags, 0, NULL); in linker_lookup_file()
2018 error = vn_open(&nd, &flags, 0, NULL); in linker_hints_lookup()
H A Dkern_ktrace.c1126 error = vn_open(&nd, &flags, 0, NULL); in sys_ktrace()
H A Dlink_elf.c1025 error = vn_open(&nd, &flags, 0, NULL); in link_elf_load_file()
H A Dlink_elf_obj.c746 error = vn_open(nd, &flags, 0, NULL); in link_elf_load_file()
H A Dvfs_vnops.c188 vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp) in vn_open() function
/src/sys/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c243 rc = vn_open(nid, &flags, 0, NULL); in open_file()
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c79 error = vn_open(&nd, &flags, mode, fp); in zfs_file_open()
/src/sys/security/audit/
H A Daudit_syscalls.c815 error = vn_open(&nd, &flags, 0, NULL); in sys_auditctl()
/src/sys/sys/
H A Dvnode.h790 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
/src/sys/ufs/ufs/
H A Dufs_quota.c517 error = vn_open(&nd, &flags, 0, NULL); in quotaon()
/src/sys/dev/md/
H A Dmd.c1467 error = vn_open(&nd, &flags, 0, NULL); in mdcreate_vnode()
/src/sys/dev/xen/blkback/
H A Dblkback.c2529 error = vn_open(&nd, &flags, 0, NULL); in xbb_open_backend()
/src/sys/cam/ctl/
H A Dctl_backend_block.c2565 error = vn_open(&nd, &flags, 0, NULL); in ctl_be_block_open()