Home
last modified time | relevance | path

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

/openbsd/sys/dev/acpi/
H A Ddsdt.c1761 int aml_compare(struct aml_value *, struct aml_value *, int);
2100 aml_compare(struct aml_value *a1, struct aml_value *a2, int opcode) in aml_compare() function
4080 ival = aml_compare(opargs[0], opargs[1], opcode); in aml_parse()