/src/sys/external/bsd/acpica/dist/compiler/ |
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...] |
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...] |
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...] |
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...] |
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...] |
/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...] |
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/utilities/ |
utaddress.c | 327 char *Pathname; 365 Pathname = AcpiNsGetNormalizedPathname (RangeInfo->RegionNode, TRUE); 374 Pathname)); 375 ACPI_FREE (Pathname);
|
utaddress.c | 327 char *Pathname; 365 Pathname = AcpiNsGetNormalizedPathname (RangeInfo->RegionNode, TRUE); 374 Pathname)); 375 ACPI_FREE (Pathname);
|
/src/sys/external/bsd/acpica/dist/namespace/ |
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...] |
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...] |
/src/sys/external/bsd/acpica/dist/common/ |
adwalk.c | 535 AcpiOsPrintf ("Could not externalize pathname for node [%4.4s]", 901 char *Pathname; 1036 Pathname = AcpiNsGetExternalPathname (Node); 1037 if (!Pathname) 1045 ACPI_FREE (Pathname);
|
adwalk.c | 535 AcpiOsPrintf ("Could not externalize pathname for node [%4.4s]", 901 char *Pathname; 1036 Pathname = AcpiNsGetExternalPathname (Node); 1037 if (!Pathname) 1045 ACPI_FREE (Pathname);
|
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...] |
/src/sys/external/bsd/acpica/dist/debugger/ |
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);
|
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);
|
dbnames.c | 307 /* Build the final pathname */ 515 /* Get the full pathname to this object */ 521 AcpiOsPrintf ("Could Not get pathname for object %p\n", 611 char *Pathname; 621 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); 622 if (!Pathname) 637 AcpiOsPrintf ("%-32s Arguments %X, Return Types: %s", Pathname, 652 AcpiNsCheckAcpiCompliance (Pathname, Node, Predefined); 654 ACPI_FREE (Pathname); 763 /* Get and display the full pathname to this object * [all...] |
dbtest.c | 1208 char *Pathname; 1235 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); 1236 if (!Pathname) 1246 ACPI_FREE (Pathname); 1301 Pathname, ArgType); 1323 Pathname, AcpiFormatException (Status)); 1325 ACPI_FREE (Pathname);
|
dbnames.c | 307 /* Build the final pathname */ 515 /* Get the full pathname to this object */ 521 AcpiOsPrintf ("Could Not get pathname for object %p\n", 611 char *Pathname; 621 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); 622 if (!Pathname) 637 AcpiOsPrintf ("%-32s Arguments %X, Return Types: %s", Pathname, 652 AcpiNsCheckAcpiCompliance (Pathname, Node, Predefined); 654 ACPI_FREE (Pathname); 763 /* Get and display the full pathname to this object * [all...] |
dbtest.c | 1208 char *Pathname; 1235 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); 1236 if (!Pathname) 1246 ACPI_FREE (Pathname); 1301 Pathname, ArgType); 1323 Pathname, AcpiFormatException (Status)); 1325 ACPI_FREE (Pathname);
|
/src/sys/external/bsd/acpica/dist/disassembler/ |
dmopcode.c | 189 * pathname for the target, in a comment field. Handles Return() 200 char *Pathname; 260 /* Now: we can get the full pathname */ 262 Pathname = AcpiNsGetExternalPathname (PrevOp->Asl.Node); 263 if (!Pathname) 268 AcpiOsPrintf (" /* %s */", Pathname); 269 ACPI_FREE (Pathname);
|
dmopcode.c | 189 * pathname for the target, in a comment field. Handles Return() 200 char *Pathname; 260 /* Now: we can get the full pathname */ 262 Pathname = AcpiNsGetExternalPathname (PrevOp->Asl.Node); 263 if (!Pathname) 268 AcpiOsPrintf (" /* %s */", Pathname); 269 ACPI_FREE (Pathname);
|
/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...] |
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...] |