/titanic_41/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_sdp.c | 127 so->so_proto_props.sopp_maxpsz = INFPSZ; in socksdp_create() 128 so->so_proto_props.sopp_maxblk = INFPSZ; in socksdp_create()
|
H A D | sockmod_sctp.c | 179 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 D | usbser.h | 58 USBSER_MAX_PKTSZ = INFPSZ, /* max pkt size */
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_dummy.c | 52 5799, "dummymod", 1, INFPSZ, 65536, 1024
|
/titanic_41/usr/src/uts/common/io/ |
H A D | pipemod.c | 93 1003, "pipemod", 0, INFPSZ, STRHIGH, STRLOW
|
H A D | strredirm.c | 64 INFPSZ,
|
H A D | strsun.c | 255 if (iosize == INFPSZ || iosize > uiop->uio_resid) in mcopyinuio() 258 if (maxblk == INFPSZ) in mcopyinuio()
|
H A D | connld.c | 112 INFPSZ,
|
H A D | pckt.c | 127 INFPSZ, /* maximum packet size */ 141 INFPSZ, /* maximum packet size */
|
H A D | drcompat.c | 93 INFPSZ,
|
H A D | dedump.c | 262 0xaaa, "dedump", 0, INFPSZ, 0, 0
|
H A D | tirdwr.c | 86 INFPSZ,
|
H A D | pfmod.c | 103 INFPSZ, /* mi_maxpsz */
|
/titanic_41/usr/src/uts/common/inet/nca/ |
H A D | ncaddi.c | 139 0, "nca", 1, INFPSZ, 65536, 1024
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | ip_impl.h | 194 #define IP_MOD_MAXPSZ INFPSZ
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | cvcredir.c | 74 INFPSZ, /* mi_maxpsz */
|
/titanic_41/usr/src/uts/sun4u/starfire/cvcredir/ |
H A D | cvcredir.c | 75 INFPSZ, /* mi_maxpsz */
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 149 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 D | sockcommon_subr.c | 448 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 D | sdpddi.c | 274 0, "sdp", 1, INFPSZ, 65536, 1024
|
/titanic_41/usr/src/uts/common/io/softmac/ |
H A D | softmac_dev.c | 69 INFPSZ, 82 INFPSZ,
|
/titanic_41/usr/src/uts/common/io/vuidmice/ |
H A D | vuidmice.c | 74 INFPSZ, 93 INFPSZ,
|
/titanic_41/usr/src/uts/common/inet/dlpistub/ |
H A D | dlpistub.c | 313 INFPSZ, /* mi_maxpsz */
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_fusion.c | 235 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 D | dman.h | 399 #define MAN_MAXPSZ (INFPSZ) /* max packet size */
|