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

/macosx-10.9.5/pdisk-9/
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;
476 if (map->physical_block > MAXIOSIZE) {
477 map->physical_block = MAXIOSIZE;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsysdep.c130 #define MAXIOSIZE (32 * PAGESIZE) /* Don't I/O more than 32 blocks at a time */ macro
4310 return read (fildes, buf, (nbyte < MAXIOSIZE ? nbyte : MAXIOSIZE));
4322 while (nbyte > MAXIOSIZE && (nwrote = write (fildes, buf, MAXIOSIZE)) > 0) {
4373 e = p + min (MAXIOSIZE, nbytes) - 1;
4376 e = p + min (MAXIOSIZE, nbytes) - 1;

Completed in 81 milliseconds