/illumos-gate/usr/src/ucbhead/sys/ |
H A D | param.h | 168 #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 D | syslimits.h | 64 #define PIPE_BUF 512 /* max bytes for atomic pipe writes */ macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | param.h | 220 #ifndef PIPE_BUF /* max # bytes atomic in write to a pipe */ 221 #define PIPE_BUF 5120 macro
|
/illumos-gate/usr/src/cmd/tsol/atohexlabel/ |
H A D | atohexlabel.c | 82 char ascii[PIPE_BUF]; /* human readable label */ in main()
|
/illumos-gate/usr/src/cmd/tsol/hextoalabel/ |
H A D | hextoalabel.c | 82 char hex[PIPE_BUF]; /* internal label */ in main()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 378 #ifndef PIPE_BUF 379 # define PIPE_BUF 512 macro
|
/illumos-gate/usr/src/head/ |
H A D | limits.h | 99 #define PIPE_BUF 5120 /* max # bytes atomic in write to a pipe */ macro
|
/illumos-gate/usr/src/cmd/tsol/lslabels/ |
H A D | lslabels.c | 142 char ascii[PIPE_BUF]; /* human readable label */ in main()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | subshell.c | 39 #ifndef PIPE_BUF 40 # define PIPE_BUF 512 macro 611 if(!(iop = sftmp(PIPE_BUF))) in sh_subshell()
|
H A D | io.c | 1014 int was_share,s=(PIPE_BUF>SF_BUFSIZE?SF_BUFSIZE:PIPE_BUF); in io_patseek()
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | lp.cat.c | 566 #if PIPE_BUF < BUFSIZ || (PIPE_MAX % BUFSIZ) in main()
|
/illumos-gate/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 966 size = MIN(uiop->uio_resid, PIPE_BUF); in fifo_write() 1492 vap->va_blksize = PIPE_BUF; in fifo_getattr() 1919 val = PIPE_BUF; in fifo_pathconf()
|
/illumos-gate/usr/src/lib/libipadm/common/ |
H A D | ipadm_ngz.c | 380 uint8_t buf[PIPE_BUF]; in i_ipadm_zone_network_attr()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fs_subr.c | 518 val = PIPE_BUF; in fs_pathconf()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | conf.tab | 417 PIPE_BUF POSIX PC 1 LMU 512
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 1219 val = PIPE_BUF; in fop_pathconf()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 157 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 D | zone.c | 5687 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 D | stream.c | 3343 val = MIN(PIPE_BUF, val); in strqset()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE | 2290 size was larger than PIPE_BUF has been fixed.
|