Home
last modified time | relevance | path

Searched refs:FullPath (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsnames.c372 char *FullPath, in AcpiNsBuildNormalizedPath() argument
399 if (!FullPath) in AcpiNsBuildNormalizedPath()
441 Left = FullPath; in AcpiNsBuildNormalizedPath()
442 Right = FullPath+Length - 1; in AcpiNsBuildNormalizedPath()
542 char *FullPath = NULL; in AcpiNsBuildPrefixedPathname() local
568 FullPath = ACPI_ALLOCATE_ZEROED ( in AcpiNsBuildPrefixedPathname()
570 if (!FullPath) in AcpiNsBuildPrefixedPathname()
581 strcat (FullPath, PrefixPath); in AcpiNsBuildPrefixedPathname()
584 strcat (FullPath, "."); in AcpiNsBuildPrefixedPathname()
589 strcat (FullPath, ExternalPath); in AcpiNsBuildPrefixedPathname()
[all …]
/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl194 return if -l $FullPath;
200 return if !stat($FullPath);
209 if (!(-r $FullPath)) {
227 ($Line =~ /\Q$FullPath\E(.*):/)) {
337 my $LDDFullPath = $FullPath;
677 ProcVerdef($FullPath, $RelPath)
707 my($FullPath, $RelPath) = @_;
713 open(SORT, "elfdump -S $FullPath|") ||
780 my($FullPath, $RelPath) = @_;
792 open(PVS, "pvs -dov $FullPath|") ||
[all …]
H A Dinterface_check.pl119 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`)) {
/illumos-gate/usr/src/common/acpica/utilities/
H A Duterror.c342 char *FullPath; in AcpiUtPrefixedNamespaceError() local
374 FullPath = AcpiNsBuildPrefixedPathname (PrefixScope, InternalPath); in AcpiUtPrefixedNamespaceError()
377 FullPath ? FullPath : "Could not get pathname", in AcpiUtPrefixedNamespaceError()
380 if (FullPath) in AcpiUtPrefixedNamespaceError()
382 ACPI_FREE (FullPath); in AcpiUtPrefixedNamespaceError()
/illumos-gate/usr/src/cmd/sgs/lari/
H A Dlari.pl742 my ($FullPath) = $Filtee;
752 $FullPath = $Obj;
757 if (!exists($Objects{$FullPath})) {
775 $Symbols{$SymName}{$FullPath}[$ObjFlag] |= $FFlag;
776 $Symbols{$SymName}{$FullPath}[$ObjFlag] &= ~$Gfte;
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacnamesp.h488 char *FullPath,