Searched refs:O_VERIFY (Results 1 – 6 of 6) sorted by relevance
136 #define O_VERIFY 0x00200000 /* open only after verification */ macro155 #define FREVOKE O_VERIFY
102 o |= O_VERIFY; in __sflags()
170 if ((fd = open(*argv, O_RDONLY | O_VERIFY, 0)) < 0) { in main()
2822 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()
1447 | ((mdr->md_options & MD_VERIFY) ? O_VERIFY : 0); in mdcreate_vnode()
423 if ((fmode & O_VERIFY) != 0) in vn_open_vnode()