Home
last modified time | relevance | path

Searched refs:stroptions (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c53 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 Dmi.c68 typedef struct stroptions *STROPTP;
/illumos-gate/usr/src/uts/common/io/
H A Dbufmod.c333 if ((mop = allocb(sizeof (struct stroptions), in sbioc()
335 struct stroptions *sop; in sbioc()
340 mop->b_wptr += sizeof (struct stroptions); in sbioc()
341 sop = (struct stroptions *)mop->b_rptr; in sbioc()
372 struct stroptions *sop; in sbioc()
378 mop->b_wptr += sizeof (struct stroptions); in sbioc()
379 sop = (struct stroptions *)mop->b_rptr; in sbioc()
739 struct stroptions *sop; in sbioctl()
745 sop = (struct stroptions *)mop->b_rptr; in sbioctl()
815 struct stroptions *sop; in sbioctl()
[all …]
H A Dpckt.c212 struct stroptions *sop; in pcktopen()
245 while ((mop = allocb(sizeof (struct stroptions), BPRI_MED)) == NULL) { in pcktopen()
246 bufcall_id_t id = qbufcall(q, sizeof (struct stroptions), in pcktopen()
263 mop->b_wptr += sizeof (struct stroptions); in pcktopen()
264 sop = (struct stroptions *)mop->b_rptr; in pcktopen()
H A Dzcons.c467 struct stroptions *sop; in zc_manager_open()
476 if ((mop = allocb(sizeof (struct stroptions), BPRI_MED)) == NULL) { in zc_manager_open()
504 mop->b_wptr += sizeof (struct stroptions); in zc_manager_open()
505 sop = (struct stroptions *)(void *)mop->b_rptr; in zc_manager_open()
526 struct stroptions *sop; in zc_subsidiary_open()
556 if ((mop = allocb(sizeof (struct stroptions), BPRI_MED)) == NULL) { in zc_subsidiary_open()
581 mop->b_wptr += sizeof (struct stroptions); in zc_subsidiary_open()
582 sop = (struct stroptions *)(void *)mop->b_rptr; in zc_subsidiary_open()
H A Dptm.c324 struct stroptions *sop; in ptmopen()
351 mop = allocb(sizeof (struct stroptions), BPRI_MED); in ptmopen()
382 mop->b_wptr += sizeof (struct stroptions); in ptmopen()
383 sop = (struct stroptions *)mop->b_rptr; in ptmopen()
H A Dpts.c300 struct stroptions *sop; in ptsopen()
364 if ((mop = allocb(sizeof (struct stroptions), BPRI_MED)) == NULL) { in ptsopen()
414 mop->b_wptr += sizeof (struct stroptions); in ptsopen()
415 sop = (struct stroptions *)mop->b_rptr; in ptsopen()
H A Ddedump.c146 struct stroptions *so = (struct stroptions *)mp->b_rptr; in dedump_stroptions()
H A Dptem.c158 struct stroptions *sop; in ptemopen()
193 mop = allocb(sizeof (struct stroptions), BPRI_MED); in ptemopen()
200 mop->b_wptr += sizeof (struct stroptions); in ptemopen()
201 sop = (struct stroptions *)mop->b_rptr; in ptemopen()
H A Dldterm.c673 struct stroptions *strop; in ldtermopen()
795 if ((bp = open_mblk(q, sizeof (struct stroptions))) == NULL) in ldtermopen()
806 if ((bp = open_mblk(q, sizeof (struct stroptions))) == NULL) in ldtermopen()
808 strop = (struct stroptions *)bp->b_wptr; in ldtermopen()
813 bp->b_wptr += sizeof (struct stroptions); in ldtermopen()
849 struct stroptions *strop; in ldtermclose()
873 strop = (struct stroptions *)bp->b_wptr; in ldtermclose()
876 bp->b_wptr += sizeof (struct stroptions); in ldtermclose()
4803 struct stroptions optbuf; in chgstropts()
4849 *(struct stroptions *)bp->b_wptr = optbuf; in chgstropts()
[all …]
H A Dtimod.c359 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 Decpp.c479 _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()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1061 struct stroptions *stropt; in tcp_accept_finish()
1138 ASSERT(MBLKSIZE(mp) >= sizeof (struct stroptions)); in tcp_accept_finish()
1141 stropt = (struct stroptions *)mp->b_rptr; in tcp_accept_finish()
1142 mp->b_wptr = mp->b_rptr + sizeof (struct stroptions); in tcp_accept_finish()
1143 stropt = (struct stroptions *)mp->b_rptr; in tcp_accept_finish()
1458 sizeof (struct stroptions)), BPRI_HI); in tcp_tli_accept()
1767 sizeof (struct stroptions)), BPRI_HI); in tcp_tpi_accept()
H A Dtcp_fusion.c193 if ((mp = allocb(sizeof (struct stroptions), in tcp_fuse()
228 struct stroptions *stropt; in tcp_fuse()
233 stropt = (struct stroptions *)mp->b_rptr; in tcp_fuse()
H A Dtcp_socket.c825 struct stroptions *stropt; in tcp_fallback_noneager()
855 stropt = (struct stroptions *)stropt_mp->b_rptr; in tcp_fallback_noneager()
856 stropt_mp->b_wptr += sizeof (struct stroptions); in tcp_fallback_noneager()
1009 stropt_mp = allocb_wait(sizeof (struct stroptions), BPRI_HI, STR_NOSIG, in tcp_fallback()
/illumos-gate/usr/src/man/man9s/
H A DMakefile79 stroptions.9s \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man9s.inc76 file path=usr/share/man/man9s/stroptions.9s
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c1382 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h604 struct stroptions { struct
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dicmp.c5267 struct stroptions *stropt; in rawip_fallback()
5291 stropt = (struct stroptions *)stropt_mp->b_rptr; in rawip_fallback()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c6292 struct stroptions *stropt; in udp_fallback()
6316 stropt = (struct stroptions *)stropt_mp->b_rptr; in udp_fallback()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2008 struct stroptions *sop; in strrput_nondata()
2349 sop = (struct stroptions *)bp->b_rptr; in strrput_nondata()