Home
last modified time | relevance | path

Searched refs:stropt (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c53 struct stroptions *stropt; in proto_set_rx_hiwat() local
60 stropt->so_flags = SO_HIWAT; in proto_set_rx_hiwat()
61 stropt->so_hiwat = size; in proto_set_rx_hiwat()
80 struct stroptions *stropt; in proto_set_rx_lowat() local
87 stropt->so_flags = SO_LOWAT; in proto_set_rx_lowat()
88 stropt->so_lowat = size; in proto_set_rx_lowat()
144 struct stroptions *stropt; in proto_set_tx_maxblk() local
152 stropt->so_maxblk = size; in proto_set_tx_maxblk()
170 struct stroptions *stropt; in proto_set_tx_copyopt() local
200 struct stroptions *stropt; in proto_set_tx_wroff() local
[all …]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c228 struct stroptions *stropt; in tcp_fuse() local
231 mp->b_wptr += sizeof (*stropt); in tcp_fuse()
233 stropt = (struct stroptions *)mp->b_rptr; in tcp_fuse()
234 stropt->so_flags = SO_WROFF | SO_MAXBLK; in tcp_fuse()
235 stropt->so_wroff = 0; in tcp_fuse()
236 stropt->so_maxblk = INFPSZ; in tcp_fuse()
H A Dtcp_socket.c825 struct stroptions *stropt; in tcp_fallback_noneager() local
855 stropt = (struct stroptions *)stropt_mp->b_rptr; in tcp_fallback_noneager()
857 stropt->so_flags = SO_HIWAT | SO_WROFF | SO_MAXBLK; in tcp_fallback_noneager()
859 stropt->so_wroff = connp->conn_ht_iphc_len + (tcp->tcp_loopback ? 0 : in tcp_fallback_noneager()
862 stropt->so_wroff += TCPOPT_MAX_SACK_LEN; in tcp_fallback_noneager()
863 stropt->so_hiwat = connp->conn_rcvbuf; in tcp_fallback_noneager()
864 stropt->so_maxblk = tcp_maxpsz_set(tcp, B_FALSE); in tcp_fallback_noneager()
H A Dtcp_tpi.c1061 struct stroptions *stropt; in tcp_accept_finish() local
1141 stropt = (struct stroptions *)mp->b_rptr; in tcp_accept_finish()
1143 stropt = (struct stroptions *)mp->b_rptr; in tcp_accept_finish()
1145 stropt->so_flags = SO_HIWAT | SO_WROFF | SO_MAXBLK; in tcp_accept_finish()
1146 stropt->so_hiwat = sopp.sopp_rxhiwat; in tcp_accept_finish()
1147 stropt->so_wroff = sopp.sopp_wroff; in tcp_accept_finish()
1148 stropt->so_maxblk = sopp.sopp_maxblk; in tcp_accept_finish()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstropt.c56 stropt(const char* as, const void* tab, int siz, int(*f)(void*, const void*, int, const char*), voi… in stropt() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c339 stropt(s, options, sizeof(*options), setopt, NiL); in error_break()
377 stropt(getenv("ERROR_OPTIONS"), options, sizeof(*options), setopt, NiL); in errorv()
H A Dprocopen.c595 stropt(getenv(PROC_ENV_OPTIONS), options, sizeof(*options), setopt, &debug); in procopen()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtminit.c389 stropt(getenv("TM_OPTIONS"), options, sizeof(*options), tmopt, NiL); in tmlocal()
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap351 #undef stropt
352 #define stropt _ast_stropt
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap351 #undef stropt
352 #define stropt _ast_stropt
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap351 #undef stropt
352 #define stropt _ast_stropt
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap351 #undef stropt
352 #define stropt _ast_stropt
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h348 extern int stropt(const char*, const void*, int, int(*)(void*, const void*, int, const char*), voi…
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile61 strerror.3 stresc.3 streval.3 strgid.3 strmatch.3 stropt.3 \
76 stresc.c stropt.c strtape.c strpcmp.c strnpcmp.c strvcmp.c strnvcmp.c \
H A DRELEASE612 string/stropt.c: drop siz==0 => tab is hash table
1411 stropt: fix nested quote pop
1437 stropt: (v+n) for unknown option is option value if n!=0
1488 stropt: NiL table => p=name for all name=value
1760 fix stropt() pointer cast
1778 95-03-11 fix stropt() to not modify its *const* arg
1779 handle "'\ quotes and chresc() in stropt() values
1780 , treated like :space: between stropt() options
1788 add Hash_table_t for size==0 in stropt()
H A DMamfile857 make stropt.o
858 make string/stropt.c
860 done string/stropt.c
861 meta stropt.o %.c>%.o string/stropt.c stropt
862 prev string/stropt.c
864 done stropt.o generated
6343 make ${INSTALLROOT}/man/man3/stropt.3
6344 make man/stropt.3
6345 done man/stropt.3
6346stropt.3' || ${STDCMP} 2>/dev/null -s man/stropt.3 ${INSTALLROOT}/man/man3/stropt.3 || { ${STDMV} …
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dicmp.c5267 struct stroptions *stropt; in rawip_fallback() local
5273 stropt_mp = allocb_wait(sizeof (*stropt), BPRI_HI, STR_NOSIG, NULL); in rawip_fallback()
5290 stropt_mp->b_wptr += sizeof (*stropt); in rawip_fallback()
5291 stropt = (struct stroptions *)stropt_mp->b_rptr; in rawip_fallback()
5292 stropt->so_flags = SO_WROFF | SO_HIWAT; in rawip_fallback()
5293 stropt->so_wroff = connp->conn_wroff; in rawip_fallback()
5294 stropt->so_hiwat = connp->conn_rcvbuf; in rawip_fallback()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c6292 struct stroptions *stropt; in udp_fallback() local
6298 stropt_mp = allocb_wait(sizeof (*stropt), BPRI_HI, STR_NOSIG, NULL); in udp_fallback()
6315 stropt_mp->b_wptr += sizeof (*stropt); in udp_fallback()
6316 stropt = (struct stroptions *)stropt_mp->b_rptr; in udp_fallback()
6317 stropt->so_flags = SO_WROFF | SO_HIWAT; in udp_fallback()
6318 stropt->so_wroff = connp->conn_wroff; in udp_fallback()
6319 stropt->so_hiwat = udp->udp_rcv_disply_hiwat; in udp_fallback()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c2760 stropt(getenv("LC_OPTIONS"), options, sizeof(*options), setopt, NiL); in _ast_setlocale()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs548 string/stropt.o \