| /onnv-gate/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;
|
| /onnv-gate/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 | 673 struct stroptions *strop; in ldtermopen() 781 if ((bp = open_mblk(q, sizeof (struct stroptions))) == NULL) in ldtermopen() 792 if ((bp = open_mblk(q, sizeof (struct stroptions))) == NULL) in ldtermopen() 794 strop = (struct stroptions *)bp->b_wptr; in ldtermopen() 799 bp->b_wptr += sizeof (struct stroptions); in ldtermopen() 835 struct stroptions *strop; in ldtermclose() 859 strop = (struct stroptions *)bp->b_wptr; in ldtermclose() 862 bp->b_wptr += sizeof (struct stroptions); in ldtermclose() 4772 struct stroptions optbuf; in chgstropts() 4814 if ((bp = allocb(sizeof (struct stroptions), BPRI_HI)) == in chgstropts() [all …]
|
| H A D | timod.c | 370 struct stroptions *sop; in timodopen() 379 if ((bp = allocb(sizeof (struct stroptions), BPRI_MED)) == 0) in timodopen() 444 bp->b_wptr += sizeof (struct stroptions); in timodopen() 445 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()
|
| /onnv-gate/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 | 813 struct stroptions *stropt; in tcp_fallback_noneager() 843 stropt = (struct stroptions *)stropt_mp->b_rptr; in tcp_fallback_noneager() 844 stropt_mp->b_wptr += sizeof (struct stroptions); in tcp_fallback_noneager() 997 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()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | stream.h | 585 struct stroptions { struct
|
| /onnv-gate/usr/src/uts/common/rpc/ |
| H A D | rpcmod.c | 1456 if (MBLKL(mp) >= sizeof (struct stroptions)) { in mir_rput() 1457 struct stroptions *stropts; in mir_rput() 1459 stropts = (struct stroptions *)mp->b_rptr; in mir_rput()
|
| /onnv-gate/usr/src/uts/common/inet/ip/ |
| H A D | icmp.c | 5224 struct stroptions *stropt; in rawip_fallback() 5248 stropt = (struct stroptions *)stropt_mp->b_rptr; in rawip_fallback()
|
| /onnv-gate/usr/src/uts/common/inet/udp/ |
| H A D | udp.c | 6115 struct stroptions *stropt; in udp_fallback() 6139 stropt = (struct stroptions *)stropt_mp->b_rptr; in udp_fallback()
|
| /onnv-gate/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()
|