Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslbtypes.c176 case ARGI_REF_OR_STRING: in AnMapArgTypeToBtype()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Damlcode.h289 #define ARGI_REF_OR_STRING 0x15 /* Reference or String (Used by DEREFOF op only) */ macro
H A Dacopcode.h245 #define ARGI_DEREF_OF_OP ARGI_LIST1 (ARGI_REF_OR_STRING)
/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexresop.c300 case ARGI_REF_OR_STRING: /* Can be a String or Reference */ in AcpiExResolveOperands()