/freebsd/tests/sys/cddl/zfs/tests/snapshot/ |
H A D | snapshot_017_pos.ksh | 78 verify_file $DIR/file1 79 verify_file $DIR/file2 80 verify_file $DIR/dir1/file3 81 verify_file $DIR/dir1/file4 82 verify_file $DIR/dir1/dir2/file5 83 verify_file $DIR/dir1/dir2/file6 88 verify_file ./file1 89 verify_file ./file2 90 verify_file ./dir1/file3 91 verify_file ./dir1/file4 [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
H A D | snapshot_017_pos.ksh | 70 verify_file $DIR/file1 71 verify_file $DIR/file2 72 verify_file $DIR/dir1/file3 73 verify_file $DIR/dir1/file4 74 verify_file $DIR/dir1/dir2/file5 75 verify_file $DIR/dir1/dir2/file6 80 verify_file ./file1 81 verify_file ./file2 82 verify_file ./dir1/file3 83 verify_file ./dir1/file4 [all …]
|
/freebsd/lib/libsecureboot/ |
H A D | Makefile.libsa.inc | 15 verify_file.c \ 41 verify_file.o: manifests.h 49 XCFLAGS.verify_file+= \ 56 XCFLAGS.verify_file+= -DMANIFEST_SKIP_ALWAYS=\"${MANIFEST_SKIP_ALWAYS}\" 58 XCFLAGS.verify_file+= -DMANIFEST_SKIP=\"${MANIFEST_SKIP}\"
|
H A D | verify_file.c | 517 verify_file(int fd, const char *filename, off_t off, int severity, in verify_file() function
|
/freebsd/lib/libsecureboot/tests/ |
H A D | Makefile | 17 XCFLAGS.verify_file += -DSOPEN_MAX=64
|
H A D | tvo.c | 116 x = verify_file(fd, argv[optind], 0, VE_GUESS, __func__); in main()
|
/freebsd/lib/libsecureboot/h/ |
H A D | verify_file.h | 55 int verify_file(int, const char *, off_t, int, const char *);
|
/freebsd/stand/common/ |
H A D | interp_forth.c | 283 if (verify_file(fd, "/boot/boot.4th", 0, VE_GUESS, __func__) < 0) { in bf_init() 394 if (verify_file(fd, filename, 0, VE_GUESS, __func__) < 0) { in interp_include()
|
H A D | interp_simple.c | 102 if (verify_file(fd, filename, 0, VE_GUESS, __func__) < 0) { in interp_include()
|
H A D | load_elf_obj.c | 149 if (verify_file(ef.fd, filename, bytes_read, VE_MUST, __func__) < 0) { in __elfN()
|
H A D | load_elf.c | 330 if (verify_file(ef->fd, filename, bytes_read, VE_MUST, __func__) < 0) { in __elfN()
|
H A D | module.c | 704 if (verify_file(fd, name, 0, VE_MUST, __func__) < 0) { in file_loadraw()
|
/freebsd/tests/sys/cddl/zfs/tests/txg_integrity/ |
H A D | fsync_integrity.c | 308 verify_file(int fd, const pattern_t* p_pat){ in verify_file() function 502 if (verify_file(outfd, patterns[pat])) { in main()
|
H A D | txg_integrity.c | 341 verify_file(int fd, const pattern_t* p_pat){ in verify_file() function 593 if (verify_file(outfd, patterns[pat])) { in main()
|
/freebsd/stand/i386/loader/ |
H A D | chain.c | 95 if (verify_file(fd, argv[1], 0, VE_MUST, __func__) < 0) { in command_chain()
|
/freebsd/stand/liblua/ |
H A D | lstd.c | 83 if (verify_file(fd, filename, 0, VE_GUESS, __func__) < 0) { in fopen()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_format_iso9660_filename.c | 73 verify_file(struct archive *a, enum vtype type, struct fns *fns) in verify_file() function 187 verify_file(a, type, fns); in verify()
|
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
H A D | test-runner.py.in | 472 if not verify_file(f): 584 if not verify_file(f): 598 if not verify_file(os.path.join(self.pathname, test)): 985 def verify_file(pathname): function
|
/freebsd/stand/ficl/ |
H A D | fileaccess.c | 71 verify_file(fileno(f), filename, 0, VE_GUESS, __func__) < 0) { in ficlFopen()
|
H A D | loader.c | 531 if (verify_file(fd, name, 0, VE_GUESS, __func__) < 0) { in pfopen()
|
/freebsd/stand/efi/loader/ |
H A D | main.c | 1877 if (verify_file(fd, name, 0, VE_MUST, __func__) < 0) { in command_chain()
|