Searched refs:FullPath (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsnames.c | 203 char *FullPath, in AcpiNsBuildNormalizedPath() argument 230 if (!FullPath) in AcpiNsBuildNormalizedPath() 245 ACPI_PATH_PUT8(FullPath, PathSize, AML_DUAL_NAME_PREFIX, Length); in AcpiNsBuildNormalizedPath() 259 ACPI_PATH_PUT8(FullPath, PathSize, c, Length); in AcpiNsBuildNormalizedPath() 266 ACPI_PATH_PUT8(FullPath, PathSize, AML_ROOT_PREFIX, Length); in AcpiNsBuildNormalizedPath() 272 Left = FullPath; in AcpiNsBuildNormalizedPath() 273 Right = FullPath+Length - 1; in AcpiNsBuildNormalizedPath() 286 ACPI_PATH_PUT8 (FullPath, PathSize, '\0', Length); in AcpiNsBuildNormalizedPath()
|
/titanic_50/usr/src/tools/scripts/ |
H A D | interface_check.pl | 119 my($File, $FullPath, %Vers, $VersCnt, %TopVer); 122 $FullPath = "$BasePath/$RelPath"; 137 if (($File !~ /\.so\./) && $NotPlugin && (! -l $FullPath)) { 156 foreach my $Line (split(/\n/, `pvs -don $FullPath 2>&1`)) { 167 `elfedit -r -osimple -e 'dyn:value dt_soname' $FullPath 2>/dev/null`; 180 foreach my $Line (split(/\n/, `pvs -dos $FullPath 2>&1`)) { 269 foreach my $Line (split(/\n/, `pvs -dv $FullPath 2>&1`)) { 308 (split(/\n/, `pvs -ds -N $Line $FullPath 2>&1`)) {
|
H A D | check_rtime.pl | 176 my($FullPath, $RelPath, $Class, $Type, $Verdef) = @_; 186 return if -l $FullPath; 192 return if !stat($FullPath); 201 if (!(-r $FullPath)) { 209 @Elf = split(/\n/, `elfdump -epdcy $FullPath 2>&1`); 218 ($Line =~ /\Q$FullPath\E(.*):/)) { 283 @Mcs = split(/\n/, `mcs -p $FullPath 2>&1`); 328 my $LDDFullPath = $FullPath; 639 ProcSymSort($FullPath, $RelPath) if $SymSort; 644 ProcVerdef($FullPath, $RelPath) [all …]
|
H A D | find_elf.pl | 173 my($FullPath, $RelPath, $AliasedPath, $IsSymLink, $dev, $ino) = @_; 182 my $name = $opt{r} ? $RelPath : $FullPath; 195 @Elf = GetObjectInfo($FullPath);
|
/titanic_50/usr/src/cmd/sgs/lari/ |
H A D | lari.pl | 742 my ($FullPath) = $Filtee; 752 $FullPath = $Obj; 757 if (!exists($Objects{$FullPath})) { 775 $Symbols{$SymName}{$FullPath}[$ObjFlag] |= $FFlag; 776 $Symbols{$SymName}{$FullPath}[$ObjFlag] &= ~$Gfte;
|
/titanic_50/usr/src/uts/intel/sys/acpi/ |
H A D | acnamesp.h | 369 char *FullPath,
|