Home
last modified time | relevance | path

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

1234

/titanic_41/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()
/titanic_41/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser.h58 USBSER_MAX_PKTSZ = INFPSZ, /* max pkt size */
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_dummy.c52 5799, "dummymod", 1, INFPSZ, 65536, 1024
/titanic_41/usr/src/uts/common/io/
H A Dpipemod.c93 1003, "pipemod", 0, INFPSZ, STRHIGH, STRLOW
H A Dstrredirm.c64 INFPSZ,
H A Dstrsun.c255 if (iosize == INFPSZ || iosize > uiop->uio_resid) in mcopyinuio()
258 if (maxblk == INFPSZ) in mcopyinuio()
H A Dconnld.c112 INFPSZ,
H A Dpckt.c127 INFPSZ, /* maximum packet size */
141 INFPSZ, /* maximum packet size */
H A Ddrcompat.c93 INFPSZ,
H A Ddedump.c262 0xaaa, "dedump", 0, INFPSZ, 0, 0
H A Dtirdwr.c86 INFPSZ,
H A Dpfmod.c103 INFPSZ, /* mi_maxpsz */
/titanic_41/usr/src/uts/common/inet/nca/
H A Dncaddi.c139 0, "nca", 1, INFPSZ, 65536, 1024
/titanic_41/usr/src/uts/common/inet/
H A Dip_impl.h194 #define IP_MOD_MAXPSZ INFPSZ
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dcvcredir.c74 INFPSZ, /* mi_maxpsz */
/titanic_41/usr/src/uts/sun4u/starfire/cvcredir/
H A Dcvcredir.c75 INFPSZ, /* mi_maxpsz */
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c149 struct module_info strm_info = { 0, "strrhead", 0, INFPSZ, STRHIGH, STRLOW };
393 stp->sd_qn_maxpsz = INFPSZ - 1; /* used to check for initialization */ in stropen()
394 stp->sd_maxblk = INFPSZ; in stropen()
576 if (rmax == INFPSZ) in stropen()
2770 ASSERT((rmax >= 0) || (rmax == INFPSZ)); in strwrite_common()
2781 if ((rmax != INFPSZ) && (uiop->uio_resid > rmax)) { in strwrite_common()
2798 if (rmax == INFPSZ) in strwrite_common()
3836 if (rmax == INFPSZ) in strioctl()
3917 if (rmax == INFPSZ) in strioctl()
4138 if (rmax == INFPSZ) { in strioctl()
[all …]
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c448 ASSERT(iosize == INFPSZ || iosize > 0); in socopyinuio()
450 if (iosize == INFPSZ || iosize > uiop->uio_resid) in socopyinuio()
453 if (maxblk == INFPSZ) in socopyinuio()
512 if (max_read == INFPSZ || max_read > uiop->uio_resid) in socopyoutuio()
810 oobmark == 0 ? INFPSZ : oobmark, &error); in so_dequeue_msg()
1260 so->so_proto_props.sopp_maxpsz = INFPSZ; in socket_sonode_create()
1261 so->so_proto_props.sopp_maxblk = INFPSZ; in socket_sonode_create()
/titanic_41/usr/src/uts/common/io/ib/clients/sdp/
H A Dsdpddi.c274 0, "sdp", 1, INFPSZ, 65536, 1024
/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c69 INFPSZ,
82 INFPSZ,
/titanic_41/usr/src/uts/common/io/vuidmice/
H A Dvuidmice.c74 INFPSZ,
93 INFPSZ,
/titanic_41/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c313 INFPSZ, /* mi_maxpsz */
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c235 stropt->so_maxblk = INFPSZ; in tcp_fuse()
247 sopp.sopp_maxblk = INFPSZ; in tcp_fuse()
/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h399 #define MAN_MAXPSZ (INFPSZ) /* max packet size */

1234