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

/freebsd-10-stable/tools/tools/atsectl/
H A Datsectl.c60 #define CONFIG_BLOCK (128 * 1024) macro
63 static u_char block[CONFIG_BLOCK];
98 if (read(fd, block, sizeof(block)) != CONFIG_BLOCK)
115 if (write(fd, block, sizeof(block)) != CONFIG_BLOCK)

Completed in 103 milliseconds