| /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 | 58 ACPI_STRING Pathname, 67 * Pathname - Mutex pathname (optional) 73 * Handle:Pathname. Either Handle or Pathname can be NULL, but 81 ACPI_STRING Pathname, 91 if (!RetObj || (!Handle && !Pathname)) 99 if (Pathname != NULL) 102 Handle, Pathname, ACPI_CAST_PTR (ACPI_HANDLE, &MutexNode)); 135 * Pathname - Mutex pathname (optional [all...] |
| utstring.c | 248 * PARAMETERS: Pathname - File pathname string to be converted 250 * RETURN: Modifies the input Pathname 253 * the entire input file pathname string. 259 char *Pathname) 262 if (!Pathname) 267 while (*Pathname) 269 if (*Pathname == '\\') 271 *Pathname = '/'; 274 Pathname++ [all...] |
| uterror.c | 65 * Pathname - Full pathname to the node 82 char *Pathname, 99 AcpiOsPrintf (ACPI_MSG_WARNING "%s: ", Pathname); 114 * Pathname - Full pathname to the node 131 char *Pathname, 148 AcpiOsPrintf (ACPI_MSG_INFO "%s: ", Pathname); 163 * Pathname - Full pathname to the nod [all...] |
| utaddress.c | 219 char *Pathname; 257 Pathname = AcpiNsGetNormalizedPathname (RangeInfo->RegionNode, TRUE); 266 Pathname)); 267 ACPI_FREE (Pathname);
|
| /src/sys/external/bsd/acpica/dist/tools/acpidump/ |
| apfiles.c | 51 char *Pathname); 58 * PARAMETERS: Pathname - Output filename 68 char *Pathname) 75 if (!stat (Pathname, &StatInfo)) 100 * PARAMETERS: Pathname - Output filename 111 char *Pathname) 118 if (ApIsExistingFile (Pathname) != 0) 125 File = fopen (Pathname, "w"); 128 fprintf (stderr, "Could not open output file: %s\n", Pathname); 135 Gbl_OutputFilename = Pathname; [all...] |
| acpidump.h | 102 char *Pathname); 134 char *Pathname); 143 char *Pathname,
|
| apdump.c | 445 * PARAMETERS: Pathname - File containing the binary ACPI table 455 char *Pathname) 464 Table = ApGetTableFromFile (Pathname, &FileSize); 474 Pathname); 483 Table->Length, FileSize, Pathname); 491 Pathname, Table->Signature, FileSize, FileSize);
|
| /src/sys/external/bsd/acpica/dist/namespace/ |
| nsarguments.c | 122 * PARAMETERS: Pathname - Full pathname to the node (for error msgs) 136 char *Pathname, 164 ACPI_BIOS_ERROR_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS, 172 ACPI_BIOS_ERROR_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS, 195 ACPI_BIOS_ERROR_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS, 203 ACPI_BIOS_ERROR_PREDEFINED ((AE_INFO, Pathname, ACPI_WARN_ALWAYS, 215 * PARAMETERS: Pathname - Full pathname to the node (for error msgs) 229 char *Pathname, [all...] |
| nsutils.c | 69 * DESCRIPTION: Print an object's full namespace pathname 70 * Manages allocation/freeing of a pathname buffer 89 /* Convert handle to full pathname and print it (with supplied message) */ 356 /* Now we must have a path separator, or the pathname is bad */ 758 * PARAMETERS: *Pathname - Name to be found, in external (ASL) format. The 779 const char *Pathname, 788 ACPI_FUNCTION_TRACE_PTR (NsGetNodeUnlocked, ACPI_CAST_PTR (char, Pathname)); 791 /* Simplest case is a null pathname */ 793 if (!Pathname) 806 if (ACPI_IS_ROOT_PREFIX (Pathname[0]) && (!Pathname[1]) [all...] |
| nsxfeval.c | 68 * Pathname - Object pathname (optional) 79 * parameters if necessary. One of "Handle" or "Pathname" must 87 ACPI_CONST_STRING Pathname, 116 if (Pathname) 118 Status = AcpiGetHandle (Handle, Pathname, &TargetHandle); 201 * Pathname - Object pathname (optional) 211 * parameters if necessary. One of "Handle" or "Pathname" must 219 ACPI_CONST_STRING Pathname, [all...] |
| nsdump.c | 91 * Pathname - The compressed (internal) path 95 * DESCRIPTION: Print an object's full namespace pathname 102 const char *Pathname) 125 isprint ((int) Pathname[i]) ? 126 AcpiOsPrintf ("%c", Pathname[i]) : 130 Pathname += ACPI_NAMESEG_SIZE; 156 * DESCRIPTION: Print an object's full namespace pathname 157 * Manages allocation/freeing of a pathname buffer 179 /* Convert handle to a full pathname and print it (with supplied message) */ 734 * DESCRIPTION: Dump the full pathname to a namespace object. AcpNsGetMaxDept [all...] |
| nsxfname.c | 71 * Pathname - Pointer to an asciiz string containing the 87 const char *Pathname, 93 ACPI_STRING UPathname = __UNCONST(Pathname); 101 if (!RetHandle || !Pathname) 119 * 1) Fully qualified pathname 120 * 2) Parent + Relative pathname 124 if (ACPI_IS_ROOT_PREFIX (Pathname[0])) 126 /* Pathname is fully qualified (starts with '\') */ 130 if (!strcmp (Pathname, ACPI_NS_ROOT_PATH)) 161 * PARAMETERS: Handle - Handle to be converted to a pathname [all...] |
| nsaccess.c | 311 * Pathname - Search pathname, in internal format 332 char *Pathname, 340 char *Path = Pathname; 415 * Begin examination of the actual pathname 417 if (!Pathname) 426 "Null Pathname (Zero segments), Flags=%X\n", Flags)); 445 /* Pathname is fully qualified, start from the root */ 459 /* Pathname is relative to current scope, start there */ 493 Status = AcpiNsExternalizeName (ACPI_UINT32_MAX, Pathname, [all...] |
| /src/sys/external/bsd/acpica/dist/executer/ |
| extrace.c | 234 * Pathname - Object path 247 char *Pathname) 253 if (Pathname) 258 Pathname)); 291 char *Pathname = NULL; 300 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); 303 Enabled = AcpiExInterpreterTraceEnabled (Pathname); 326 ObjDesc ? ObjDesc->Method.AmlStart : NULL, Pathname); 329 if (Pathname) 331 ACPI_FREE (Pathname); [all...] |
| /src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
| aeinitfile.c | 103 * <ACPI-pathname> <New Value> 239 * PARAMETERS: Pathname - AML namepath in external format 250 char *Pathname, 257 ACPI_DEBUG_PRINT ((ACPI_DB_NAMES, "Lookup: %s\n", Pathname)); 264 AcpiNsNormalizePathname (Pathname); 269 !strcmp (AcpiGbl_InitEntries[i].Name, Pathname)) 273 ACPI_DEBUG_PRINT ((ACPI_DB_NAMES, "Found match: %s, %p\n", Pathname, *ObjDesc)); 278 ACPI_DEBUG_PRINT ((ACPI_DB_NAMES, "No match found: %s\n", Pathname));
|
| /src/sys/external/bsd/acpica/dist/debugger/ |
| dbexec.c | 206 Status = AcpiEvaluateObject (NULL, Info->Pathname, 227 "while executing %s from AML Debugger", Info->Pathname)); 268 Info->Pathname[0] = 0; 272 if (AcpiUtSafeStrcat (Info->Pathname, sizeof (Info->Pathname), 280 if (AcpiUtSafeStrcat (Info->Pathname, sizeof (Info->Pathname), 287 AcpiDbPrepNamestring (Info->Pathname); 290 AcpiOsPrintf ("Evaluating %s\n", Info->Pathname); 525 Status = AcpiGetHandle (NULL, AcpiGbl_DbMethodInfo.Pathname, [all...] |
| dbmethod.c | 456 char *Pathname; 465 Pathname = AcpiNsGetExternalPathname (Node); 466 if (!Pathname) 476 ACPI_FREE (Pathname); 508 AcpiOsPrintf ("%-32s returned %s\n", Pathname, AcpiFormatException (Status)); 513 Pathname, ReturnObj.Pointer, (UINT32) ReturnObj.Length); 519 ACPI_FREE (Pathname);
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| aslfiles.c | 382 * PARAMETERS: Dir - Directory pathname string 407 /* Make sure that the pathname ends with a path separator */ 450 * PARAMETERS: PrefixDir - Prefix directory pathname. Can be NULL or 454 * RETURN: Merged pathname string 468 char *Pathname; 477 * If there is no prefix directory or if the file pathname is absolute, 478 * just return the original file pathname 484 Pathname = UtLocalCacheCalloc (strlen (FilePathname) + 1); 485 strcpy (Pathname, FilePathname); 515 * the first element of the file pathname), and build the final merge [all...] |
| asllisting.c | 370 char *Pathname; 604 /* Get the full pathname associated with this node */ 606 Pathname = AcpiNsGetExternalPathname (Op->Asl.Node); 607 Length = strlen (Pathname); 614 if (Pathname[i] == '.') 616 Pathname[i] = '_'; 628 AslGbl_TableSignature, AslGbl_TableId, &Pathname[1]); 635 AslGbl_TableSignature, AslGbl_TableId, &Pathname[1]); 642 AslGbl_TableSignature, AslGbl_TableId, &Pathname[1]); 649 AslGbl_TableSignature, AslGbl_TableId, &Pathname[1]) [all...] |
| prutils.c | 491 * PARAMETERS: Filename - Filename or pathname for include file 535 * Construct the file pathname from the global directory name. 575 * PARAMETERS: PrefixDir - Prefix directory pathname. Can be a zero 593 char *Pathname; 596 /* Build the full pathname to the file */ 598 Pathname = FlMergePathnames (PrefixDir, Filename); 602 AslGbl_CurrentLineNumber, Pathname); 606 IncludeFile = fopen (Pathname, OpenMode); 614 PrPushInputFileStack (IncludeFile, Pathname); 615 *FullPathname = Pathname; [all...] |
| prscan.c | 97 char *Pathname, 102 char *Pathname); 1193 * PARAMETERS: Pathname - Name of the input file 1203 char *Pathname) 1208 (void) PrOpenIncludeFile (Pathname, "r", &FullPathname); 1216 * PARAMETERS: Pathname - Name of the input binary file 1229 char *Pathname, 1238 BinaryBufferFile = PrOpenIncludeFile (Pathname, "rb", &FullPathname);
|
| /src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
| asfile.c | 601 char *Pathname; 606 /* Allocate a file pathname buffer for both source and target */ 608 Pathname = calloc (MaxPathLength + strlen (Filename) + 2, 1); 609 if (!Pathname) 617 /* Generate the source pathname and read the file */ 621 strcpy (Pathname, SourcePath); 622 strcat (Pathname, "/"); 625 strcat (Pathname, Filename); 626 if (AsGetFile (Pathname, &Gbl_FileBuffer, &Gbl_FileSize)) 667 AsConvertFile (ConversionTable, Gbl_FileBuffer, Pathname, FileType) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| HeaderIncludeGen.cpp | 58 SmallString<512> Pathname(Filename); 60 Lexer::Stringify(Pathname); 74 Msg += Pathname;
|
| /src/sys/external/bsd/acpica/dist/common/ |
| dmrestag.c | 578 /* Translate the Index to a resource tag pathname */ 642 * RETURN: Full pathname for a resource tag. NULL if no match. 645 * DESCRIPTION: Convert a BitIndex into a symbolic resource tag (full pathname) 660 char *Pathname; 706 /* Get the full pathname to the parent buffer */ 714 Pathname = ACPI_ALLOCATE_ZEROED (RequiredSize + ACPI_PATH_SEGMENT_LENGTH); 715 if (!Pathname) 720 (void) AcpiNsBuildNormalizedPath (BufferNode, Pathname, 725 * 1) Remove the buffer nameseg from the end of the pathname 736 PathnameEnd = Pathname + (RequiredSize - ACPI_NAMESEG_SIZE - 1) [all...] |