Searched refs:TOPPY_IO_SIZE (Results 1 – 1 of 1) sorted by relevance
61 #define TOPPY_IO_SIZE 0xffec macro389 if ((buf = malloc(TOPPY_IO_SIZE)) == NULL) in cmd_get()432 while ((l = read(toppy_fd, buf, TOPPY_IO_SIZE)) < 0 && in cmd_get()535 if ((buf = malloc(TOPPY_IO_SIZE)) == NULL) in cmd_put()553 while ((l = fread(buf, 1, TOPPY_IO_SIZE, ifp)) > 0) { in cmd_put()