Home
last modified time | relevance | path

Searched refs:BIGBUFFERSIZE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/file_check/
H A Dfile_check.c29 static unsigned char bigbuffer[BIGBUFFERSIZE];
42 int bigbuffersize = BIGBUFFERSIZE; in main()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/file_write/
H A Dfile_write.c37 static unsigned char bigbuffer[BIGBUFFERSIZE];
136 if (block_size > BIGBUFFERSIZE) { in main()
138 BIGBUFFERSIZE); in main()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/
H A Dfile_common.h60 #define BIGBUFFERSIZE 0x800000 macro