HomeSort by: relevance | last modified time | path
    Searched refs:tsw (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_cdnr.c 718 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->yellow_action.tca_code == TCACODE_MARK
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...]
  /src/sys/arch/alpha/alpha/
fp_complete.c 692 alpha_instruction *pc, *win_begin, tsw[TSWINSIZE]; local
742 if (copyin(win_begin, tsw, sizeof tsw)) {
745 if (copyin(win_begin, tsw, 4)) {
755 inst = tsw[pc - win_begin];

Completed in 35 milliseconds