HomeSort by: relevance | last modified time | path
    Searched defs:objref (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/acpitools/aml/
aml_obj.h 216 struct aml_objref objref; member in union:aml_object
aml_parse.c 1288 union aml_object *objref; local in function:aml_parse_termobj
1401 objref = aname->property;
1402 objref->objref.nameref = srcname;
1403 objref->objref.ref = srcname->property;
1404 objref->objref.offset = -1;
1405 objref->objref.alias = 1; /* Yes, this is an alias *
    [all...]

Completed in 11 milliseconds