Home
last modified time | relevance | path

Searched refs:O_VERIFY (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/sys/
HDfcntl.h136 #define O_VERIFY 0x00200000 /* open only after verification */ macro
155 #define FREVOKE O_VERIFY
/freebsd-13-stable/lib/libc/stdio/
HDflags.c102 o |= O_VERIFY; in __sflags()
/freebsd-13-stable/usr.bin/ldd/
HDldd.c170 if ((fd = open(*argv, O_RDONLY | O_VERIFY, 0)) < 0) { in main()
/freebsd-13-stable/libexec/rtld-elf/
HDrtld.c2822 if ((fd = open(path, O_RDONLY | O_CLOEXEC | O_VERIFY)) == -1) { in load_object()
3581 fd = open(pathname, O_RDONLY | O_CLOEXEC | O_VERIFY); in try_library_path()
3666 fd = __sys_openat(dirfd, name, O_RDONLY | O_CLOEXEC | O_VERIFY); in search_library_pathfds()
6082 fd = open(binpath, O_RDONLY | O_CLOEXEC | O_VERIFY); in open_binary_fd()
6090 fd = open(argv0, O_RDONLY | O_CLOEXEC | O_VERIFY); in open_binary_fd()
/freebsd-13-stable/sys/dev/md/
HDmd.c1447 | ((mdr->md_options & MD_VERIFY) ? O_VERIFY : 0); in mdcreate_vnode()
/freebsd-13-stable/sys/kern/
HDvfs_vnops.c423 if ((fmode & O_VERIFY) != 0) in vn_open_vnode()