Home
last modified time | relevance | path

Searched refs:PIPE_BUF (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h168 #ifndef PIPE_BUF /* max # bytes atomic in write to a pipe */
169 #define PIPE_BUF 5120 macro
176 #define PIPEBUF PIPE_BUF /* pipe buffer size */
/illumos-gate/usr/src/boot/sys/sys/
H A Dsyslimits.h64 #define PIPE_BUF 512 /* max bytes for atomic pipe writes */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h220 #ifndef PIPE_BUF /* max # bytes atomic in write to a pipe */
221 #define PIPE_BUF 5120 macro
/illumos-gate/usr/src/cmd/tsol/hextoalabel/
H A Dhextoalabel.c82 char hex[PIPE_BUF]; /* internal label */ in main()
/illumos-gate/usr/src/cmd/tsol/atohexlabel/
H A Datohexlabel.c82 char ascii[PIPE_BUF]; /* human readable label */ in main()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h378 #ifndef PIPE_BUF
379 # define PIPE_BUF 512 macro
/illumos-gate/usr/src/head/
H A Dlimits.h99 #define PIPE_BUF 5120 /* max # bytes atomic in write to a pipe */ macro
/illumos-gate/usr/src/cmd/tsol/lslabels/
H A Dlslabels.c142 char ascii[PIPE_BUF]; /* human readable label */ in main()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsubshell.c39 #ifndef PIPE_BUF
40 # define PIPE_BUF 512 macro
611 if(!(iop = sftmp(PIPE_BUF))) in sh_subshell()
H A Dio.c1014 int was_share,s=(PIPE_BUF>SF_BUFSIZE?SF_BUFSIZE:PIPE_BUF); in io_patseek()
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c566 #if PIPE_BUF < BUFSIZ || (PIPE_MAX % BUFSIZ) in main()
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c966 size = MIN(uiop->uio_resid, PIPE_BUF); in fifo_write()
1497 vap->va_blksize = PIPE_BUF; in fifo_getattr()
1913 val = PIPE_BUF; in fifo_pathconf()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c380 uint8_t buf[PIPE_BUF]; in i_ipadm_zone_network_attr()
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c497 val = PIPE_BUF; in fs_pathconf()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dconf.tab417 PIPE_BUF POSIX PC 1 LMU 512
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1190 val = PIPE_BUF; in fop_pathconf()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c157 struct module_info fiform_info = { 0, "fifostrrhead", 0, PIPE_BUF, FIFOHIWAT,
3966 rmax = MIN(PIPE_BUF, rmax); in strioctl()
4047 rmax = MIN(PIPE_BUF, rmax); in strioctl()
4401 rmax = MIN(PIPE_BUF, rmax); in strioctl()
H A Dzone.c5687 bufsize = MIN(bufsize, PIPE_BUF + sizeof (zone_net_data_t)); in zone_getattr()
5800 if (bufsize > (PIPE_BUF + sizeof (zone_net_data_t))) { in zone_setattr()
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3343 val = MIN(PIPE_BUF, val); in strqset()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE2290 size was larger than PIPE_BUF has been fixed.