Home
last modified time | relevance | path

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

/openbsd/sys/dev/acpi/
H A Ddsdt.c116 struct aml_opcode aml_table[] = { variable
309 for (i = 0; i < sizeof(aml_table) / sizeof(aml_table[0]); i++) in aml_hashopcodes()
310 aml_ophash[HASH_KEY(aml_table[i].opcode)] = &aml_table[i]; in aml_hashopcodes()