Home
last modified time | relevance | path

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

/openbsd/sys/dev/acpi/
H A Ddsdt.c1750 struct aml_scope *aml_findscope(struct aml_scope *, int, int);
1811 aml_findscope(struct aml_scope *scope, int type, int endscope) in aml_findscope() function
1842 scope = aml_findscope(scope, AMLOP_METHOD, 0); in aml_getstack()
4464 aml_findscope(scope, AMLOP_WHILE, AMLOP_BREAK); in aml_parse()
4468 aml_findscope(scope, AMLOP_WHILE, AMLOP_CONTINUE); in aml_parse()
4471 mscope = aml_findscope(scope, AMLOP_METHOD, AMLOP_RETURN); in aml_parse()