Home
last modified time | relevance | path

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

/titanic_44/usr/src/test/zfs-tests/cmd/file_check/
H A Dfile_check.c29 static unsigned char bigbuffer[BIGBUFFERSIZE];
42 int bigbuffersize = BIGBUFFERSIZE; in main()
/titanic_44/usr/src/test/zfs-tests/cmd/file_write/
H A Dfile_write.c30 static unsigned char bigbuffer[BIGBUFFERSIZE];
115 if (block_size > BIGBUFFERSIZE) { in main()
117 BIGBUFFERSIZE); in main()
/titanic_44/usr/src/test/zfs-tests/cmd/
H A Dfile_common.h52 #define BIGBUFFERSIZE 0x800000 macro