Searched refs:MIN_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
129 #define MIN_BUFSIZE 259 macro606 if (!bSerialPortDevice || len < MIN_BUFSIZE) in my_read()616 if (ret <= 0 || !bSerialPortDevice || len < MIN_BUFSIZE) in my_read()655 if (ret > 0 && len >= MIN_BUFSIZE) in my_read()