HomeSort by: relevance | last modified time | path
    Searched refs:aml_free_object (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/acpitools/aml/
aml_obj.h 226 void aml_free_object(union aml_object **);
aml_obj.c 204 aml_free_object(&obj->package.objects[i]);
212 aml_free_object(union aml_object **obj) function in typeref:typename:void
aml_name.c 331 aml_free_object(&target->property);
449 aml_free_object(&stack->localvalue[i].property);
451 aml_free_object(&stack->argumentvalue[i].property);
aml_parse.c 460 aml_free_object(&tmpobj2);
499 aml_free_object(&tmpobj2);
522 aml_free_object(&tmpobj);
529 aml_free_object(&tmpobj);
1903 aml_free_object(&obj);

Completed in 27 milliseconds