Searched refs:Keyword (Results 1 – 14 of 14) sorted by relevance
/acpica-3.7.0/source/tools/acpisrc/ |
D | asremove.c | 159 char *Keyword, 177 char *Keyword, in AsRemoveStatement() argument 185 KeywordLength = strlen (Keyword); in AsRemoveStatement() 191 SubString = strstr (SubBuffer, Keyword); in AsRemoveStatement() 255 char *Keyword) in AsRemoveConditionalCompile() argument 266 KeywordLength = strlen (Keyword); in AsRemoveConditionalCompile() 271 SubBuffer = strstr (SubString, Keyword); in AsRemoveConditionalCompile() 348 SubString = SubBuffer + strlen (Keyword); in AsRemoveConditionalCompile() 426 char *Keyword) variable 438 SubString = strstr (SubBuffer, Keyword); [all …]
|
D | acpisrc.h | 370 char *Keyword); 403 char *Keyword); 417 char *Keyword); 444 char *Keyword); 522 char *Keyword,
|
D | asconvrt.c | 1605 char *Keyword, in AsInsertPrefix() argument 1637 strcpy (LowerKeyword, Keyword); in AsInsertPrefix() 1643 KeywordLength = strlen (Keyword); in AsInsertPrefix()
|
/acpica-3.7.0/source/tools/acpihelp/ |
D | ahaml.c | 362 const AH_AML_TYPE *Keyword; in AhFindAmlTypes() local 368 for (Keyword = Gbl_AmlTypesInfo; Keyword->Name; Keyword++) in AhFindAmlTypes() 372 printf (" %s\n", Keyword->Name); in AhFindAmlTypes() 379 AhDisplayAmlType (Keyword); in AhFindAmlTypes() 386 strcpy (Gbl_Buffer, Keyword->Name); in AhFindAmlTypes() 391 AhDisplayAmlType (Keyword); in AhFindAmlTypes()
|
D | ahasl.c | 188 const AH_ASL_KEYWORD *Keyword; in AhFindAslKeywords() local 194 for (Keyword = Gbl_AslKeywordInfo; Keyword->Name; Keyword++) in AhFindAslKeywords() 198 AhDisplayAslKeyword (Keyword); in AhFindAslKeywords() 205 strcpy (Gbl_Buffer, Keyword->Name); in AhFindAslKeywords() 210 AhDisplayAslKeyword (Keyword); in AhFindAslKeywords()
|
/acpica-3.7.0/source/os_specific/service_layers/ |
D | oslinuxtbl.c | 210 const char *Keyword); 620 const char *Keyword) in OslFindRsdpViaEfiByKeyword() argument 627 snprintf (Format, 32, "%s=%s", Keyword, "%llx"); in OslFindRsdpViaEfiByKeyword()
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0147/ |
D | DECL.asl | 31 * SUMMARY: ProcessorObj Object Type Keyword is not present in ObjectTypeKeyword
|
/acpica-3.7.0/tests/aslts/src/compilation/collection/ |
D | name.asl | 299 // Some different from UnknownObj ObjectType Keyword specified in the 360 // Some different from UnknownObj ObjectType Keyword specified in the
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0148_ASL/ |
D | DECL.asl | 39 // Some different from UnknownObj ObjectType Keyword specified in the
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/functional/name/ |
D | method.asl | 79 * - Every ASL data type should have a respective unique ObjectType Keyword. 88 * UnknownObj ObjectType Keyword specified in the ReturnType position
|
D | function.asl | 76 * UnknownObj ObjectType Keyword specified in the ReturnType position
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/functional/region/ |
D | opregions.asl | 52 Name (FRSK, 0x0101) /* Some false RegionSpace Keyword */
|
/acpica-3.7.0/tests/aslts/adm/BugState/ |
D | ALLBUGS_DUP | 154 147| S | 400 | | | | ProcessorObj Object Type Keyword is not present…
|
D | ALLBUGS | 154 147| S | 400 | | | | ProcessorObj Object Type Keyword is not present…
|