Searched refs:tw (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.3-release/sys/netinet/
H A Dtcp_timewait.c115 #define TW_LOCK_INIT(tw, d) rw_init_flags(&(tw), (d), 0)
116 #define TW_LOCK_DESTROY(tw) rw_destroy(&(tw))
117 #define TW_RLOCK(tw) rw_rlock(&(tw))
118 #define TW_WLOCK(tw) rw_wlock(&(tw))
119 #define TW_RUNLOCK(tw) rw_runlock(&(tw))
202 struct tcptw *tw; local
222 struct tcptw *tw; local
398 struct tcptw *tw; local
486 tcp_twclose(struct tcptw *tw, int reuse) argument
546 tcp_twrespond(struct tcptw *tw, int flags) argument
655 tcp_tw_2msl_reset(struct tcptw *tw, int rearm) argument
670 tcp_tw_2msl_stop(struct tcptw *tw, int reuse) argument
700 struct tcptw *tw; local
[all...]
H A Din_pcb.c571 struct tcptw *tw; local
608 tw = intotw(t);
609 if (tw == NULL ||
610 (reuseport & tw->tw_so_options) == 0)
H A Dtcp_subr.c2267 struct tcptw *tw; local
2352 tw = intotw(inp);
2353 if (tw != NULL)
2354 tcp_twclose(tw, 0);
H A Dtcp_var.h686 int tcp_twrecycleable(struct tcptw *tw);
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTaggedASTType.h33 TaggedASTType (const TaggedASTType<C> &tw) : argument
34 ClangASTType(tw)
48 TaggedASTType<C> &operator= (const TaggedASTType<C> &tw) argument
50 ClangASTType::operator= (tw);
/freebsd-10.3-release/contrib/bmake/unit-tests/
H A Dmodword.mk5 all: mod-squarebrackets mod-S-W mod-C-W mod-tW-tw
141 mod-tW-tw:
143 @echo 'LIST:tw="${LIST:tw}"' macro
147 @echo 'LIST:tw:C/ /,/="${LIST:tw:C/ /,/}"'
148 @echo 'LIST:tw:C/ /,/g="${LIST:tw:C/ /,/g}"'
149 @echo 'LIST:tw:C/ /,/1g="${LIST:tw
[all...]
/freebsd-10.3-release/bin/csh/
H A DMakefile27 SRCS+= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
28 tw.comp.c tw.color.c
/freebsd-10.3-release/contrib/tcsh/
H A DMakefile.std300 TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
301 tw.comp.c tw.color.c
302 TWOBJS= tw.help.${SUF} tw
[all...]
H A DMakefile.vms278 TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
279 tw.comp.c tw.color.c
280 TWOBJS= tw.help.${SUF} tw
[all...]
H A DMakefile.in379 tw.color.c
390 TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
391 tw.comp.c tw.color.c
392 TWOBJS= tw
[all...]
/freebsd-10.3-release/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect131 ftp://ftp.tw.freebsd.org "Taiwan"\
132 ftp://ftp2.tw.freebsd.org "Taiwan #2"\
133 ftp://ftp3.tw.freebsd.org "Taiwan #3"\
134 ftp://ftp4.tw.freebsd.org "Taiwan #4"\
135 ftp://ftp6.tw.freebsd.org "Taiwan #6"\
136 ftp://ftp11.tw.freebsd.org "Taiwan #11"\
/freebsd-10.3-release/contrib/amd/amq/
H A Damq.c92 int tw = strlen(mt->mt_type); local
97 if (tw > *twid)
98 *twid = tw;
217 int tw = strlen(mi->mi_type); local
222 if (tw > *twid)
223 *twid = tw;
/freebsd-10.3-release/contrib/texinfo/makeinfo/
H A Dlang.h50 ta, te, tg, th, ti, tk, tl, tn, to, tr, ts, tt, tw, enumerator in enum:__anon4814
H A Dlang.c537 { tw, "tw", "Twi" },
/freebsd-10.3-release/sys/netinet6/
H A Din6_pcb.c188 struct tcptw *tw; local
242 tw = intotw(t);
243 if (tw == NULL ||
244 (reuseport & tw->tw_so_options) == 0)
258 tw = intotw(t);
259 if (tw == NULL)
261 if ((reuseport & tw->tw_so_options) == 0
/freebsd-10.3-release/sys/netsmb/
H A Dsmb_smb.c122 u_int16_t dindex, tw, tw1, swlen, bc; local
225 md_get_uint16le(mdp, &tw);
226 sp->sv_sm = tw;
227 md_get_uint16le(mdp, &tw);
228 sp->sv_maxtx = tw;
231 md_get_uint16le(mdp, &tw); /* rawmode */
234 md_get_uint16(mdp, &tw); /* time */
299 u_int16_t tw, tw1;*/
/freebsd-10.3-release/contrib/texinfo/info/
H A Dinfo-utils.c507 int tw;
509 tw = ((hpos + 8) & 0xf8) - hpos;
510 while (i < tw)
504 int tw; local
/freebsd-10.3-release/tools/tools/vhba/faulty/
H A Dvhba_faulty.c270 uint16_t tw = (cdb[7] << 8) | cdb[8]; local
271 data_len = min(tw, csio->dxfer_len);
/freebsd-10.3-release/tools/tools/vhba/lots/
H A Dvhba_lots.c256 uint16_t tw = (cdb[7] << 8) | cdb[8]; local
257 data_len = min(tw, csio->dxfer_len);
/freebsd-10.3-release/tools/tools/vhba/medium/
H A Dvhba_medium.c256 uint16_t tw = (cdb[7] << 8) | cdb[8]; local
257 data_len = min(tw, csio->dxfer_len);
/freebsd-10.3-release/tools/tools/vhba/rptluns/
H A Dvhba_rptluns.c285 uint16_t tw = (cdb[7] << 8) | cdb[8]; local
286 data_len = min(tw, csio->dxfer_len);
/freebsd-10.3-release/tools/tools/vhba/simple/
H A Dvhba_simple.c256 uint16_t tw = (cdb[7] << 8) | cdb[8]; local
257 data_len = min(tw, csio->dxfer_len);
/freebsd-10.3-release/sys/fs/smbfs/
H A Dsmbfs_smb.c1100 u_int16_t tw, flags; local
1172 if ((error = md_get_uint16le(mdp, &tw)) != 0)
1174 ctx->f_ecnt = tw;
1175 if ((error = md_get_uint16le(mdp, &tw)) != 0)
1177 if (tw)
1179 if ((error = md_get_uint16le(mdp, &tw)) != 0)
1181 if ((error = md_get_uint16le(mdp, &tw)) != 0)
1187 ctx->f_rnameofs = tw;
/freebsd-10.3-release/tools/tools/vhba/mptest/
H A Dvhba_mptest.c296 uint16_t tw = (cdb[7] << 8) | cdb[8]; local
297 data_len = min(tw, csio->dxfer_len);
/freebsd-10.3-release/contrib/libreadline/
H A DMakefile.in69 ETAGS = etags -tw
70 CTAGS = ctags -tw

Completed in 305 milliseconds

12