Searched refs:CHUNKSIZE (Results 1 – 3 of 3) sorted by relevance
27 #define CHUNKSIZE 127 macro40 char sd_rb[CHUNKSIZE]; /* read buffer */41 char sd_wb[CHUNKSIZE]; /* write buffer */
95 event[CHUNKSIZE-1] = '\0'; /* ensure this string ends! */ in scdrv_parse_event()189 char desc[CHUNKSIZE]; in scdrv_dispatch_event()243 len = CHUNKSIZE; in scdrv_event()251 len = CHUNKSIZE; in scdrv_event()
182 len = CHUNKSIZE; in scdrv_read()196 len = CHUNKSIZE; in scdrv_read()273 count = min((int) count, CHUNKSIZE); in scdrv_write()