Home
last modified time | relevance | path

Searched refs:MAX_XFER (Results 1 – 2 of 2) sorted by relevance

/NextBSD/usr.sbin/dconschat/
HDdconschat.c476 #define MAX_XFER 2048 macro
524 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()
/NextBSD/share/examples/scsi_target/
HDscsi_target.c57 #define MAX_XFER MAXPHYS macro
137 if (buf_size < 256 || buf_size > MAX_XFER) in main()