| /src/sys/external/bsd/acpica/dist/disassembler/ |
| dmresrcs.c | 60 * Level - Current source code indentation level 73 UINT32 Level) 76 AcpiDmIndent (Level); 95 AcpiDmIndent (Level + 1); 107 * Level - Current source code indentation level 120 UINT32 Level) 123 AcpiDmIndent (Level); 134 AcpiDmIndent (Level + 1) [all...] |
| dmresrcl.c | 106 UINT32 Level); 116 UINT32 Level); 129 * Level - Current source code indentation level 141 UINT32 Level) 148 AcpiDmIndent (Level + 1); 178 * Level - Current source code indentation level 190 UINT32 Level) 199 AcpiDmIndent (Level + 1) [all...] |
| dmresrcl2.c | 63 UINT32 Level); 70 UINT32 Level); 77 UINT32 Level); 84 UINT32 Level); 90 UINT32 Level); 96 UINT32 Level); 117 * Level - Current source code indentation level 130 UINT32 Level) 145 AcpiDmIndent (Level + 1) [all...] |
| dmresrc.c | 261 UINT32 Level; 272 Level = Info->Level; 314 Level--; 315 AcpiDmIndent (Level); 322 Level--; 336 Level--; 340 AcpiDmEndDependentDescriptor (Info, Aml, ResourceLength, Level); 342 AcpiDmIndent (Level); 363 Info, Aml, ResourceLength, Level); [all...] |
| dmwalk.c | 80 UINT32 Level, 86 UINT32 Level, 159 Info->Level = 0; 168 Status = AscendingCallback (Op, Info->Level, Context); 179 Status = DescendingCallback (Op, Info->Level, Context); 187 Info->Level++; 226 if (Info->Level != 0 ) 228 Info->Level--; 409 UINT32 Level, 426 if (Level != 0 && ASL_CV_FILE_HAS_SWITCHED (Op) [all...] |
| dmutils.c | 213 * PARAMETERS: Level - Current source code indentation level 217 * DESCRIPTION: Indent 4 spaces per indentation level. 223 UINT32 Level) 226 if (!Level) 231 AcpiOsPrintf ("%*.s", (Level * 4), " ");
|
| /src/sys/arch/shark/include/ |
| kerndebug.h | 103 #define KERN_DEBUG(CntrlVar,Level,Output) \ 105 if ( (CntrlVar) & (Level) ) \ 107 if ( (CntrlVar) & (Level) & KERN_DEBUG_PANIC ) \ 121 #define KERN_DEBUG(CntrlVar,Level,Output)
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| cvdisasm.c | 56 UINT32 Level); 68 * Level 80 UINT32 Level) 91 AcpiDmIndent(Level); 140 * Level - indentation level for comment lists. 155 UINT32 Level) 167 CvPrintOneCommentList (Op->Common.CommentList, Level); 172 CvPrintOneCommentList (Op->Common.CommentList, Level); 182 CvPrintOneCommentList (Op->Common.EndBlkComment, Level); [all...] |
| asldebug.c | 57 UINT32 Level, 104 * Level - Current output indentation level 117 UINT32 Level, 123 UtDumpParseOpName (Op, Level, IntegerLength); 154 * Level - Current output indentation level 165 UINT32 Level) 196 UtDumpParseOpName (Op, Level, strlen (String)); 286 * Level - Current output indentation leve [all...] |
| aslprune.c | 57 UINT32 Level, 62 UINT32 Level, 136 * PARAMETERS: Level - Current nesting level 147 UINT32 Level, 153 for (i = 0; i < Level; i++) 158 AcpiOsPrintf ("[%s] at Level [%u]\n", ObjectName, Level); 180 UINT32 Level, 186 /* We only care about objects below the Prune Level threshold * [all...] |
| aslmessages.c | 404 * PARAMETERS: Level - The ASL error level to be decoded 406 * RETURN: A string containing the error level text 408 * DESCRIPTION: This function validates and translates an ASL error level into 415 UINT8 Level) 417 /* Range check on Level */ 419 if (Level >= ACPI_ARRAY_LENGTH (AslErrorLevel)) 421 return ("Unknown exception level"); 428 return (AslErrorLevel[Level]); 431 return (AslErrorLevelIde[Level]); [all...] |
| aslerror.c | 59 UINT8 Level, 64 UINT8 Level, 70 UINT8 Level, 83 UINT8 Level, 101 UINT8 Level, 256 AeDecodeExceptionLevel (Enode->Level), 257 AeBuildFullExceptionCode (Enode->Level, Enode->MessageId)); 549 switch (Enode->Level) 696 * Level - Seriousness (Warning/error, etc.) 715 UINT8 Level, [all...] |
| aslcompiler.h | 231 UINT32 Level, 237 UINT32 Level, 243 UINT32 Level, 249 UINT32 Level, 259 UINT32 Level, 265 UINT32 Level, 363 UINT8 Level, 373 UINT8 Level, 398 UINT8 Level, 418 UINT8 Level, [all...] |
| asltree.c | 748 UINT32 Level; 761 Level = 0; 780 Status = DescendingCallback (Op, Level, Context); 787 Level++; 818 if (Level != 0 ) 820 Level--; 839 Status = AscendingCallback (Op, Level, Context); 849 Level++; 872 if (Level != 0 ) 874 Level-- [all...] |
| /src/sys/external/bsd/acpica/dist/namespace/ |
| nswalk.c | 205 UINT32 Level; 231 Level = 1; 235 * started. When Level is zero, the loop is done because we have 238 while (Level > 0 && ChildNode) 288 Status = DescendingCallback (ChildNode, Level, 296 Status = AscendingCallback (ChildNode, Level, 333 * Depth first search: Attempt to go down another level in the 339 (Level < MaxDepth) && 346 Level++; 377 Level-- [all...] |
| nsdumpdv.c | 62 * Level - Nesting level of the handle 76 UINT32 Level, 89 Status = AcpiNsDumpOneObject (ObjHandle, Level, Context, ReturnValue); 96 for (i = 0; i < Level; i++)
|
| nsload.c | 248 UINT32 Level; 256 Level = 1; 262 while (Level > 0) 284 Level++; 295 Level--;
|
| nsalloc.c | 356 /* Deallocate all children at this level */ 403 UINT32 Level = 1; 427 while (Level > 0) 446 Level++; 457 Level--; 503 UINT32 Level; 526 Level = 1; 532 while (Level > 0) 564 Level++; 579 Level-- [all...] |
| nsdump.c | 63 UINT32 Level, 74 UINT32 Level, 81 UINT32 Level, 151 * Level - Desired debug level 165 UINT32 Level, 172 /* Do this only if the requested debug level and component are enabled */ 174 if (!ACPI_IS_DEBUG_ENABLED (Level, Component)) 193 * Level - Nesting level of the handl [all...] |
| /src/sys/external/bsd/acpica/dist/include/ |
| acconvert.h | 170 UINT32 level, 181 UINT32 Level); 186 UINT32 Level); 191 UINT32 Level); 198 UINT32 Level);
|
| /src/sys/external/bsd/acpica/dist/parser/ |
| pswalk.c | 73 UINT32 Level = 0; 93 AcpiOsPrintf (" %*.s%s %p", (Level * 4), " ", 115 Level++; 140 Level--;
|
| /src/sys/external/bsd/acpica/dist/executer/ |
| exdebug.c | 59 * Level - Indentation level (used for packages) 79 UINT32 Level, 117 if (!((Level > 0) && Index == 0)) 131 AcpiOsPrintf ("ACPI Debug: T=0x%8.8X %*s", Timer, Level, " "); 135 AcpiOsPrintf ("ACPI Debug: %*s", Level, " "); 223 Level + 4, i + 1); 284 Level + 4, 0); 298 Level + 4, 0); 330 Level+4, 0) [all...] |
| /src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
| aeinstall.c | 60 UINT32 Level, 67 UINT32 Level, 74 UINT32 Level, 260 UINT32 Level, 399 UINT32 Level, 437 UINT32 Level,
|
| /src/games/robots/ |
| extern.c | 52 bool Was_bonus = false; /* Was a bonus last level */ 69 int Level; /* Current level */ 74 int Start_level = 1; /* Level on which to start */
|
| /src/sys/external/bsd/acpica/dist/common/ |
| adwalk.c | 3 * Module Name: adwalk - Application-level disassembler parse tree walk routines 69 UINT32 Level, 75 UINT32 Level, 81 UINT32 Level, 87 UINT32 Level, 93 UINT32 Level, 105 UINT32 Level, 111 UINT32 Level, 141 Info.Level = 0; 175 Info.Level = 0 [all...] |