Searched refs:tsw (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_cdnr.c718 struct tswtcm *tsw; local
725 if ((tsw = cdnr_cballoc(top, TCETYPE_TSWTCM,
729 tca_import_action(&tsw->green_action, green_action);
730 tca_import_action(&tsw->yellow_action, yellow_action);
731 tca_import_action(&tsw->red_action, red_action);
734 if (tsw->green_action.tca_code == TCACODE_MARK)
735 tsw->green_dscp = tsw->green_action.tca_dscp & DSCP_MASK;
737 tsw->green_dscp = DSCP_AF11;
738 if (tsw
759 tswtcm_destroy(struct tswtcm *tsw) argument
775 struct tswtcm *tsw = (struct tswtcm *)cb; local
1018 struct tswtcm *tsw = (struct tswtcm *)cb; local
1033 struct tswtcm *tsw; local
1055 struct tswtcm *tsw; local
1081 struct tswtcm *tsw; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dfp_complete.c630 alpha_instruction *pc, *win_begin, tsw[TSWINSIZE]; local
669 if (copyin(win_begin, tsw, sizeof tsw)) {
672 if (copyin(win_begin, tsw, 4))
677 inst = tsw[pc - win_begin];
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dgen.c216 const char *tsw, const char *csw, const char *res)
231 fprintf(stdout, "\tswitch (%s) { \\\n" /*}*/, tsw);
215 doswitch(const char *name, const char *function, const char *args, const char *tsw, const char *csw, const char *res) argument

Completed in 67 milliseconds