/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...] |
ahdecode.c | 3 * Module Name: ahdecode - Miscellaneous decoding for acpihelp utility 75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by 164 char *Name, 169 char *Name); 173 char *Name); 273 for (Info = Gbl_PreprocessorDirectives; Info->Name; Info++) 275 printf (" %-36s : %s\n", Info->Name, Info->Description); 282 * FUNCTION: AhFindPredefinedNames (entry point for predefined name search) 284 * PARAMETERS: NamePrefix - Name or prefix to find. Must start with 290 * input name or prefix. Includes the required number of argument [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
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;
|
/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...] |
/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...] |
/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...] |
/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...] |
/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...] |
/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...] |
acinterp.h | 3 * Name: acinterp.h - Interpreter subcomponent prototypes and defines 75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by 162 #define ACPI_EXD_TABLE_SIZE(name) (sizeof(name) / sizeof (ACPI_EXDUMP_INFO)) 180 const char *Name;
|
/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);
|
nsnames.c | 3 * Module Name: nsnames - Name manipulation and search 75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by 168 * RETURN: Pointer to storage containing the fully qualified name of 169 * the node, In external format (name segments separated by path 230 * PARAMETERS: TargetHandle - Handle of named object whose name is 232 * Buffer - Where the name is returned 234 * RETURN: Status, Buffer is filled with name if status is AE_OK 236 * DESCRIPTION: Build and return a full namespace name 267 /* Just copy the ACPI name from the Node and zero terminate it * [all...] |
nsxfname.c | 3 * Module Name: nsxfname - Public interfaces to the ACPI subsystem 76 * 3.5. Neither the name Intel nor any other trademark owned or controlled by 180 * name 185 * DESCRIPTION: This routine will search for a caller specified name in the 186 * name space. The caller can restrict the search region by 273 * RETURN: Pointer to a string containing the fully qualified Name. 275 * DESCRIPTION: This routine returns the fully qualified name associated with 304 * Wants the single segment ACPI name. 323 /* Get the single name */ 408 ACPI_NAME Name; [all...] |
/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);
|
/src/sys/arch/mips/mips/ |
mips_stacktrace.c | 20 * 3. Neither the name of the University nor the names of its contributors 129 * Functions ``special'' enough to print by name 131 #define Name(_fn) { (void*)_fn, # _fn } 132 static const struct { void *addr; const char *name;} names[] = { member in struct:__anond73c5f460108 134 Name(stacktrace), 135 Name(stacktrace_subr), 136 Name(main), 137 Name(trap), 140 Name(mips1_kern_gen_exception), 141 Name(mips1_user_gen_exception) [all...] |
/src/sys/external/bsd/acpica/dist/parser/ |
psargs.c | 3 * Module Name: psargs - Parse AML opcode arguments 75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by 274 * RETURN: Pointer to the start of the name string (pointer points into 277 * DESCRIPTION: Get next raw namestring within the AML stream. Handles all name 279 * (Name is consumed from the AML.) 319 /* Two name segments */ 326 /* Multiple name segments, 4 chars each, count in next byte */ 333 /* Single name segment */ 357 * DESCRIPTION: Get next name (if method call, return # of required args). 359 * if the name represents a control method. If a metho [all...] |
/src/sys/external/bsd/acpica/dist/tables/ |
tbfadt.c | 3 * Module Name: tbfadt - FADT table utilities 75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by 189 const char *Name; 307 * RegisterName - ASCII name of the ACPI register 371 * PARAMETERS: RegisterName - ASCII name of the ACPI register 625 const char *Name; 679 * length and register name. 690 Name = __UNCONST(FadtInfoTable[i].Name); 732 Name, Address32 [all...] |
/src/lib/libtelnet/ |
auth.c | 15 * 3. Neither the name of the University nor the names of its contributors 54 * the name of M.I.T. not be used in advertising or publicity pertaining 84 static const char *Name = "Noname"; 147 auth_init(const char *name, int server) 152 Name = name; 162 Name, 167 Name, ap->type, ap->way); 173 auth_disable_name(char *name) 177 if (AUTHTYPE_NAME(x) && !strcasecmp(name, AUTHTYPE_NAME(x))) [all...] |
/src/sys/arch/prep/include/ |
chpidpnp.h | 130 * Name: 142 unsigned char Name[2];
|
/src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
msan_report.cc | 35 const char *Name() const { return Green(); } 48 d.Origin(), d.Name(), s, d.Origin(), d.Name(), sep + 1, d.Origin(), 267 d.Warning(), d.Name(), what, d.Warning(), offset, start, size,
|