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

  /src/usr.sbin/acpitools/aml/
aml_store.h 36 void aml_store_to_name(struct aml_environ *, union aml_object *,
38 void aml_store_to_object(struct aml_environ *, union aml_object *,
39 union aml_object *);
aml_evalobj.h 37 union aml_object *aml_eval_objref(struct aml_environ *,
38 union aml_object *);
39 union aml_object *aml_eval_name(struct aml_environ *,
43 union aml_object *);
45 union aml_object *aml_invoke_method(struct aml_name *,
46 int, union aml_object *);
47 union aml_object *aml_invoke_method_by_name(char *,
48 int, union aml_object *);
aml_obj.h 83 union aml_object **objects;
181 union aml_object *ref;
202 union aml_object { union
221 union aml_object *aml_copy_object(struct aml_environ *,
222 union aml_object *);
223 union aml_object *aml_alloc_object(enum aml_objtype,
224 union aml_object *);
225 void aml_free_objectcontent(union aml_object *);
226 void aml_free_object(union aml_object **);
227 void aml_realloc_object(union aml_object *, int)
    [all...]
aml_env.h 45 union aml_object tempobject;
aml_obj.c 59 union aml_object *
60 aml_copy_object(struct aml_environ *env, union aml_object *orig)
63 union aml_object *ret;
97 ret->package.elements * sizeof(union aml_object *));
122 union aml_object *
123 aml_alloc_object(enum aml_objtype type, union aml_object *orig)
126 union aml_object *ret;
188 aml_free_objectcontent(union aml_object *obj)
212 aml_free_object(union aml_object **obj)
214 union aml_object *body
    [all...]
aml_evalobj.c 66 static union aml_object *aml_eval_fieldobject(struct aml_environ *env,
69 static union aml_object *
76 union aml_object tobj;
134 union aml_object *
135 aml_eval_objref(struct aml_environ *env, union aml_object *obj)
138 union aml_object num1;
139 union aml_object *ref, *ret;
183 union aml_object *
191 union aml_object *obj, *ret;
192 union aml_object *src
    [all...]
aml_name.h 43 union aml_object *property;
aml_store.c 59 aml_store_to_fieldname(struct aml_environ *env, union aml_object *obj,
66 union aml_object tobj, iobj, *tmpobj;
145 aml_store_to_buffer(struct aml_environ *env, union aml_object *obj,
146 union aml_object *buf, int offset)
198 aml_store_to_object(struct aml_environ *env, union aml_object *src,
199 union aml_object * dest)
261 aml_store_to_objref(struct aml_environ *env, union aml_object *obj,
262 union aml_object *r)
265 union aml_object *ref;
299 aml_store_to_name(struct aml_environ *env, union aml_object *obj
    [all...]
aml_common.h 63 union aml_object;
74 void aml_showobject(union aml_object *);
aml_parse.c 83 static union aml_object *aml_parse_defbuffer(struct aml_environ *env,
88 union aml_object *obj,
91 union aml_object *obj,
95 static union aml_object *aml_parse_defpackage(struct aml_environ *env,
129 union aml_object *srcbuf,
288 union aml_object *obj;
358 static union aml_object *
366 union aml_object *obj;
405 union aml_object *obj;
427 aml_parse_concat_buffer(struct aml_environ *env, union aml_object *obj
    [all...]
aml_common.c 155 aml_showobject(union aml_object * obj)
  /src/usr.sbin/acpitools/amldb/
debug.c 81 union aml_object argv[7], *retval;

Completed in 18 milliseconds