Searched refs:MAX_XFER (Results 1 – 2 of 2) sorted by relevance
468 #define MAX_XFER 2048 macro516 if (rlen > MAX_XFER) in dconschat_read_dcons()517 rlen = MAX_XFER; in dconschat_read_dcons()566 wlen = MIN(wlen, MAX_XFER); in dconschat_write_dcons()843 char rbuf[MAX_XFER], wbuf[MAX_XFER+2]; in dconschat_read_socket()904 char buf[MAX_XFER]; in dconschat_proc_dcons()
57 #define MAX_XFER MAXPHYS macro139 if (buf_size < 256 || buf_size > MAX_XFER) in main()