Searched refs:PIPE_BUF (Results 1 – 6 of 6) sorted by relevance
108 #define PIPE_BUF 512 /* max bytes for atomic pipe writes */ macro
206 wso->so_snd.sb_lowat = PIPE_BUF; in fifo_open()575 *ap->a_retval = PIPE_BUF; in fifo_pathconf()
323 assert(PIPE_BUF == pipesize_blocks[0]); in choose_pipespace()1001 if ((space < uio_resid(uio)) && (orig_resid <= PIPE_BUF)) { in pipe_write()1288 (MAX_PIPESIZE(wpipe) - wpipe->pipe_buffer.cnt) >= PIPE_BUF)) { in pipe_select()1533 res = data >= filt_pipelowwat(kn, rpipe, PIPE_BUF); in filt_pipewrite_common()
5660 *retval = PIPE_BUF; in sys_fpathconf()5669 *retval = PIPE_BUF; in sys_fpathconf()
704 *ap->a_retval = PIPE_BUF; in fdesc_pathconf()
2898 *ap->a_retval = PIPE_BUF; in spec_pathconf()