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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c52 #define SIZE_TO_READ_WRITE 20 macro
723 if (bytes_to_write > SIZE_TO_READ_WRITE) {
724 bytes = SIZE_TO_READ_WRITE;
725 next_offset = curr_offset + SIZE_TO_READ_WRITE;
777 if (bytes_to_read > SIZE_TO_READ_WRITE) {
778 bytes = SIZE_TO_READ_WRITE;
779 next_offset = curr_offset + SIZE_TO_READ_WRITE;

Completed in 128 milliseconds