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

/illumos-gate/usr/src/tools/depcheck/
H A Dmake_pkg_db221 if ($FTYPE{$Entity} =~ /\w/) {
225 next if ($FTYPE{$Entity} eq "d");
233 $currPkgs = $PKGS{$Entity};
234 next if ($FTYPE{$Entity} eq "s");
235 $PKGS{$Entity} = "$currPkgs $thisPkg";
256 $PKGS{$Entity} = $FirstPackage[0];
259 $PKGS{$Entity} = $Package; # update PKGS database
268 $FTYPE{$Entity} = $FType; # update the FTYPE database
274 ($path, $base) = $Entity =~ /(.*\/)(.*)/;
275 push(@{$Struct->{"PATHS"}->{$base}}, $Entity);
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl2.h207 UINT8 Entity; member in struct:acpi_asf_alert_data

Completed in 90 milliseconds