Searched refs:aml_parsesimple (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/acpi/ |
H A D | dsdt.c | 1745 struct aml_value *aml_parsesimple(struct aml_scope *, char, 3388 aml_parsesimple(scope, c, &tmp); in aml_disasm() 3397 rv = aml_parsesimple(scope, c, NULL); in aml_disasm() 3664 aml_parsesimple(struct aml_scope *scope, char ch, struct aml_value *rv) in aml_parsesimple() function 3913 rv = aml_parsesimple(scope, *ch, NULL); in aml_parse()
|