Home
last modified time | relevance | path

Searched refs:tw (Results 1 – 25 of 85) sorted by relevance

1234

/NextBSD/sys/netinet/
HDtcp_timewait.c116 #define TW_LOCK_INIT(tw, d) rw_init_flags(&(tw), (d), 0) argument
117 #define TW_LOCK_DESTROY(tw) rw_destroy(&(tw)) argument
118 #define TW_RLOCK(tw) rw_rlock(&(tw)) argument
119 #define TW_WLOCK(tw) rw_wlock(&(tw)) argument
120 #define TW_RUNLOCK(tw) rw_runlock(&(tw)) argument
121 #define TW_WUNLOCK(tw) rw_wunlock(&(tw)) argument
122 #define TW_LOCK_ASSERT(tw) rw_assert(&(tw), RA_LOCKED) argument
123 #define TW_RLOCK_ASSERT(tw) rw_assert(&(tw), RA_RLOCKED) argument
124 #define TW_WLOCK_ASSERT(tw) rw_assert(&(tw), RA_WLOCKED) argument
125 #define TW_UNLOCK_ASSERT(tw) rw_assert(&(tw), RA_UNLOCKED) argument
[all …]
/NextBSD/bin/csh/
HDMakefile.depend219 tw.color.o: sh.err.h
220 tw.color.o: tc.const.h
221 tw.color.po: sh.err.h
222 tw.color.po: tc.const.h
223 tw.comp.o: sh.err.h
224 tw.comp.o: tc.const.h
225 tw.comp.po: sh.err.h
226 tw.comp.po: tc.const.h
227 tw.help.o: sh.err.h
228 tw.help.o: tc.const.h
[all …]
HDMakefile27 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
/NextBSD/contrib/tcsh/
HDMakefile.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.init.${SUF} tw.parse.${SUF} tw.spell.${SUF} \
303 tw.comp.${SUF} tw.color.${SUF}
439 lint ${DFLAGS} ${LFLAGS} sh*.c tw*.c ed*.c tc.*.c ${LIBES}
442 alint ${DFLAGS} ${LFLAGS} sh*.c tw*.c ed*.c tc.*.c ${LIBES}
603 TWH=tw.h tw.decls.h
609 tc.sched.${SUF} tw.parse.${SUF} tw.color.${SUF}
617 sh.set.${SUF} tc.func.${SUF} tc.nls.${SUF} tw.color.${SUF}
HDMakefile.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.init.${SUF} tw.parse.${SUF} tw.spell.${SUF} \
281 tw.comp.${SUF} tw.color.${SUF}
417 lint ${DFLAGS} ${LFLAGS} sh*.c tw*.c ed*.c tc.*.c ${LIBES}
420 alint ${DFLAGS} ${LFLAGS} sh*.c tw*.c ed*.c tc.*.c ${LIBES}
569 TWH=tw.h tw.decls.h
575 tc.sched.${SUF} tw.parse.${SUF}
HDMakefile.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.help.${SUF} tw.init.${SUF} tw.parse.${SUF} tw.spell.${SUF} \
393 tw.comp.${SUF} tw.color.${SUF}
568 lint ${DFLAGS} ${CPPFLAGS} ${LFLAGS} sh*.c tw*.c ed*.c tc.*.c ${LIBES}
571 alint ${DFLAGS} ${CPPFLAGS} ${LFLAGS} sh*.c tw*.c ed*.c tc.*.c ${LIBES}
770 TWH=tw.h tw.decls.h
776 tc.sched.${SUF} tw.parse.${SUF} tw.color.${SUF}
784 sh.set.${SUF} tc.func.${SUF} tc.nls.${SUF} tw.color.${SUF}
HDsrc.desc57 Spelling, listing, and completion (tw*.c)
58 tw.help.c: Display help for a command by catting a file.
59 tw.init.c: Initialization and some utilities.
60 tw.parse.c: All the listing and completion. Tries to tokenize the line
64 tw.spell.c: String spelling correction.
65 tw.comp.c: File completion builtin
HDImakefile506 TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
507 tw.comp.c tw.color.c
508 TWOBJS= tw.help.${SUF} tw.init.${SUF} tw.parse.${SUF} tw.spell.${SUF} \
509 tw.comp.${SUF} tw.color.${SUF}
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDTaggedASTType.h33 TaggedASTType (const TaggedASTType<C> &tw) : in TaggedASTType() argument
34 ClangASTType(tw) in TaggedASTType()
48 TaggedASTType<C> &operator= (const TaggedASTType<C> &tw)
50 ClangASTType::operator= (tw);
/NextBSD/usr.sbin/bsdinstall/scripts/
HDmirrorselect131 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"\
/NextBSD/contrib/bmake/unit-tests/
HDmodword.mk5 all: mod-squarebrackets mod-S-W mod-C-W mod-tW-tw
141 mod-tW-tw:
/NextBSD/contrib/amd/amq/
HDamq.c92 int tw = strlen(mt->mt_type); in show_mti() local
97 if (tw > *twid) in show_mti()
98 *twid = tw; in show_mti()
217 int tw = strlen(mi->mi_type); in show_mi() local
222 if (tw > *twid) in show_mi()
223 *twid = tw; in show_mi()
/NextBSD/contrib/netbsd-tests/lib/libpthread/
HDd_mach54 netbsd.csie.nctu.edu.tw
58 netbsd.nsysu.edu.tw
75 pluto.cdpa.nsysu.edu.tw
/NextBSD/sys/netinet6/
HDin6_pcb.c193 struct tcptw *tw; in in6_pcbbind() local
262 tw = intotw(t); in in6_pcbbind()
263 if (tw == NULL || in in6_pcbbind()
264 (reuseport & tw->tw_so_options) == 0) in in6_pcbbind()
278 tw = intotw(t); in in6_pcbbind()
279 if (tw == NULL) in in6_pcbbind()
281 if ((reuseport & tw->tw_so_options) == 0 in in6_pcbbind()
/NextBSD/sys/netsmb/
HDsmb_smb.c122 u_int16_t dindex, tw, tw1, swlen, bc; in smb_smb_negotiate() local
225 md_get_uint16le(mdp, &tw); in smb_smb_negotiate()
226 sp->sv_sm = tw; in smb_smb_negotiate()
227 md_get_uint16le(mdp, &tw); in smb_smb_negotiate()
228 sp->sv_maxtx = tw; in smb_smb_negotiate()
231 md_get_uint16le(mdp, &tw); /* rawmode */ in smb_smb_negotiate()
234 md_get_uint16(mdp, &tw); /* time */ in smb_smb_negotiate()
/NextBSD/contrib/tcsh/nls/ukrainian/
HDset272 $ tw.comp.c
HDset292 $ tw.help.c
/NextBSD/contrib/tcsh/nls/russian/
HDset272 $ tw.comp.c
HDset292 $ tw.help.c
/NextBSD/contrib/tcsh/nls/greek/
HDset292 $ tw.help.c
HDset272 $ tw.comp.c
/NextBSD/contrib/tcsh/nls/ja/
HDset292 $ tw.help.c
/NextBSD/contrib/tcsh/nls/C/
HDset272 $ tw.comp.c
/NextBSD/contrib/tcsh/nls/italian/
HDset272 $ tw.comp.c
/NextBSD/contrib/tcsh/nls/et/
HDset292 $ tw.help.c

1234