Searched refs:PIPE_BUF (Results 1 – 25 of 32) sorted by relevance
12
69 #ifndef PIPE_BUF72 #define PIPE_BUF pathconf(".", _PC_PIPE_BUF) macro74 #define PIPE_BUF 512 macro509 if (r < PIPE_BUF) break; in file_or_fd()
171 if (wso->so_snd.sb_lowat < PIPE_BUF) { in fifo_open()172 wso->so_snd.sb_hiwat = PIPE_BUF * 2; in fifo_open()174 wso->so_snd.sb_lowat = PIPE_BUF; in fifo_open()574 *ap->a_retval = PIPE_BUF; in fifo_pathconf()
61 #define PIPE_BUF 512 /* max bytes for atomic pipe writes */ macro
551 if ((bp->size - bp->cnt) >= PIPE_BUF in pipe_read()618 if ((space < uio->uio_resid) && (uio->uio_resid <= PIPE_BUF)) in pipe_write()838 (wpipe->pipe_buffer.size - wpipe->pipe_buffer.cnt) >= PIPE_BUF)) in pipe_poll()921 *retval = PIPE_BUF; in pipe_fpathconf()1108 rv = kn->kn_data >= PIPE_BUF; in filt_pipewrite()
280 *retval = PIPE_BUF; in soo_fpathconf()
1315 if (wso->so_snd.sb_lowat < PIPE_BUF) { in pipe1()1316 wso->so_snd.sb_hiwat = PIPE_BUF * 2; in pipe1()1318 wso->so_snd.sb_lowat = PIPE_BUF; in pipe1()
677 u_long hiwat = lowat + PIPE_BUF; in soreserve()
47 #ifndef PIPE_BUF48 #define PIPE_BUF 512 macro318 if (p->pipe_buffer[fd].size + len > 10 * PIPE_BUF) in os_write()
90 char outbuf[PIPE_BUF]; in _send_request()
562 char buffer[PIPE_BUF]; in local_pipe_callback()946 char buffer[PIPE_BUF]; in read_from_local_sock()
75 #ifndef PIPE_BUF78 # define PIPESIZE PIPE_BUF
102 char outbuf[PIPE_BUF] __attribute((aligned(8))); in _send_request()
542 *retval = PIPE_BUF; in dtfs_node_pathconf()
886 *ap->a_retval = PIPE_BUF; in fdesc_pathconf()
869 *ap->a_retval = PIPE_BUF; in adosfs_pathconf()
252 *ap->a_retval = PIPE_BUF; in ptyfs_pathconf()
754 *ap->a_retval = PIPE_BUF; in cd9660_pathconf()
1117 *ap->a_retval = PIPE_BUF; in kernfs_pathconf()
1154 *retval = PIPE_BUF; in tmpfs_pathconf()
1123 *ap->a_retval = PIPE_BUF; in ulfs_pathconf()
1838 *ap->a_retval = PIPE_BUF; in spec_pathconf()
905 *ap->a_retval = PIPE_BUF; in nilfs_pathconf()
533 *ap->a_retval = PIPE_BUF; in procfs_pathconf()
1628 *retval = PIPE_BUF; in rump_vop_pathconf()
1305 *ap->a_retval = PIPE_BUF; in udf_pathconf()