Searched refs:tca (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/tools/tools/termcap/
H A Dtermcap.pl53 my $tca = $ARGV[1];
111 $tca = $refs{$tca} if (defined $tca && defined $refs{$tca});
112 $tcb = $refs{$tcb} if (defined $tcb && defined $refs{$tca});
114 die "Cannot find definitions for $tca" if (defined $tca && !defined $tcs{$tca});
119 next if (!defined $tc{$tca}{
[all...]
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_cdnr.c140 struct tc_action *tca; local
163 tca = NULL;
167 tca = &cb->cb_action;
169 if (tca == NULL)
170 tca = &top->tc_block.cb_action;
173 PKTCNTR_ADD(&top->tc_cnts[tca->tca_code], pktinfo.pkt_len);
175 switch (tca->tca_code) {
190 flowlabel = (tca->tca_dscp << 20) |
195 ip->ip_tos = tca->tca_dscp |
199 cb = tca
[all...]

Completed in 110 milliseconds