HomeSort by: relevance | last modified time | path
    Searched refs:Pathname (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingUtil.h 14 void __llvm_profile_recursive_mkdir(char *Pathname);
  /src/sys/external/bsd/acpica/dist/utilities/
utxfmutex.c 166 ACPI_STRING Pathname,
175 * Pathname - Mutex pathname (optional)
181 * Handle:Pathname. Either Handle or Pathname can be NULL, but
189 ACPI_STRING Pathname,
199 if (!RetObj || (!Handle && !Pathname))
207 if (Pathname != NULL)
210 Handle, Pathname, ACPI_CAST_PTR (ACPI_HANDLE, &MutexNode));
243 * Pathname - Mutex pathname (optional
    [all...]
utstring.c 356 * PARAMETERS: Pathname - File pathname string to be converted
358 * RETURN: Modifies the input Pathname
361 * the entire input file pathname string.
367 char *Pathname)
370 if (!Pathname)
375 while (*Pathname)
377 if (*Pathname == '\\')
379 *Pathname = '/';
382 Pathname++
    [all...]
uterror.c 173 * Pathname - Full pathname to the node
190 char *Pathname,
207 AcpiOsPrintf (ACPI_MSG_WARNING "%s: ", Pathname);
222 * Pathname - Full pathname to the node
239 char *Pathname,
256 AcpiOsPrintf (ACPI_MSG_INFO "%s: ", Pathname);
271 * Pathname - Full pathname to the nod
    [all...]
utaddress.c 327 char *Pathname;
365 Pathname = AcpiNsGetNormalizedPathname (RangeInfo->RegionNode, TRUE);
374 Pathname));
375 ACPI_FREE (Pathname);
utdebug.c 813 * Pathname - Object path
827 char *Pathname)
832 AcpiExTracePoint (Type, Begin, Aml, Pathname);
835 AcpiOsTracePoint (Type, Begin, Aml, Pathname);
  /src/sys/external/bsd/acpica/dist/tools/acpidump/
apfiles.c 159 char *Pathname);
166 * PARAMETERS: Pathname - Output filename
176 char *Pathname)
183 if (!stat (Pathname, &StatInfo))
208 * PARAMETERS: Pathname - Output filename
219 char *Pathname)
226 if (ApIsExistingFile (Pathname) != 0)
233 File = fopen (Pathname, "w");
236 fprintf (stderr, "Could not open output file: %s\n", Pathname);
243 Gbl_OutputFilename = Pathname;
    [all...]
acpidump.h 210 char *Pathname);
242 char *Pathname);
251 char *Pathname,
apdump.c 552 * PARAMETERS: Pathname - File containing the binary ACPI table
562 char *Pathname)
571 Table = ApGetTableFromFile (Pathname, &FileSize);
581 Pathname);
590 Table->Length, FileSize, Pathname);
598 Pathname, Table->Signature, FileSize, FileSize);
  /src/sys/external/bsd/acpica/dist/namespace/
nsarguments.c 230 * PARAMETERS: Pathname - Full pathname to the node (for error msgs)
244 char *Pathname,
272 ACPI_BIOS_ERROR_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS,
280 ACPI_BIOS_ERROR_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS,
303 ACPI_BIOS_ERROR_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS,
311 ACPI_BIOS_ERROR_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS,
323 * PARAMETERS: Pathname - Full pathname to the node (for error msgs)
337 char *Pathname,
    [all...]
nsutils.c 177 * DESCRIPTION: Print an object's full namespace pathname
178 * Manages allocation/freeing of a pathname buffer
197 /* Convert handle to full pathname and print it (with supplied message) */
464 /* Now we must have a path separator, or the pathname is bad */
866 * PARAMETERS: *Pathname - Name to be found, in external (ASL) format. The
887 const char *Pathname,
896 ACPI_FUNCTION_TRACE_PTR (NsGetNodeUnlocked, ACPI_CAST_PTR (char, Pathname));
899 /* Simplest case is a null pathname */
901 if (!Pathname)
914 if (ACPI_IS_ROOT_PREFIX (Pathname[0]) && (!Pathname[1])
    [all...]
nsxfeval.c 176 * Pathname - Object pathname (optional)
187 * parameters if necessary. One of "Handle" or "Pathname" must
195 ACPI_CONST_STRING Pathname,
224 if (Pathname)
226 Status = AcpiGetHandle (Handle, Pathname, &TargetHandle);
309 * Pathname - Object pathname (optional)
319 * parameters if necessary. One of "Handle" or "Pathname" must
327 ACPI_CONST_STRING Pathname,
    [all...]
nsdump.c 200 * Pathname - The compressed (internal) path
204 * DESCRIPTION: Print an object's full namespace pathname
211 const char *Pathname)
234 isprint ((int) Pathname[i]) ?
235 AcpiOsPrintf ("%c", Pathname[i]) :
239 Pathname += ACPI_NAMESEG_SIZE;
265 * DESCRIPTION: Print an object's full namespace pathname
266 * Manages allocation/freeing of a pathname buffer
288 /* Convert handle to a full pathname and print it (with supplied message) */
843 * DESCRIPTION: Dump the full pathname to a namespace object. AcpNsGetMaxDept
    [all...]
nsxfname.c 179 * Pathname - Pointer to an asciiz string containing the
195 const char *Pathname,
201 ACPI_STRING UPathname = __UNCONST(Pathname);
209 if (!RetHandle || !Pathname)
227 * 1) Fully qualified pathname
228 * 2) Parent + Relative pathname
232 if (ACPI_IS_ROOT_PREFIX (Pathname[0]))
234 /* Pathname is fully qualified (starts with '\') */
238 if (!strcmp (Pathname, ACPI_NS_ROOT_PATH))
269 * PARAMETERS: Handle - Handle to be converted to a pathname
    [all...]
nsaccess.c 419 * Pathname - Search pathname, in internal format
440 char *Pathname,
448 char *Path = Pathname;
523 * Begin examination of the actual pathname
525 if (!Pathname)
534 "Null Pathname (Zero segments), Flags=%X\n", Flags));
553 /* Pathname is fully qualified, start from the root */
567 /* Pathname is relative to current scope, start there */
601 Status = AcpiNsExternalizeName (ACPI_UINT32_MAX, Pathname,
    [all...]
  /src/sys/external/bsd/acpica/dist/executer/
extrace.c 342 * Pathname - Object path
355 char *Pathname)
361 if (Pathname)
366 Pathname));
399 char *Pathname = NULL;
408 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE);
411 Enabled = AcpiExInterpreterTraceEnabled (Pathname);
434 ObjDesc ? ObjDesc->Method.AmlStart : NULL, Pathname);
437 if (Pathname)
439 ACPI_FREE (Pathname);
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeinitfile.c 211 * <ACPI-pathname> <New Value>
347 * PARAMETERS: Pathname - AML namepath in external format
358 char *Pathname,
365 ACPI_DEBUG_PRINT ((ACPI_DB_NAMES, "Lookup: %s\n", Pathname));
372 AcpiNsNormalizePathname (Pathname);
377 !strcmp (AcpiGbl_InitEntries[i].Name, Pathname))
381 ACPI_DEBUG_PRINT ((ACPI_DB_NAMES, "Found match: %s, %p\n", Pathname, *ObjDesc));
386 ACPI_DEBUG_PRINT ((ACPI_DB_NAMES, "No match found: %s\n", Pathname));
  /src/sys/external/bsd/acpica/dist/debugger/
dbexec.c 314 Status = AcpiEvaluateObject (NULL, Info->Pathname,
335 "while executing %s from AML Debugger", Info->Pathname));
376 Info->Pathname[0] = 0;
380 if (AcpiUtSafeStrcat (Info->Pathname, sizeof (Info->Pathname),
388 if (AcpiUtSafeStrcat (Info->Pathname, sizeof (Info->Pathname),
395 AcpiDbPrepNamestring (Info->Pathname);
398 AcpiOsPrintf ("Evaluating %s\n", Info->Pathname);
633 Status = AcpiGetHandle (NULL, AcpiGbl_DbMethodInfo.Pathname,
    [all...]
dbmethod.c 564 char *Pathname;
573 Pathname = AcpiNsGetExternalPathname (Node);
574 if (!Pathname)
584 ACPI_FREE (Pathname);
616 AcpiOsPrintf ("%-32s returned %s\n", Pathname, AcpiFormatException (Status));
621 Pathname, ReturnObj.Pointer, (UINT32) ReturnObj.Length);
627 ACPI_FREE (Pathname);
  /src/sys/external/bsd/acpica/dist/compiler/
aslfiles.c 490 * PARAMETERS: Dir - Directory pathname string
515 /* Make sure that the pathname ends with a path separator */
558 * PARAMETERS: PrefixDir - Prefix directory pathname. Can be NULL or
562 * RETURN: Merged pathname string
576 char *Pathname;
585 * If there is no prefix directory or if the file pathname is absolute,
586 * just return the original file pathname
592 Pathname = UtLocalCacheCalloc (strlen (FilePathname) + 1);
593 strcpy (Pathname, FilePathname);
623 * the first element of the file pathname), and build the final merge
    [all...]
asllisting.c 478 char *Pathname;
712 /* Get the full pathname associated with this node */
714 Pathname = AcpiNsGetExternalPathname (Op->Asl.Node);
715 Length = strlen (Pathname);
722 if (Pathname[i] == '.')
724 Pathname[i] = '_';
736 AslGbl_TableSignature, AslGbl_TableId, &Pathname[1]);
743 AslGbl_TableSignature, AslGbl_TableId, &Pathname[1]);
750 AslGbl_TableSignature, AslGbl_TableId, &Pathname[1]);
757 AslGbl_TableSignature, AslGbl_TableId, &Pathname[1])
    [all...]
prutils.c 599 * PARAMETERS: Filename - Filename or pathname for include file
643 * Construct the file pathname from the global directory name.
683 * PARAMETERS: PrefixDir - Prefix directory pathname. Can be a zero
701 char *Pathname;
704 /* Build the full pathname to the file */
706 Pathname = FlMergePathnames (PrefixDir, Filename);
710 AslGbl_CurrentLineNumber, Pathname);
714 IncludeFile = fopen (Pathname, OpenMode);
722 PrPushInputFileStack (IncludeFile, Pathname);
723 *FullPathname = Pathname;
    [all...]
prscan.c 205 char *Pathname,
210 char *Pathname);
1301 * PARAMETERS: Pathname - Name of the input file
1311 char *Pathname)
1316 (void) PrOpenIncludeFile (Pathname, "r", &FullPathname);
1324 * PARAMETERS: Pathname - Name of the input binary file
1337 char *Pathname,
1346 BinaryBufferFile = PrOpenIncludeFile (Pathname, "rb", &FullPathname);
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asfile.c 709 char *Pathname;
714 /* Allocate a file pathname buffer for both source and target */
716 Pathname = calloc (MaxPathLength + strlen (Filename) + 2, 1);
717 if (!Pathname)
725 /* Generate the source pathname and read the file */
729 strcpy (Pathname, SourcePath);
730 strcat (Pathname, "/");
733 strcat (Pathname, Filename);
734 if (AsGetFile (Pathname, &Gbl_FileBuffer, &Gbl_FileSize))
775 AsConvertFile (ConversionTable, Gbl_FileBuffer, Pathname, FileType)
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmrestag.c 686 /* Translate the Index to a resource tag pathname */
750 * RETURN: Full pathname for a resource tag. NULL if no match.
753 * DESCRIPTION: Convert a BitIndex into a symbolic resource tag (full pathname)
768 char *Pathname;
814 /* Get the full pathname to the parent buffer */
822 Pathname = ACPI_ALLOCATE_ZEROED (RequiredSize + ACPI_PATH_SEGMENT_LENGTH);
823 if (!Pathname)
828 (void) AcpiNsBuildNormalizedPath (BufferNode, Pathname,
833 * 1) Remove the buffer nameseg from the end of the pathname
844 PathnameEnd = Pathname + (RequiredSize - ACPI_NAMESEG_SIZE - 1)
    [all...]

Completed in 28 milliseconds

1 2