Searched refs:MAX_XFER (Results 1 – 2 of 2) sorted by relevance
476 #define MAX_XFER 2048 macro524 if (rlen > MAX_XFER) in dconschat_read_dcons()525 rlen = MAX_XFER; in dconschat_read_dcons()572 wlen = MIN(wlen, MAX_XFER); in dconschat_write_dcons()850 char rbuf[MAX_XFER], wbuf[MAX_XFER+2]; in dconschat_read_socket()911 char buf[MAX_XFER]; in dconschat_proc_dcons()
57 #define MAX_XFER MAXPHYS macro137 if (buf_size < 256 || buf_size > MAX_XFER) in main()