Searched refs:verify_file (Results 1 - 25 of 25) sorted by relevance

/freebsd-13-stable/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_017_pos.ksh83 verify_file $DIR/file1
84 verify_file $DIR/file2
85 verify_file $DIR/dir1/file3
86 verify_file $DIR/dir1/file4
87 verify_file $DIR/dir1/dir2/file5
88 verify_file $DIR/dir1/dir2/file6
93 verify_file ./file1
94 verify_file ./file2
95 verify_file ./dir1/file3
96 verify_file
120 function verify_file { function
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_017_pos.ksh71 verify_file $DIR/file1
72 verify_file $DIR/file2
73 verify_file $DIR/dir1/file3
74 verify_file $DIR/dir1/file4
75 verify_file $DIR/dir1/dir2/file5
76 verify_file $DIR/dir1/dir2/file6
81 verify_file ./file1
82 verify_file ./file2
83 verify_file ./dir1/file3
84 verify_file
108 function verify_file { function
[all...]
/freebsd-13-stable/stand/common/
H A Dreadin.h31 #include <verify_file.h>
H A Dinterp_simple.c100 if (verify_file(fd, filename, 0, VE_GUESS, __func__) < 0) {
H A Dinterp_forth.c287 if (verify_file(fd, "/boot/boot.4th", 0, VE_GUESS, __func__) < 0) {
389 if (verify_file(fd, filename, 0, VE_GUESS, __func__) < 0) {
H A Dload_elf_obj.c155 if (verify_file(ef.fd, filename, bytes_read, VE_MUST, __func__) < 0) {
H A Dmodule.c765 if (verify_file(fd, name, 0, VE_MUST, __func__) < 0) {
H A Dload_elf.c274 if (verify_file(ef->fd, filename, bytes_read, VE_MUST, __func__) < 0) {
/freebsd-13-stable/lib/libsecureboot/tests/
H A DMakefile14 # we want to test verify_file api too
19 XCFLAGS.verify_file += -DSOPEN_MAX=64
H A Dtvo.c32 #include <verify_file.h>
95 * verify_file should "just work"
100 * See if verify_file is happy
104 x = verify_file(fd, argv[optind], 0, VE_GUESS, __func__);
105 printf("verify_file(%s) = %d\n", argv[optind], x);
/freebsd-13-stable/lib/libsecureboot/h/
H A Dverify_file.h30 #define VE_GUESS -1 /* let verify_file work it out */
50 int verify_file(int, const char *, off_t, int, const char *);
/freebsd-13-stable/lib/libsecureboot/
H A DMakefile.libsa.inc17 verify_file.c \
43 verify_file.o: manifests.h
50 XCFLAGS.verify_file+= \
55 XCFLAGS.verify_file+= -DMANIFEST_SKIP_ALWAYS=\"${MANIFEST_SKIP_ALWAYS}\"
57 XCFLAGS.verify_file+= -DMANIFEST_SKIP=\"${MANIFEST_SKIP}\"
H A Dpass_manifest.c34 #include <verify_file.h>
H A Dverify_file.c37 #include <verify_file.h>
418 verify_file(int fd, const char *filename, off_t off, int severity, function
H A Dvectx.c36 #include <verify_file.h>
/freebsd-13-stable/stand/liblua/
H A Dlstd.c35 #include <verify_file.h>
86 if (verify_file(fd, filename, 0, VE_GUESS, __func__) < 0) {
/freebsd-13-stable/stand/i386/loader/
H A Dchain.c98 if (verify_file(fd, argv[1], 0, VE_MUST, __func__) < 0) {
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_filename.c73 verify_file(struct archive *a, enum vtype type, struct fns *fns) function
187 verify_file(a, type, fns);
/freebsd-13-stable/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in414 if not verify_file(f):
523 if not verify_file(f):
537 if not verify_file(os.path.join(self.pathname, test)):
879 def verify_file(pathname):
/freebsd-13-stable/stand/ficl/
H A Dfileaccess.c72 verify_file(fileno(f), filename, 0, VE_GUESS, __func__) < 0) {
H A Dficl.h1161 #include <verify_file.h>
H A Dloader.c711 if (verify_file(fd, name, 0, VE_GUESS, __func__) < 0) {
/freebsd-13-stable/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dfsync_integrity.c309 verify_file(int fd, const pattern_t* p_pat){ function
503 if (verify_file(outfd, patterns[pat])) {
506 //printf("finished verify_file\n");
H A Dtxg_integrity.c342 verify_file(int fd, const pattern_t* p_pat){ function
594 if (verify_file(outfd, patterns[pat])) {
597 //printf("finished verify_file\n");
/freebsd-13-stable/stand/efi/loader/
H A Dmain.c1496 if (verify_file(fd, name, 0, VE_MUST, __func__) < 0) {

Completed in 195 milliseconds