Lines Matching refs:buffer
614 DBG(5, "load_calibration: not enough mem for buffer: %ld\n",(long)bytes);
1037 DBG(5, "heat_lamp_gray: not enough mem for buffer: %lu\n",
1099 DBG(5, "heat_lamp_color: not enough mem for buffer: %lu\n",
1179 /* have sent all of current buffer */
1206 /* data in current buffer, send some of it */
1212 memcpy(buf,s->buffer+s->bytes_tx,*len);
1237 DBG(5, "read_from_scanner_gray: not enough mem for buffer: %lu\n",
1259 /*memcpy(s->buffer,buf+HEADER_SIZE,s->gray_block_size);*/
1261 /* reorder the gray data into the struct's buffer */
1271 s->buffer[i+j] = byte;
1302 DBG(5, "read_from_scanner_color: not enough mem for buffer: %lu\n",
1324 /*memcpy(s->buffer,buf+HEADER_SIZE,s->color_block_size);*/
1326 /* reorder the color data into the struct's buffer */
1338 s->buffer[i+j*3+k] = byte;
1638 * Prints a hex dump of the given buffer onto the debug output stream.