Home
last modified time | relevance | path

Searched refs:tag0 (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl1187 my ($tag, $tag0, $sub, $res);
1198 while (($tag0, $tmp) = each(%warnings_bind)) {
1200 $lib_star{$tag0} = 1 if ($lib eq '*');
1201 $sym_star{$tag0} = 1 if ($sym eq '*');
1202 $caller_star{$tag0} = 1 if ($caller eq '*');
1205 $wskip{$tag0} = 1;
1212 $wskip{$tag0} = 1;
1233 foreach $tag0 (keys(%warnings_bind)) {
1234 next if ($wskip{$tag0});
1235 push(@tag_list, $tag0);
[all …]
/titanic_44/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c375 int tag0, tag1, tag2, tag3; in hci1394_start_isoch_dma() local
440 tag0 = 0; in hci1394_start_isoch_dma()
445 tag0 = 1; in hci1394_start_isoch_dma()
455 tag2, tag1, tag0, in hci1394_start_isoch_dma()