HomeSort by: relevance | last modified time | path
    Searched defs:Name (Results 1 - 25 of 94) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahmain.c 3 * Module Name: ahmain - Main module for the acpi help utility
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
170 #define ACPI_OPTION(Name, Description) \
171 AcpiOsPrintf (" %-24s%s\n", Name, Description);
187 ACPI_USAGE_HEADER ("acpihelp <options> [Name/Prefix | HexValue]");
193 ACPI_OPTION ("-a [Name/Prefix | *]", "Display both ASL operator and AML opcode name(s)");
194 ACPI_OPTION ("-g [Name/Prefix | *]", "Display AML grammar elements(s)");
195 ACPI_OPTION ("-m [Name/Prefix | *]", "Display AML opcode name(s)")
    [all...]
ahmain.c 3 * Module Name: ahmain - Main module for the acpi help utility
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
170 #define ACPI_OPTION(Name, Description) \
171 AcpiOsPrintf (" %-24s%s\n", Name, Description);
187 ACPI_USAGE_HEADER ("acpihelp <options> [Name/Prefix | HexValue]");
193 ACPI_OPTION ("-a [Name/Prefix | *]", "Display both ASL operator and AML opcode name(s)");
194 ACPI_OPTION ("-g [Name/Prefix | *]", "Display AML grammar elements(s)");
195 ACPI_OPTION ("-m [Name/Prefix | *]", "Display AML opcode name(s)")
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMerge.h 53 std::string Name;
FuzzerMerge.h 53 std::string Name;
FuzzerDataFlowTrace.cpp 46 auto Name = Basename(SF.File);
47 if (Name == kFunctionsTxt) continue;
50 Name.c_str(), L.c_str());
53 // Printf("=== %s\n", Name.c_str());
76 Traces[Name] = V;
79 Printf("%s => |%s|\n", Name.c_str(), L.c_str() + SpacePos + 1);
FuzzerMutate.h 99 const char *Name;
FuzzerDataFlowTrace.cpp 46 auto Name = Basename(SF.File);
47 if (Name == kFunctionsTxt) continue;
50 Name.c_str(), L.c_str());
53 // Printf("=== %s\n", Name.c_str());
76 Traces[Name] = V;
79 Printf("%s => |%s|\n", Name.c_str(), L.c_str() + SpacePos + 1);
FuzzerMutate.h 99 const char *Name;
  /src/sys/external/bsd/acpica/dist/utilities/
uterror.c 3 * Module Name: uterror - Various internal error/warning output functions
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
171 * PARAMETERS: ModuleName - Caller's module name (for error output)
220 * PARAMETERS: ModuleName - Caller's module name (for error output)
269 * PARAMETERS: ModuleName - Caller's module name (for error output)
318 * PARAMETERS: ModuleName - Caller's module name (for error output)
321 * InternalPath - Name or path of the namespace node
394 * PARAMETERS: ModuleName - Caller's module name (for error output)
396 * InternalName - Name or path of the namespace node
414 char *Name = NULL
    [all...]
uterror.c 3 * Module Name: uterror - Various internal error/warning output functions
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
171 * PARAMETERS: ModuleName - Caller's module name (for error output)
220 * PARAMETERS: ModuleName - Caller's module name (for error output)
269 * PARAMETERS: ModuleName - Caller's module name (for error output)
318 * PARAMETERS: ModuleName - Caller's module name (for error output)
321 * InternalPath - Name or path of the namespace node
394 * PARAMETERS: ModuleName - Caller's module name (for error output)
396 * InternalName - Name or path of the namespace node
414 char *Name = NULL
    [all...]
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsmethod.c 3 * Module Name: dsmethod - Parser/Interpreter interface - control method parsing
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
226 AcpiPsSetName (Op, Node->Name.Integer);
282 /* We are only interested in opcodes that create a new name */
305 WalkState->MethodNode->Name.Ascii, WalkState->MethodNode,
306 WalkState->OpInfo->Name, WalkState->Opcode));
336 ACPI_NAME Name = 0;
367 Name = WalkState->MethodNode->Name.Integer;
371 Name = WalkState->DeferredNode->Name.Integer
    [all...]
dsmethod.c 3 * Module Name: dsmethod - Parser/Interpreter interface - control method parsing
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
226 AcpiPsSetName (Op, Node->Name.Integer);
282 /* We are only interested in opcodes that create a new name */
305 WalkState->MethodNode->Name.Ascii, WalkState->MethodNode,
306 WalkState->OpInfo->Name, WalkState->Opcode));
336 ACPI_NAME Name = 0;
367 Name = WalkState->MethodNode->Name.Integer;
371 Name = WalkState->DeferredNode->Name.Integer
    [all...]
  /src/sys/external/bsd/acpica/dist/events/
evgpeinit.c 3 * Module Name: evgpeinit - System GPE initialization and update
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
418 * Extract the name and GPE type from the object, saving this
423 * The name of each GPE control method is of the form:
447 char Name[ACPI_NAMESEG_SIZE + 1];
465 * 1) Extract the method name and null terminate it
467 ACPI_MOVE_32_TO_32 (Name, &MethodNode->Name.Integer);
468 Name[ACPI_NAMESEG_SIZE] = 0;
470 /* 2) Name must begin with an underscore *
    [all...]
evgpeinit.c 3 * Module Name: evgpeinit - System GPE initialization and update
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
418 * Extract the name and GPE type from the object, saving this
423 * The name of each GPE control method is of the form:
447 char Name[ACPI_NAMESEG_SIZE + 1];
465 * 1) Extract the method name and null terminate it
467 ACPI_MOVE_32_TO_32 (Name, &MethodNode->Name.Integer);
468 Name[ACPI_NAMESEG_SIZE] = 0;
470 /* 2) Name must begin with an underscore *
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslanalyze.c 3 * Module Name: aslanalyze.c - Support functions for parse tree walks
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
471 AslGbl_StringBuffer, OpInfo->Name, AslGbl_StringBuffer2);
574 char Name[ACPI_NAMESEG_SIZE + 1];
581 * NOTE: during a review on Name[ACPI_NAMESEG_SIZE + 1] having an extra
592 ACPI_MOVE_32_TO_32 (Name, Op->Asl.NameSeg);
593 Name[ACPI_NAMESEG_SIZE] = 0;
601 if ((Name[0] != '_') ||
602 ((Name[1] != 'L') && (Name[1] != 'E'))
    [all...]
aslanalyze.c 3 * Module Name: aslanalyze.c - Support functions for parse tree walks
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
471 AslGbl_StringBuffer, OpInfo->Name, AslGbl_StringBuffer2);
574 char Name[ACPI_NAMESEG_SIZE + 1];
581 * NOTE: during a review on Name[ACPI_NAMESEG_SIZE + 1] having an extra
592 ACPI_MOVE_32_TO_32 (Name, Op->Asl.NameSeg);
593 Name[ACPI_NAMESEG_SIZE] = 0;
601 if ((Name[0] != '_') ||
602 ((Name[1] != 'L') && (Name[1] != 'E'))
    [all...]
  /src/sys/external/bsd/acpica/dist/disassembler/
dmnames.c 3 * Module Name: dmnames - AML disassembler, names, namestrings, pathnames
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
175 * PARAMETERS: Name - 4 character ACPI name
177 * RETURN: Final length of name
179 * DESCRIPTION: Dump an ACPI name, minus any trailing underscores.
185 UINT32 Name)
192 /* Copy name locally in case the original name is not writeable */
194 *ACPI_CAST_PTR (UINT32, &NewName[0]) = Name;
    [all...]
dmwalk.c 3 * Module Name: dmwalk - AML disassembly tree walk
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
510 * Decode opcode name and begin parameter list(s), if any.
522 UINT32 Name;
724 /* Print the opcode name */
762 /* If this is a named opcode, print the associated name value */
772 AcpiDmNamestring (NextOp->Common.Value.Name);
779 Name = AcpiPsGetName (Op);
786 AcpiDmDumpName (Name);
806 /* Emit description comment for Method() with a predefined ACPI name */
    [all...]
dmnames.c 3 * Module Name: dmnames - AML disassembler, names, namestrings, pathnames
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
175 * PARAMETERS: Name - 4 character ACPI name
177 * RETURN: Final length of name
179 * DESCRIPTION: Dump an ACPI name, minus any trailing underscores.
185 UINT32 Name)
192 /* Copy name locally in case the original name is not writeable */
194 *ACPI_CAST_PTR (UINT32, &NewName[0]) = Name;
    [all...]
dmwalk.c 3 * Module Name: dmwalk - AML disassembly tree walk
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
510 * Decode opcode name and begin parameter list(s), if any.
522 UINT32 Name;
724 /* Print the opcode name */
762 /* If this is a named opcode, print the associated name value */
772 AcpiDmNamestring (NextOp->Common.Value.Name);
779 Name = AcpiPsGetName (Op);
786 AcpiDmDumpName (Name);
806 /* Emit description comment for Method() with a predefined ACPI name */
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 3 * Name: acdebug.h - ACPI/AML debugger
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
167 const char *Name; /* Command Name */
182 const char *Name; /* Argument Name */
235 char *Name);
239 char *Name,
339 char *Name);
360 char *Name);
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsaccess.c 3 * Module Name: nsaccess - Top-level functions for accessing ACPI namespace
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
190 UINT32 Name;
218 /* Enter the predefined names in the name table */
238 for (InitVal = AcpiGbl_PreDefinedNames; InitVal->Name; InitVal++)
244 if (!strcmp (InitVal->Name, "_OSI") && !AcpiGbl_CreateOsiMethod)
250 * Create, init, and link the new predefined name
255 memcpy(&Name, InitVal->Name, sizeof(Name));
    [all...]
nsconvert.c 3 * Module Name: nsconvert - Object conversions for objects returned by
76 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
623 char *Name;
631 Status = AcpiNsInternalizeName (OriginalObject->String.Pointer, &Name);
640 Status = AcpiNsLookup (&ScopeInfo, Name,
671 ACPI_FREE (Name);
  /src/sys/external/bsd/acpica/dist/resources/
rsdump.c 3 * Module Name: rsdump - AML debugger support for resource structures.
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
384 const char *Name;
396 Name = Table->Name;
404 if (Table->Name)
406 AcpiOsPrintf ("%s Resource\n", Name);
414 AcpiRsOutString (Name, ACPI_CAST_PTR (char, Table->Pointer));
419 AcpiRsOutString (Name, ACPI_CAST_PTR (char, Target));
428 AcpiRsOutString (Name, Table->Pointer [*Target])
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aecommon.h 3 * Module Name: aecommon - common include for the AcpiExec utility
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
197 char *Name;
237 ACPI_NAME Name,
269 char *Name);
273 char *Name);
281 char *Name);

Completed in 32 milliseconds

1 2 3 4