Home
last modified time | relevance | path

Searched refs:Level (Results 1 – 25 of 85) sorted by relevance

1234

/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmresrcl.c214 UINT32 Level);
224 UINT32 Level);
249 UINT32 Level) in AcpiDmMemoryFields() argument
256 AcpiDmIndent (Level + 1); in AcpiDmMemoryFields()
298 UINT32 Level) in AcpiDmAddressFields() argument
307 AcpiDmIndent (Level + 1); in AcpiDmAddressFields()
401 UINT32 Level) in AcpiDmAddressCommon() argument
412 AcpiDmIndent (Level); in AcpiDmAddressCommon()
704 UINT32 Level) in AcpiDmWordDescriptor() argument
709 AcpiDmAddressCommon (Resource, ACPI_RESOURCE_TYPE_ADDRESS16, Level); in AcpiDmWordDescriptor()
[all …]
H A Ddmresrcl2.c167 UINT32 Level);
174 UINT32 Level);
181 UINT32 Level);
187 UINT32 Level);
193 UINT32 Level);
226 UINT32 Level) in AcpiDmDumpRawDataBuffer() argument
241 AcpiDmIndent (Level + 1); in AcpiDmDumpRawDataBuffer()
243 AcpiDmIndent (Level + 2); in AcpiDmDumpRawDataBuffer()
265 AcpiDmIndent (Level + 2); in AcpiDmDumpRawDataBuffer()
272 AcpiDmIndent (Level + 1); in AcpiDmDumpRawDataBuffer()
[all …]
H A Ddmresrcs.c181 UINT32 Level) in AcpiDmIrqDescriptor() argument
184 AcpiDmIndent (Level); in AcpiDmIrqDescriptor()
203 AcpiDmIndent (Level + 1); in AcpiDmIrqDescriptor()
228 UINT32 Level) in AcpiDmDmaDescriptor() argument
231 AcpiDmIndent (Level); in AcpiDmDmaDescriptor()
242 AcpiDmIndent (Level + 1); in AcpiDmDmaDescriptor()
267 UINT32 Level) in AcpiDmFixedDmaDescriptor() argument
270 AcpiDmIndent (Level); in AcpiDmFixedDmaDescriptor()
313 UINT32 Level) in AcpiDmIoDescriptor() argument
316 AcpiDmIndent (Level); in AcpiDmIoDescriptor()
[all …]
H A Ddmwalk.c188 UINT32 Level,
194 UINT32 Level,
267 Info->Level = 0; in AcpiDmWalkParseTree()
276 Status = AscendingCallback (Op, Info->Level, Context); in AcpiDmWalkParseTree()
287 Status = DescendingCallback (Op, Info->Level, Context); in AcpiDmWalkParseTree()
295 Info->Level++; in AcpiDmWalkParseTree()
334 if (Info->Level != 0 ) in AcpiDmWalkParseTree()
336 Info->Level--; in AcpiDmWalkParseTree()
517 UINT32 Level, in AcpiDmDescendingOp() argument
534 if (Level != 0 && ASL_CV_FILE_HAS_SWITCHED (Op)) in AcpiDmDescendingOp()
[all …]
H A Ddmresrc.c368 UINT32 Level; in AcpiDmResourceTemplate() local
379 Level = Info->Level; in AcpiDmResourceTemplate()
421 Level--; in AcpiDmResourceTemplate()
422 AcpiDmIndent (Level); in AcpiDmResourceTemplate()
429 Level--; in AcpiDmResourceTemplate()
443 Level--; in AcpiDmResourceTemplate()
448 AcpiDmEndDependentDescriptor (Info, Aml, ResourceLength, Level); in AcpiDmResourceTemplate()
450 AcpiDmIndent (Level); in AcpiDmResourceTemplate()
471 Info, Aml, ResourceLength, Level); in AcpiDmResourceTemplate()
478 Level++; in AcpiDmResourceTemplate()
H A Ddmbuffer.c180 UINT32 Level,
210 UINT32 Level, in AcpiDmDisasmByteList() argument
229 AcpiDmIndent (Level); in AcpiDmDisasmByteList()
331 AcpiDmIndent (Info->Level); in AcpiDmByteList()
348 AcpiDmDisasmByteList (Info->Level, ByteData, ByteCount); in AcpiDmByteList()
350 AcpiDmPldBuffer (Info->Level, ByteData, ByteCount); in AcpiDmByteList()
359 AcpiDmDisasmByteList (Info->Level, ByteData, ByteCount); in AcpiDmByteList()
848 #define ACPI_PLD_OUTPUT08 "%*.s%-22s = 0x%X,\n", ACPI_MUL_4 (Level), " "
849 #define ACPI_PLD_OUTPUT08P "%*.s%-22s = 0x%X)\n", ACPI_MUL_4 (Level), " "
850 #define ACPI_PLD_OUTPUT16 "%*.s%-22s = 0x%X,\n", ACPI_MUL_4 (Level), " "
[all …]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSeverity.java38 public final class Severity extends Level {
88 Level.SEVERE.intValue() - 1, "EMERG");
94 Level.SEVERE.intValue() - 2, "ALERT");
100 Level.SEVERE.intValue() - 3, "CRIT");
106 Level.SEVERE.intValue() - 4, "ERR");
112 Level.WARNING.intValue() - 1, "WARNING");
118 Level.INFO.intValue() - 1, "NOTICE");
124 Level.INFO.intValue() - 2, "INFO");
130 Level.FINE.intValue() - 1, "DEBUG");
143 private static final Level SEVERE = null;
[all …]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.h73 #define E1000G_DEBUGLOG_0(Adapter, Level, fmt) \ argument
74 if (e1000g_debug) e1000g_log((Adapter), (Level), (fmt))
76 #define E1000G_DEBUGLOG_1(Adapter, Level, fmt, d1) \ argument
77 if (e1000g_debug) e1000g_log((Adapter), (Level), (fmt), (d1))
79 #define E1000G_DEBUGLOG_2(Adapter, Level, fmt, d1, d2) \ argument
80 if (e1000g_debug) e1000g_log((Adapter), (Level), (fmt), (d1), (d2))
82 #define E1000G_DEBUGLOG_3(Adapter, Level, fmt, d1, d2, d3) \ argument
83 if (e1000g_debug) e1000g_log((Adapter), (Level), (fmt), (d1),\
86 #define E1000G_DEBUGLOG_4(Adapter, Level, fmt, d1, d2, d3, d4) \ argument
87 if (e1000g_debug) e1000g_log((Adapter), (Level), (fmt), (d1),\
[all …]
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dcvdisasm.c164 UINT32 Level);
188 UINT32 Level) in CvPrintOneCommentList() argument
199 AcpiDmIndent(Level); in CvPrintOneCommentList()
263 UINT32 Level) in CvPrintOneCommentType() argument
275 CvPrintOneCommentList (Op->Common.CommentList, Level); in CvPrintOneCommentType()
280 CvPrintOneCommentList (Op->Common.CommentList, Level); in CvPrintOneCommentType()
290 CvPrintOneCommentList (Op->Common.EndBlkComment, Level); in CvPrintOneCommentType()
292 AcpiDmIndent(Level); in CvPrintOneCommentType()
352 UINT32 Level) in CvCloseBraceWriteComment() argument
361 CvPrintOneCommentType (Op, AML_COMMENT_ENDBLK, NULL, Level); in CvCloseBraceWriteComment()
[all …]
H A Daslerror.c165 UINT8 Level,
170 UINT8 Level,
175 UINT8 Level,
188 UINT8 Level,
356 AeDecodeExceptionLevel (Enode->Level), in AeDecodeErrorMessageId()
357 AeBuildFullExceptionCode (Enode->Level, Enode->MessageId)); in AeDecodeErrorMessageId()
645 switch (Enode->Level) in AePrintException()
804 UINT8 Level, in AslInitEnode() argument
820 Enode->Level = Level; in AslInitEnode()
881 UINT8 Level, in AslCommonError2() argument
[all …]
H A Daslprune.c165 UINT32 Level,
170 UINT32 Level,
255 UINT32 Level, in PrPrintObjectAtLevel() argument
261 for (i = 0; i < Level; i++) in PrPrintObjectAtLevel()
266 AcpiOsPrintf ("[%s] at Level [%u]\n", ObjectName, Level); in PrPrintObjectAtLevel()
288 UINT32 Level, in PrTreePruneWalk() argument
296 if (Level <= PruneObj->PruneLevel) in PrTreePruneWalk()
313 PrPrintObjectAtLevel (Level, Op->Asl.Child->Asl.Value.Name); in PrTreePruneWalk()
321 PrPrintObjectAtLevel (Level, Op->Asl.Child->Asl.Value.Name); in PrTreePruneWalk()
331 PrPrintObjectAtLevel(Level, "Else"); in PrTreePruneWalk()
[all …]
H A Dasldebug.c165 UINT32 Level,
225 UINT32 Level, in UtDumpIntegerOp() argument
231 UtDumpParseOpName (Op, Level, IntegerLength); in UtDumpIntegerOp()
273 UINT32 Level) in UtDumpStringOp() argument
304 UtDumpParseOpName (Op, Level, strlen (String)); in UtDumpStringOp()
406 UINT32 Level) in UtDumpBasicOp() argument
411 UtDumpParseOpName (Op, Level, 0); in UtDumpBasicOp()
432 UINT32 Level, in UtDumpParseOpName() argument
445 "%5.5d [%2d]", Op->Asl.LogicalLineNumber, Level); in UtDumpParseOpName()
451 IndentLength = Level * DEBUG_SPACES_PER_INDENT; in UtDumpParseOpName()
[all …]
H A Daslcompiler.h331 UINT32 Level,
337 UINT32 Level,
343 UINT32 Level,
349 UINT32 Level,
359 UINT32 Level,
365 UINT32 Level,
454 UINT8 Level,
464 UINT8 Level,
483 UINT8 Level,
499 UINT8 Level,
[all …]
H A Daslmessages.c487 UINT8 Level) in AeDecodeExceptionLevel() argument
491 if (Level >= ACPI_ARRAY_LENGTH (AslErrorLevel)) in AeDecodeExceptionLevel()
500 return (AslErrorLevel[Level]); in AeDecodeExceptionLevel()
503 return (AslErrorLevelIde[Level]); in AeDecodeExceptionLevel()
523 UINT8 Level, in AeBuildFullExceptionCode() argument
531 return (((Level + 1) * 1000) + MessageId); in AeBuildFullExceptionCode()
H A Dasltree.c824 UINT32 Level; in TrWalkParseTree() local
835 Level = 0; in TrWalkParseTree()
848 Status = DescendingCallback (Op, Level, Context); in TrWalkParseTree()
855 Level++; in TrWalkParseTree()
886 if (Level != 0 ) in TrWalkParseTree()
888 Level--; in TrWalkParseTree()
907 Status = AscendingCallback (Op, Level, Context); in TrWalkParseTree()
917 Level++; in TrWalkParseTree()
940 if (Level != 0 ) in TrWalkParseTree()
942 Level--; in TrWalkParseTree()
[all …]
H A Dasllisting.c172 UINT32 Level,
178 UINT32 Level,
306 UINT32 Level, in LsAmlListingWalk() argument
381 UINT32 Level, in LsTreeWriteWalk() argument
394 UtDumpStringOp (Op, Level); in LsTreeWriteWalk()
399 UtDumpIntegerOp (Op, Level, 2); in LsTreeWriteWalk()
405 UtDumpIntegerOp (Op, Level, 4); in LsTreeWriteWalk()
411 UtDumpIntegerOp (Op, Level, 8); in LsTreeWriteWalk()
420 UtDumpIntegerOp (Op, Level, 16); in LsTreeWriteWalk()
437 UtDumpBasicOp (Op, Level); in LsTreeWriteWalk()
H A Ddtutils.c184 UINT8 Level, in DtError() argument
192 if (AslIsExceptionIgnored (Level, MessageId)) in DtError()
199 AslCommonError (Level, MessageId, in DtError()
208 AslCommonError (Level, MessageId, 0, in DtError()
231 UINT8 Level, in DtNameError() argument
237 switch (Level) in DtNameError()
242 if (Gbl_WarningLevel < Level) in DtNameError()
255 AslCommonError (Level, MessageId, in DtNameError()
264 AslCommonError (Level, MessageId, 0, in DtNameError()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacdisasm.h312 UINT32 Level; member
328 UINT32 Level,
338 UINT32 Level);
888 UINT32 Level,
1054 UINT32 Level);
1061 UINT32 Level);
1068 UINT32 Level);
1075 UINT32 Level);
1082 UINT32 Level);
1089 UINT32 Level);
[all …]
H A Dacoutput.h402 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \ argument
403 ((Level & AcpiDbgLevel) && (Component & AcpiDbgLayer))
437 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ argument
439 if (ACPI_IS_DEBUG_ENABLED (Level, Component)) \
441 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \
445 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \ argument
446 ACPI_DO_DEBUG_PRINT (AcpiDebugPrint, Level, Line, \
449 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \ argument
450 ACPI_DO_DEBUG_PRINT (AcpiDebugPrintRaw, Level, Line, \
594 #define ACPI_IS_DEBUG_ENABLED(Level, Component) 0 argument
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnswalk.c313 UINT32 Level; in AcpiNsWalkNamespace() local
332 Level = 1; in AcpiNsWalkNamespace()
339 while (Level > 0 && ChildNode) in AcpiNsWalkNamespace()
389 Status = DescendingCallback (ChildNode, Level, in AcpiNsWalkNamespace()
397 Status = AscendingCallback (ChildNode, Level, in AcpiNsWalkNamespace()
440 (Level < MaxDepth) && in AcpiNsWalkNamespace()
447 Level++; in AcpiNsWalkNamespace()
478 Level--; in AcpiNsWalkNamespace()
H A Dnsdump.c172 UINT32 Level,
183 UINT32 Level,
190 UINT32 Level,
274 UINT32 Level, in AcpiNsDumpPathname() argument
283 if (!ACPI_IS_DEBUG_ENABLED (Level, Component)) in AcpiNsDumpPathname()
316 UINT32 Level, in AcpiNsDumpOneObject() argument
369 AcpiOsPrintf ("%2d%*s", (UINT32) Level - 1, (int) Level * 2, " "); in AcpiNsDumpOneObject()
855 UINT32 Level, in AcpiNsDumpOneObjectPath() argument
881 if (Level <= MaxLevel) in AcpiNsDumpOneObjectPath()
883 PathIndent = MaxLevel - Level + 1; in AcpiNsDumpOneObjectPath()
[all …]
H A Dnsalloc.c506 UINT32 Level = 1; in AcpiNsDeleteNamespaceSubtree() local
530 while (Level > 0) in AcpiNsDeleteNamespaceSubtree()
549 Level++; in AcpiNsDeleteNamespaceSubtree()
560 Level--; in AcpiNsDeleteNamespaceSubtree()
606 UINT32 Level; in AcpiNsDeleteNamespaceByOwner() local
629 Level = 1; in AcpiNsDeleteNamespaceByOwner()
635 while (Level > 0) in AcpiNsDeleteNamespaceByOwner()
667 Level++; in AcpiNsDeleteNamespaceByOwner()
682 Level--; in AcpiNsDeleteNamespaceByOwner()
683 if (Level != 0) in AcpiNsDeleteNamespaceByOwner()
/illumos-gate/usr/src/cmd/acpi/common/
H A Dadwalk.c177 UINT32 Level,
183 UINT32 Level,
189 UINT32 Level,
195 UINT32 Level,
201 UINT32 Level,
213 UINT32 Level,
219 UINT32 Level,
249 Info.Level = 0; in AcpiDmDumpTree()
283 Info.Level = 0; in AcpiDmFindOrphanMethods()
337 Info.Level = 0; in AcpiDmFinishNamespaceLoad()
[all …]
/illumos-gate/usr/src/common/acpica/executer/
H A Dexdebug.c187 UINT32 Level, in AcpiExDoDebugObject() argument
225 if (!((Level > 0) && Index == 0)) in AcpiExDoDebugObject()
239 AcpiOsPrintf ("ACPI Debug: T=0x%8.8X %*s", Timer, Level, " "); in AcpiExDoDebugObject()
243 AcpiOsPrintf ("ACPI Debug: %*s", Level, " "); in AcpiExDoDebugObject()
331 Level + 4, i + 1); in AcpiExDoDebugObject()
392 Level + 4, 0); in AcpiExDoDebugObject()
406 Level + 4, 0); in AcpiExDoDebugObject()
438 Level+4, 0); in AcpiExDoDebugObject()
/illumos-gate/usr/src/common/acpica/parser/
H A Dpswalk.c181 UINT32 Level = 0; in AcpiPsDeleteParseTree() local
201 AcpiOsPrintf (" %*.s%s %p", (Level * 4), " ", in AcpiPsDeleteParseTree()
223 Level++; in AcpiPsDeleteParseTree()
248 Level--; in AcpiPsDeleteParseTree()

1234