Searched refs:tca (Results 1 – 2 of 2) sorted by relevance
52 my $tca = $ARGV[1];110 $tca = $refs{$tca} if (defined $tca && defined $refs{$tca});111 $tcb = $refs{$tcb} if (defined $tcb && defined $refs{$tca});113 die "Cannot find definitions for $tca" if (defined $tca && !defined $tcs{$tca});118 next if (!defined $tc{$tca}{$key} && !defined $tc{$tcb}{$key});120 defined $tc{$tca}{$key} ? "+" : "",126 print "$len{$tca} - $len{$tcb}\n";131 next if (defined $tca && $tcs !~ /$tca/);137 printf("%s (%d bytes)\n", $tca, $len{$tca});139 next if (!defined $tc{$tca}{$key});[all …]
2190 try_condense_arg_t *tca = arg; in dsl_livelist_try_condense() local2191 spa_t *spa = tca->spa; in dsl_livelist_try_condense()2192 dsl_dataset_t *ds = tca->ds; in dsl_livelist_try_condense()