Home
last modified time | relevance | path

Searched refs:INFPSZ (Results 1 – 25 of 71) sorted by relevance

123

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sdp.c127 so->so_proto_props.sopp_maxpsz = INFPSZ; in socksdp_create()
128 so->so_proto_props.sopp_maxblk = INFPSZ; in socksdp_create()
H A Dsockmod_sctp.c179 so->so_proto_props.sopp_maxpsz = INFPSZ; in socksctp_create()
180 so->so_proto_props.sopp_maxblk = INFPSZ; in socksctp_create()
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser.h58 USBSER_MAX_PKTSZ = INFPSZ, /* max pkt size */
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_dummy.c51 5799, "dummymod", 1, INFPSZ, 65536, 1024
/illumos-gate/usr/src/uts/common/io/
H A Dpipemod.c90 1003, "pipemod", 0, INFPSZ, STRHIGH, STRLOW
H A Dstrredirm.c63 INFPSZ,
H A Dstrsun.c255 if (iosize == INFPSZ || iosize > uiop->uio_resid) in mcopyinuio()
258 if (maxblk == INFPSZ) in mcopyinuio()
H A Dpckt.c125 INFPSZ, /* maximum packet size */
139 INFPSZ, /* maximum packet size */
H A Dconnld.c109 INFPSZ,
H A Ddrcompat.c93 INFPSZ,
H A Ddedump.c260 0xaaa, "dedump", 0, INFPSZ, 0, 0
H A Dtirdwr.c83 INFPSZ,
H A Dpfmod.c97 INFPSZ, /* mi_maxpsz */
H A Dsad.c72 0x7361, "sad", 0, INFPSZ, 0, 0
/illumos-gate/usr/src/uts/common/inet/
H A Dip_impl.h210 #define IP_MOD_MAXPSZ INFPSZ
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c443 stp->sd_maxblk = INFPSZ; in stropen()
630 if (rmax == INFPSZ) in stropen()
2860 ASSERT((rmax >= 0) || (rmax == INFPSZ)); in strwrite_common()
2888 if (rmax == INFPSZ) in strwrite_common()
3962 if (rmax == INFPSZ) in strioctl()
4043 if (rmax == INFPSZ) in strioctl()
4264 if (rmax == INFPSZ) { in strioctl()
4397 if (rmax == INFPSZ) in strioctl()
7934 if (stp->sd_maxblk != INFPSZ && rmax != INFPSZ && rmax < stp->sd_maxblk) in strputmsg()
7982 ASSERT(stp->sd_maxblk == INFPSZ || in strputmsg()
[all …]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c449 ASSERT(iosize == INFPSZ || iosize > 0); in socopyinuio()
451 if (iosize == INFPSZ || iosize > uiop->uio_resid) in socopyinuio()
454 if (maxblk == INFPSZ) in socopyinuio()
513 if (max_read == INFPSZ || max_read > uiop->uio_resid) in socopyoutuio()
811 oobmark == 0 ? INFPSZ : oobmark, &error); in so_dequeue_msg()
1263 so->so_proto_props.sopp_maxpsz = INFPSZ; in socket_sonode_create()
1264 so->so_proto_props.sopp_maxblk = INFPSZ; in socket_sonode_create()
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c73 INFPSZ,
86 INFPSZ,
/illumos-gate/usr/src/uts/common/io/ib/clients/sdp/
H A Dsdpddi.c275 0, "sdp", 1, INFPSZ, 65536, 1024
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidmice.c72 INFPSZ,
91 INFPSZ,
/illumos-gate/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c313 INFPSZ, /* mi_maxpsz */
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c236 stropt->so_maxblk = INFPSZ; in tcp_fuse()
248 sopp.sopp_maxblk = INFPSZ; in tcp_fuse()
H A Dtcp_socket.c114 sopp.sopp_maxpsz = INFPSZ; in tcp_activate()
115 sopp.sopp_maxblk = INFPSZ; in tcp_activate()
/illumos-gate/usr/src/uts/sun/io/
H A Dms.c202 INFPSZ,
220 INFPSZ,
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h708 #define INFPSZ -1 macro

123