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

/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Dio.h35 #define MAXIOSIZE 2048 macro
H A Dio.c84 char io_buffer[MAXIOSIZE];
H A Dpartition_map.c187 if (map->logical_block > MAXIOSIZE) {
188 map->logical_block = MAXIOSIZE;
477 if (map->physical_block > MAXIOSIZE) {
478 map->physical_block = MAXIOSIZE;

Completed in 421 milliseconds