Home
last modified time | relevance | path

Searched refs:aml_disasm (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/acpi/
H A Dacpidebug.c39 extern void aml_disasm(struct aml_scope *scope, int lvl,
318 aml_disasm(&ns, 0, db_disprint, 0); in db_acpi_disasm()
H A Ddsdt.h323 void aml_disasm(struct aml_scope *scope, int lvl,
H A Ddsdt.c3100 aml_disasm(struct aml_scope *scope, int lvl, in aml_disasm() function
3393 aml_disasm(scope, lvl | 0x8000, dbprintf, arg); in aml_disasm()
3441 aml_disasm(&ms, (lvl + 1) & 0x7FFF, in aml_disasm()