HomeSort by: relevance | last modified time | path
    Searched refs:AML_DEBUGPRINT (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/acpitools/aml/
aml_region.h 44 AML_DEBUGPRINT("\n[aml_region_read(%d, %d, 0x%x, 0x%x, 0x%x)]\n",\
49 AML_DEBUGPRINT("\n[aml_region_read_into_buffer(%d, %d, 0x%x, 0x%x, 0x%x)]\n",\
54 AML_DEBUGPRINT("\n[aml_region_write(%d, %d, 0x%x, 0x%x, 0x%x, 0x%x)]\n",\
59 AML_DEBUGPRINT("\n[aml_region_write_from_buffer(%d, %d, 0x%x, 0x%x, 0x%x)]\n",\
64 AML_DEBUGPRINT("\n[aml_region_bcopy(%d, %d, 0x%x, 0x%x, 0x%x, %d, 0x%x, 0x%x, 0x%x)]\n",\
aml_parse.c 294 AML_DEBUGPRINT("\n");
340 AML_DEBUGPRINT("Scope(");
343 AML_DEBUGPRINT(") {\n");
350 AML_DEBUGPRINT("}");
372 AML_DEBUGPRINT("Buffer(");
380 AML_DEBUGPRINT("NO MEMORY\n");
394 AML_DEBUGPRINT(") ");
409 AML_DEBUGPRINT(", ");
411 AML_DEBUGPRINT(")");
434 AML_DEBUGPRINT(", ");
    [all...]
aml_common.c 84 AML_DEBUGPRINT("%c%c%c%c", dp[0], dp[1], dp[2], dp[3]);
86 AML_DEBUGPRINT("%c%c%c_", dp[0], dp[1], dp[2]);
88 AML_DEBUGPRINT("%c%c__", dp[0], dp[1]);
90 AML_DEBUGPRINT("%c___", dp[0]);
101 AML_DEBUGPRINT("%c", dp[0]);
105 AML_DEBUGPRINT("%c", dp[0]);
110 /* AML_DEBUGPRINT("<null>"); */
114 AML_DEBUGPRINT("%c", '.');
120 AML_DEBUGPRINT("%c", '.');
135 AML_DEBUGPRINT("\\");
    [all...]
aml_store.c 77 AML_DEBUGPRINT("Inappropriate Type\n");
88 AML_DEBUGPRINT("[write(%d, 0x%x, 0x%x)]",
106 AML_DEBUGPRINT("aml_store_to_fieldname: "
117 AML_DEBUGPRINT("aml_store_to_fieldname: "
157 AML_DEBUGPRINT("[Store number 0x%x to buffer]",
167 AML_DEBUGPRINT("[Store string to buffer]");
193 AML_DEBUGPRINT("[XXX not supported yet]");
208 AML_DEBUGPRINT("[Store number 0x%x]", src->num.number);
227 AML_DEBUGPRINT("aml_bufferfield_write() failed\n");
247 AML_DEBUGPRINT("not implemented yet")
    [all...]
aml_evalobj.c 98 AML_DEBUGPRINT("Inappropriate Type\n");
115 AML_DEBUGPRINT("[read(%d, 0x%x)->0x%x]",
246 AML_DEBUGPRINT("(");
253 AML_DEBUGPRINT(", ");
255 AML_DEBUGPRINT(")\n");
263 AML_DEBUGPRINT("PANIC OCCURRED IN METHOD");
299 AML_DEBUGPRINT("I eval the object that I should not eval, %s%d",
335 AML_DEBUGPRINT("Evaluating ");
339 AML_DEBUGPRINT("\n");
371 AML_DEBUGPRINT("[");
    [all...]
aml_common.h 68 #define AML_DEBUGPRINT(args...) do { \
aml_name.c 364 AML_DEBUGPRINT("ERROR CANNOT FIND NAME\n"); \

Completed in 14 milliseconds