/titanic_41/usr/src/uts/common/inet/ |
H A D | proto_set.c | 53 struct stroptions *stropt; in proto_set_rx_hiwat() 59 stropt = (struct stroptions *)mp->b_rptr; in proto_set_rx_hiwat() 80 struct stroptions *stropt; in proto_set_rx_lowat() 86 stropt = (struct stroptions *)mp->b_rptr; in proto_set_rx_lowat() 144 struct stroptions *stropt; in proto_set_tx_maxblk() 150 stropt = (struct stroptions *)mp->b_rptr; in proto_set_tx_maxblk() 170 struct stroptions *stropt; in proto_set_tx_copyopt() 176 stropt = (struct stroptions *)mp->b_rptr; in proto_set_tx_copyopt() 200 struct stroptions *stropt; in proto_set_tx_wroff() 205 stropt = (struct stroptions *)mp->b_rptr; in proto_set_tx_wroff()
|
H A D | mi.c | 68 typedef struct stroptions *STROPTP;
|
/titanic_41/usr/src/uts/common/io/ |
H A D | bufmod.c | 334 if ((mop = allocb(sizeof (struct stroptions), in sbioc() 336 struct stroptions *sop; in sbioc() 341 mop->b_wptr += sizeof (struct stroptions); in sbioc() 342 sop = (struct stroptions *)mop->b_rptr; in sbioc() 371 if ((mop = allocb(sizeof (struct stroptions), in sbioc() 373 struct stroptions *sop; in sbioc() 379 mop->b_wptr += sizeof (struct stroptions); in sbioc() 380 sop = (struct stroptions *)mop->b_rptr; in sbioc() 735 if ((mop = allocb(sizeof (struct stroptions), in sbioctl() 737 struct stroptions *sop; in sbioctl() [all …]
|
H A D | pckt.c | 214 struct stroptions *sop; in pcktopen() 248 while ((mop = allocb(sizeof (struct stroptions), BPRI_MED)) == NULL) { in pcktopen() 249 bufcall_id_t id = qbufcall(q, sizeof (struct stroptions), in pcktopen() 266 mop->b_wptr += sizeof (struct stroptions); in pcktopen() 267 sop = (struct stroptions *)mop->b_rptr; in pcktopen()
|
H A D | zcons.c | 461 struct stroptions *sop; in zc_master_open() 470 if ((mop = allocb(sizeof (struct stroptions), BPRI_MED)) == NULL) { in zc_master_open() 498 mop->b_wptr += sizeof (struct stroptions); in zc_master_open() 499 sop = (struct stroptions *)(void *)mop->b_rptr; in zc_master_open() 521 struct stroptions *sop; in zc_slave_open() 551 if ((mop = allocb(sizeof (struct stroptions), BPRI_MED)) == NULL) { in zc_slave_open() 576 mop->b_wptr += sizeof (struct stroptions); in zc_slave_open() 577 sop = (struct stroptions *)(void *)mop->b_rptr; in zc_slave_open()
|
H A D | ptm.c | 318 struct stroptions *sop; in ptmopen() 346 mop = allocb(sizeof (struct stroptions), BPRI_MED); in ptmopen() 377 mop->b_wptr += sizeof (struct stroptions); in ptmopen() 378 sop = (struct stroptions *)mop->b_rptr; in ptmopen()
|
H A D | pts.c | 298 struct stroptions *sop; in ptsopen() 363 if ((mop = allocb(sizeof (struct stroptions), BPRI_MED)) == NULL) { in ptsopen() 409 mop->b_wptr += sizeof (struct stroptions); in ptsopen() 410 sop = (struct stroptions *)mop->b_rptr; in ptsopen()
|
H A D | dedump.c | 148 struct stroptions *so = (struct stroptions *)mp->b_rptr; in dedump_stroptions()
|
H A D | ptem.c | 159 struct stroptions *sop; in ptemopen() 194 mop = allocb(sizeof (struct stroptions), BPRI_MED); in ptemopen() 201 mop->b_wptr += sizeof (struct stroptions); in ptemopen() 202 sop = (struct stroptions *)mop->b_rptr; in ptemopen()
|
H A D | ldterm.c | 672 struct stroptions *strop; in ldtermopen() 780 if ((bp = open_mblk(q, sizeof (struct stroptions))) == NULL) in ldtermopen() 791 if ((bp = open_mblk(q, sizeof (struct stroptions))) == NULL) in ldtermopen() 793 strop = (struct stroptions *)bp->b_wptr; in ldtermopen() 798 bp->b_wptr += sizeof (struct stroptions); in ldtermopen() 834 struct stroptions *strop; in ldtermclose() 858 strop = (struct stroptions *)bp->b_wptr; in ldtermclose() 861 bp->b_wptr += sizeof (struct stroptions); in ldtermclose() 4782 struct stroptions optbuf; in chgstropts() 4824 if ((bp = allocb(sizeof (struct stroptions), BPRI_HI)) == in chgstropts() [all …]
|
H A D | timod.c | 359 struct stroptions *sop; in timodopen() 368 if ((bp = allocb(sizeof (struct stroptions), BPRI_MED)) == 0) in timodopen() 433 bp->b_wptr += sizeof (struct stroptions); in timodopen() 434 sop = (struct stroptions *)bp->b_rptr; in timodopen()
|
H A D | ecpp.c | 479 _NOTE(SCHEME_PROTECTS_DATA("unique per call", stroptions)) 1023 struct stroptions *sop; in ecpp_open() 1092 if (!(mop = allocb(sizeof (struct stroptions), BPRI_MED))) { in ecpp_open() 1097 mop->b_wptr += sizeof (struct stroptions); in ecpp_open() 1103 sop = (struct stroptions *)mop->b_rptr; in ecpp_open()
|
/titanic_41/usr/src/man/man9s/ |
H A D | Makefile | 73 stroptions.9s \
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tpi.c | 1055 struct stroptions *stropt; in tcp_accept_finish() 1132 ASSERT(MBLKSIZE(mp) >= sizeof (struct stroptions)); in tcp_accept_finish() 1135 stropt = (struct stroptions *)mp->b_rptr; in tcp_accept_finish() 1136 mp->b_wptr = mp->b_rptr + sizeof (struct stroptions); in tcp_accept_finish() 1137 stropt = (struct stroptions *)mp->b_rptr; in tcp_accept_finish() 1452 sizeof (struct stroptions)), BPRI_HI); in tcp_tli_accept() 1761 sizeof (struct stroptions)), BPRI_HI); in tcp_tpi_accept()
|
H A D | tcp_socket.c | 818 struct stroptions *stropt; in tcp_fallback_noneager() 848 stropt = (struct stroptions *)stropt_mp->b_rptr; in tcp_fallback_noneager() 849 stropt_mp->b_wptr += sizeof (struct stroptions); in tcp_fallback_noneager() 1002 stropt_mp = allocb_wait(sizeof (struct stroptions), BPRI_HI, STR_NOSIG, in tcp_fallback()
|
H A D | tcp_fusion.c | 192 if ((mp = allocb(sizeof (struct stroptions), in tcp_fuse() 227 struct stroptions *stropt; in tcp_fuse() 232 stropt = (struct stroptions *)mp->b_rptr; in tcp_fuse()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man9s.inc | 69 file path=usr/share/man/man9s/stroptions.9s
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stream.h | 586 struct stroptions { struct
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | rpcmod.c | 1382 if (MBLKL(mp) >= sizeof (struct stroptions)) { in mir_rput() 1383 struct stroptions *stropts; in mir_rput() 1385 stropts = (struct stroptions *)mp->b_rptr; in mir_rput()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 5258 struct stroptions *stropt; in rawip_fallback() 5282 stropt = (struct stroptions *)stropt_mp->b_rptr; in rawip_fallback()
|
/titanic_41/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 6143 struct stroptions *stropt; in udp_fallback() 6167 stropt = (struct stroptions *)stropt_mp->b_rptr; in udp_fallback()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 1938 struct stroptions *sop; in strrput_nondata() 2279 sop = (struct stroptions *)bp->b_rptr; in strrput_nondata()
|