/src/sys/external/bsd/acpica/dist/disassembler/ |
dmresrcs.c | 168 * Level - Current source code indentation level 181 UINT32 Level) 184 AcpiDmIndent (Level); 203 AcpiDmIndent (Level + 1); 215 * Level - Current source code indentation level 228 UINT32 Level) 231 AcpiDmIndent (Level); 242 AcpiDmIndent (Level + 1) [all...] |
dmresrcl.c | 214 UINT32 Level); 224 UINT32 Level); 237 * Level - Current source code indentation level 249 UINT32 Level) 256 AcpiDmIndent (Level + 1); 286 * Level - Current source code indentation level 298 UINT32 Level) 307 AcpiDmIndent (Level + 1) [all...] |
dmresrcl2.c | 171 UINT32 Level); 178 UINT32 Level); 185 UINT32 Level); 192 UINT32 Level); 198 UINT32 Level); 204 UINT32 Level); 225 * Level - Current source code indentation level 238 UINT32 Level) 253 AcpiDmIndent (Level + 1) [all...] |
dmresrc.c | 369 UINT32 Level; 380 Level = Info->Level; 422 Level--; 423 AcpiDmIndent (Level); 430 Level--; 444 Level--; 448 AcpiDmEndDependentDescriptor (Info, Aml, ResourceLength, Level); 450 AcpiDmIndent (Level); 471 Info, Aml, ResourceLength, Level); [all...] |
dmwalk.c | 188 UINT32 Level, 194 UINT32 Level, 267 Info->Level = 0; 276 Status = AscendingCallback (Op, Info->Level, Context); 287 Status = DescendingCallback (Op, Info->Level, Context); 295 Info->Level++; 334 if (Info->Level != 0 ) 336 Info->Level--; 517 UINT32 Level, 534 if (Level != 0 && ASL_CV_FILE_HAS_SWITCHED (Op) [all...] |
dmutils.c | 321 * PARAMETERS: Level - Current source code indentation level 325 * DESCRIPTION: Indent 4 spaces per indentation level. 331 UINT32 Level) 334 if (!Level) 339 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 | 164 UINT32 Level); 176 * Level 188 UINT32 Level) 199 AcpiDmIndent(Level); 248 * Level - indentation level for comment lists. 263 UINT32 Level) 275 CvPrintOneCommentList (Op->Common.CommentList, Level); 280 CvPrintOneCommentList (Op->Common.CommentList, Level); 290 CvPrintOneCommentList (Op->Common.EndBlkComment, Level); [all...] |
asldebug.c | 165 UINT32 Level, 212 * Level - Current output indentation level 225 UINT32 Level, 231 UtDumpParseOpName (Op, Level, IntegerLength); 262 * Level - Current output indentation level 273 UINT32 Level) 304 UtDumpParseOpName (Op, Level, strlen (String)); 394 * Level - Current output indentation leve [all...] |
aslprune.c | 165 UINT32 Level, 170 UINT32 Level, 244 * PARAMETERS: Level - Current nesting level 255 UINT32 Level, 261 for (i = 0; i < Level; i++) 266 AcpiOsPrintf ("[%s] at Level [%u]\n", ObjectName, Level); 288 UINT32 Level, 294 /* We only care about objects below the Prune Level threshold * [all...] |
aslmessages.c | 512 * PARAMETERS: Level - The ASL error level to be decoded 514 * RETURN: A string containing the error level text 516 * DESCRIPTION: This function validates and translates an ASL error level into 523 UINT8 Level) 525 /* Range check on Level */ 527 if (Level >= ACPI_ARRAY_LENGTH (AslErrorLevel)) 529 return ("Unknown exception level"); 536 return (AslErrorLevel[Level]); 539 return (AslErrorLevelIde[Level]); [all...] |
aslerror.c | 167 UINT8 Level, 172 UINT8 Level, 178 UINT8 Level, 191 UINT8 Level, 209 UINT8 Level, 364 AeDecodeExceptionLevel (Enode->Level), 365 AeBuildFullExceptionCode (Enode->Level, Enode->MessageId)); 657 switch (Enode->Level) 804 * Level - Seriousness (Warning/error, etc.) 823 UINT8 Level, [all...] |
aslcompiler.h | 339 UINT32 Level, 345 UINT32 Level, 351 UINT32 Level, 357 UINT32 Level, 367 UINT32 Level, 373 UINT32 Level, 471 UINT8 Level, 481 UINT8 Level, 506 UINT8 Level, 526 UINT8 Level, [all...] |
asltree.c | 856 UINT32 Level; 869 Level = 0; 888 Status = DescendingCallback (Op, Level, Context); 895 Level++; 926 if (Level != 0 ) 928 Level--; 947 Status = AscendingCallback (Op, Level, Context); 957 Level++; 980 if (Level != 0 ) 982 Level-- [all...] |
/src/sys/external/bsd/acpica/dist/namespace/ |
nswalk.c | 313 UINT32 Level; 336 Level = 1; 340 * started. When Level is zero, the loop is done because we have 343 while (Level > 0 && ChildNode) 393 Status = DescendingCallback (ChildNode, Level, 401 Status = AscendingCallback (ChildNode, Level, 438 * Depth first search: Attempt to go down another level in the 444 (Level < MaxDepth) && 451 Level++; 482 Level-- [all...] |
nsdumpdv.c | 171 * Level - Nesting level of the handle 185 UINT32 Level, 198 Status = AcpiNsDumpOneObject (ObjHandle, Level, Context, ReturnValue); 205 for (i = 0; i < Level; i++)
|
nsload.c | 356 UINT32 Level; 364 Level = 1; 370 while (Level > 0) 392 Level++; 403 Level--;
|
nsalloc.c | 464 /* Deallocate all children at this level */ 511 UINT32 Level = 1; 535 while (Level > 0) 554 Level++; 565 Level--; 611 UINT32 Level; 634 Level = 1; 640 while (Level > 0) 672 Level++; 687 Level-- [all...] |
nsdump.c | 172 UINT32 Level, 183 UINT32 Level, 190 UINT32 Level, 260 * Level - Desired debug level 274 UINT32 Level, 281 /* Do this only if the requested debug level and component are enabled */ 283 if (!ACPI_IS_DEBUG_ENABLED (Level, Component)) 302 * Level - Nesting level of the handl [all...] |
/src/sys/external/bsd/acpica/dist/include/ |
acconvert.h | 278 UINT32 level, 289 UINT32 Level); 294 UINT32 Level); 299 UINT32 Level); 306 UINT32 Level);
|
/src/sys/external/bsd/acpica/dist/parser/ |
pswalk.c | 181 UINT32 Level = 0; 201 AcpiOsPrintf (" %*.s%s %p", (Level * 4), " ", 223 Level++; 248 Level--;
|
/src/sys/external/bsd/acpica/dist/executer/ |
exdebug.c | 167 * Level - Indentation level (used for packages) 187 UINT32 Level, 225 if (!((Level > 0) && Index == 0)) 239 AcpiOsPrintf ("ACPI Debug: T=0x%8.8X %*s", Timer, Level, " "); 243 AcpiOsPrintf ("ACPI Debug: %*s", Level, " "); 331 Level + 4, i + 1); 392 Level + 4, 0); 406 Level + 4, 0); 438 Level+4, 0) [all...] |
/src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
aeinstall.c | 168 UINT32 Level, 175 UINT32 Level, 182 UINT32 Level, 368 UINT32 Level, 507 UINT32 Level, 545 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 177 UINT32 Level, 183 UINT32 Level, 189 UINT32 Level, 195 UINT32 Level, 201 UINT32 Level, 213 UINT32 Level, 219 UINT32 Level, 249 Info.Level = 0; 283 Info.Level = 0 [all...] |