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

  /src/usr.sbin/acpitools/aml/
aml_parse.h 35 struct aml_name *aml_parse_objectlist(struct aml_environ *, int);
36 struct aml_name *aml_parse_termobj(struct aml_environ *, int);
aml_name.h 1 /* $NetBSD: aml_name.h,v 1.3 2011/07/17 20:54:55 joerg Exp $ */
30 * Id: aml_name.h,v 1.17 2000/08/16 18:14:54 iwasaki Exp
31 * $FreeBSD: src/usr.sbin/acpi/amldb/aml/aml_name.h,v 1.2 2000/11/09 06:24:45 iwasaki Exp $
41 struct aml_name { struct
44 struct aml_name *parent;
45 struct aml_name *brother;
46 struct aml_name *child;
47 struct aml_name *chain;
56 struct aml_name *head;
61 struct aml_name localvalue[8]
    [all...]
aml_evalobj.h 40 struct aml_name *);
41 int aml_eval_name_simple(struct aml_name *, va_list);
44 struct aml_name *aml_execute_method(struct aml_environ *);
45 union aml_object *aml_invoke_method(struct aml_name *,
aml_store.h 37 struct aml_name *);
aml_env.h 35 #include <aml/aml_name.h>
43 struct aml_name *curname;
44 struct aml_name tempname;
aml_name.c 1 /* $NetBSD: aml_name.c,v 1.4 2009/10/08 13:16:13 cegger Exp $ */
30 * Id: aml_name.c,v 1.15 2000/08/16 18:14:53 iwasaki Exp
31 * $FreeBSD: src/usr.sbin/acpi/amldb/aml/aml_name.c,v 1.3 2000/11/09 06:24:45 iwasaki Exp $
34 __RCSID("$NetBSD: aml_name.c,v 1.4 2009/10/08 13:16:13 cegger Exp $");
42 #include <aml/aml_name.h>
54 static struct aml_name *aml_find_name(struct aml_name *, const u_int8_t *);
55 static struct aml_name *aml_new_name(struct aml_name *, const u_int8_t *);
56 static void aml_delete_name(struct aml_name *);
    [all...]
aml_amlmem.c 43 #include <aml/aml_name.h>
59 MEMMAN_INITIALSTORAGE_DESC(struct aml_name, _aml_name_storage);
82 MEMMAN_MEMBLOCK_DESC(sizeof(struct aml_name), _aml_name_storage),
aml_common.h 64 struct aml_name;
75 void aml_showtree(struct aml_name *, int);
76 int aml_print_curname(struct aml_name *);
aml_evalobj.c 42 #include <aml/aml_name.h>
67 struct aml_name *name);
70 aml_eval_fieldobject(struct aml_environ *env, struct aml_name *name)
73 struct aml_name *oname,*wname;
184 aml_eval_name(struct aml_environ *env, struct aml_name *aname)
188 struct aml_name *tmp;
318 aml_eval_name_simple(struct aml_name *name, va_list ap)
363 struct aml_name *
366 struct aml_name *name;
385 aml_invoke_method(struct aml_name *name, int argc, union aml_object *argv
    [all...]
aml_parse.c 42 #include <aml/aml_name.h>
85 static struct aml_name *aml_parse_concat_number(struct aml_environ *env,
87 static struct aml_name *aml_parse_concat_buffer(struct aml_environ *env,
90 static struct aml_name *aml_parse_concat_string(struct aml_environ *env,
93 static struct aml_name *aml_parse_concatop(struct aml_environ *env,
120 static struct aml_name *aml_parse_defelse(struct aml_environ *env,
122 static struct aml_name *aml_parse_defif(struct aml_environ *env,
124 static struct aml_name *aml_parse_defwhile(struct aml_environ *env,
285 struct aml_name *
335 struct aml_name *oname
    [all...]
aml_store.c 42 #include <aml/aml_name.h>
60 struct aml_name *name)
63 struct aml_name *wname, *oname, *iname;
300 struct aml_name *name)
302 struct aml_name *wname;
aml_obj.h 180 struct aml_name *nameref;
aml_common.c 61 #include <aml/aml_name.h>
129 aml_print_curname(struct aml_name *name)
131 struct aml_name *root;
268 aml_showtree(struct aml_name * aname, int lev)
271 struct aml_name *ptr;
aml_obj.c 40 #include <aml/aml_name.h>
aml_region.c 51 #include <aml/aml_name.h>
  /src/usr.sbin/acpitools/amldb/
Makefile 10 SRCS+= aml_parse.c aml_name.c aml_amlmem.c aml_memman.c aml_store.c \
18 COPTS.aml_name.c+= ${CC_WNO_STRINGOP_TRUNCATION}
debug.c 38 #include <aml/aml_name.h>
59 print_named_object(struct aml_name *name, va_list ap)
80 struct aml_name *name;
142 struct aml_name *tmp =
152 struct aml_name *tmp =
amldb.c 65 struct aml_name *newname;
region.c 43 #include <aml/aml_name.h>

Completed in 95 milliseconds