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

12

/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c61 #define TASKLET_WORKER_LOCK(tw) mtx_lock(&(tw)->mtx)
62 #define TASKLET_WORKER_UNLOCK(tw) mtx_unlock(&(tw)->mtx)
69 struct tasklet_worker *tw = (struct tasklet_worker *)arg; local
74 TASKLET_WORKER_LOCK(tw);
76 ts = TAILQ_FIRST(&tw->head);
79 TAILQ_REMOVE(&tw->head, ts, entry);
81 TASKLET_WORKER_UNLOCK(tw);
89 TASKLET_WORKER_LOCK(tw);
97 struct tasklet_worker *tw; local
120 struct tasklet_worker *tw; local
164 struct tasklet_worker *tw; local
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_timewait.c120 #define TW_LOCK_INIT(tw, d) rw_init_flags(&(tw), (d), 0)
121 #define TW_LOCK_DESTROY(tw) rw_destroy(&(tw))
122 #define TW_RLOCK(tw) rw_rlock(&(tw))
123 #define TW_WLOCK(tw) rw_wlock(&(tw))
124 #define TW_RUNLOCK(tw) rw_runlock(&(tw))
207 struct tcptw *tw; local
227 struct tcptw *tw; local
382 struct tcptw *tw; local
487 tcp_twclose(struct tcptw *tw, int reuse) argument
547 tcp_twrespond(struct tcptw *tw, int flags) argument
658 tcp_tw_2msl_reset(struct tcptw *tw, int rearm) argument
673 tcp_tw_2msl_stop(struct tcptw *tw, int reuse) argument
704 struct tcptw *tw; local
[all...]
H A Din_pcb.c628 struct tcptw *tw; local
675 tw = intotw(t);
676 if (tw == NULL ||
677 (reuseport & tw->tw_so_options) == 0)
H A Dtcp_subr.c2538 struct tcptw *tw; local
2623 tw = intotw(inp);
2624 if (tw != NULL)
2625 tcp_twclose(tw, 0);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTaggedASTType.h26 TaggedASTType(const TaggedASTType<C> &tw) : CompilerType(tw) {} argument
32 TaggedASTType<C> &operator=(const TaggedASTType<C> &tw) { argument
33 CompilerType::operator=(tw);
/freebsd-11-stable/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-11-stable/bin/csh/
H A DMakefile28 SRCS+= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
29 tw.comp.c tw.color.c
/freebsd-11-stable/contrib/tcsh/
H A DMakefile.std298 TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
299 tw.comp.c tw.color.c
300 TWOBJS= tw.help.${SUF} tw
[all...]
H A DMakefile.vms276 TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
277 tw.comp.c tw.color.c
278 TWOBJS= tw.help.${SUF} tw
[all...]
H A DMakefile.in377 tw.color.c
388 TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
389 tw.comp.c tw.color.c
390 TWOBJS= tw
[all...]
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect116 ftp://ftp.tw.freebsd.org "Taiwan"\
117 ftp://ftp2.tw.freebsd.org "Taiwan #2"\
118 ftp://ftp3.tw.freebsd.org "Taiwan #3"\
119 ftp://ftp4.tw.freebsd.org "Taiwan #4"\
120 ftp://ftp6.tw.freebsd.org "Taiwan #6"\
121 ftp://ftp11.tw.freebsd.org "Taiwan #11"\
/freebsd-11-stable/contrib/amd/amq/
H A Damq.c102 int tw = strlen(mt->mt_type); local
107 if (tw > *twid)
108 *twid = tw;
221 int tw = strlen(mi->mi_type); local
226 if (tw > *twid)
227 *twid = tw;
/freebsd-11-stable/sys/netsmb/
H A Dsmb_smb.c120 u_int16_t dindex, tw, tw1, swlen, bc; local
223 md_get_uint16le(mdp, &tw);
224 sp->sv_sm = tw;
225 md_get_uint16le(mdp, &tw);
226 sp->sv_maxtx = tw;
229 md_get_uint16le(mdp, &tw); /* rawmode */
232 md_get_uint16(mdp, &tw); /* time */
297 u_int16_t tw, tw1;*/
/freebsd-11-stable/sys/netinet6/
H A Din6_pcb.c194 struct tcptw *tw; local
263 tw = intotw(t);
264 if (tw == NULL ||
265 (reuseport & tw->tw_so_options) == 0)
279 tw = intotw(t);
280 if (tw == NULL)
282 if ((reuseport & tw->tw_so_options) == 0
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/libreadline/
H A DMakefile.in69 ETAGS = etags -tw
70 CTAGS = ctags -tw
/freebsd-11-stable/sys/conf/
H A Dkern.post.mk75 MAKEFLAGS="${MAKEFLAGS:M*:tW:S/^-m /-m_/g:S/ -m / -m_/g:tw:N-m_*:NMK_AUTO_OBJ=*}" \
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c2267 atasecurity_print_time(u_int16_t tw) argument
2270 if (tw == 0)
2272 else if (tw >= 255)
2275 printf("%i min", 2 * tw);
/freebsd-11-stable/share/mk/
H A Ddirdeps.mk424 ${.MAKEFLAGS:tW:S,-D ,-D,g:tw:M*WITH*} \

Completed in 176 milliseconds

12