Searched refs:tables (Results 1 - 25 of 266) sorted by relevance

1234567891011

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dtbfind.c87 if (ACPI_MEMCMP(&(acpi_gbl_root_table_list.tables[i].signature),
97 if (!acpi_gbl_root_table_list.tables[i].pointer) {
103 tables[i]);
108 if (!acpi_gbl_root_table_list.tables[i].pointer) {
116 (acpi_gbl_root_table_list.tables[i].pointer->signature,
121 tables[i].pointer->
126 || !ACPI_MEMCMP(acpi_gbl_root_table_list.tables[i].
H A Dtbinstal.c107 * dynamically load tables via the Load and load_table AML
130 * Next, we added support for OEMx tables, signature "OEM".
131 * Valid tables were encountered with a null signature, so we've just
141 if (!acpi_gbl_root_table_list.tables[i].pointer) {
144 tables[i]);
146 || !acpi_gbl_root_table_list.tables[i].pointer) {
156 acpi_gbl_root_table_list.tables[i].length) {
161 acpi_gbl_root_table_list.tables[i].pointer,
162 acpi_gbl_root_table_list.tables[i].length)) {
171 * The assumption here is that the number of different tables tha
261 struct acpi_table_desc *tables; local
[all...]
H A Dtbxface.c132 acpi_gbl_root_table_list.tables = initial_table_array;
173 struct acpi_table_desc *tables; local
200 tables = ACPI_ALLOCATE_ZEROED(new_size);
201 if (!tables) {
205 ACPI_MEMCPY(tables, acpi_gbl_root_table_list.tables, current_size);
209 * number of tables plus the increment, independent of the reserved
212 acpi_gbl_root_table_list.tables = tables;
299 (&(acpi_gbl_root_table_list.tables[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Dtbfind.c87 if (ACPI_MEMCMP(&(acpi_gbl_root_table_list.tables[i].signature),
97 if (!acpi_gbl_root_table_list.tables[i].pointer) {
103 tables[i]);
108 if (!acpi_gbl_root_table_list.tables[i].pointer) {
116 (acpi_gbl_root_table_list.tables[i].pointer->signature,
121 tables[i].pointer->
126 || !ACPI_MEMCMP(acpi_gbl_root_table_list.tables[i].
H A Dtbinstal.c107 * dynamically load tables via the Load and load_table AML
130 * Next, we added support for OEMx tables, signature "OEM".
131 * Valid tables were encountered with a null signature, so we've just
141 if (!acpi_gbl_root_table_list.tables[i].pointer) {
144 tables[i]);
146 || !acpi_gbl_root_table_list.tables[i].pointer) {
156 acpi_gbl_root_table_list.tables[i].length) {
161 acpi_gbl_root_table_list.tables[i].pointer,
162 acpi_gbl_root_table_list.tables[i].length)) {
171 * The assumption here is that the number of different tables tha
261 struct acpi_table_desc *tables; local
[all...]
H A Dtbxface.c132 acpi_gbl_root_table_list.tables = initial_table_array;
173 struct acpi_table_desc *tables; local
200 tables = ACPI_ALLOCATE_ZEROED(new_size);
201 if (!tables) {
205 ACPI_MEMCPY(tables, acpi_gbl_root_table_list.tables, current_size);
209 * number of tables plus the increment, independent of the reserved
212 acpi_gbl_root_table_list.tables = tables;
299 (&(acpi_gbl_root_table_list.tables[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/apparmor/
H A Dmatch.c77 /* if table was vmalloced make sure the page tables are synced
89 * verify_dfa - verify that transitions and states in the tables are in bounds.
103 /* check that required tables exist */
104 if (!(dfa->tables[YYTD_ID_DEF] &&
105 dfa->tables[YYTD_ID_BASE] &&
106 dfa->tables[YYTD_ID_NXT] && dfa->tables[YYTD_ID_CHK]))
110 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen;
112 if (!dfa->tables[YYTD_ID_ACCEPT])
114 if (state_count != dfa->tables[YYTD_ID_ACCEP
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/apparmor/
H A Dmatch.c77 /* if table was vmalloced make sure the page tables are synced
89 * verify_dfa - verify that transitions and states in the tables are in bounds.
103 /* check that required tables exist */
104 if (!(dfa->tables[YYTD_ID_DEF] &&
105 dfa->tables[YYTD_ID_BASE] &&
106 dfa->tables[YYTD_ID_NXT] && dfa->tables[YYTD_ID_CHK]))
110 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen;
112 if (!dfa->tables[YYTD_ID_ACCEPT])
114 if (state_count != dfa->tables[YYTD_ID_ACCEP
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/wind/
H A Dgen-errorlist.py50 tables = rfc3454.read(sys.argv[1]) variable
54 tables[x] = t2[x]
88 for l in tables[t]:
103 (start, length, description, tables) = x
104 symbols = stringprep.symbols(error_list, tables)
109 % (start, length, symbols, ",".join(tables), description))
H A Dgen-map.py51 tables = rfc3454.read(sys.argv[1]) variable
55 tables[x] = t2[x]
92 for l in tables[t]:
130 (key, value, description, tables) = x
131 symbols = stringprep.symbols(map_list, tables)
133 print "no symbol for %s %s (%s)" % (key, description, tables)
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/wind/
H A Dgen-errorlist.py50 tables = rfc3454.read(sys.argv[1]) variable
54 tables[x] = t2[x]
88 for l in tables[t]:
103 (start, length, description, tables) = x
104 symbols = stringprep.symbols(error_list, tables)
109 % (start, length, symbols, ",".join(tables), description))
H A Dgen-map.py51 tables = rfc3454.read(sys.argv[1]) variable
55 tables[x] = t2[x]
92 for l in tables[t]:
130 (key, value, description, tables) = x
131 symbols = stringprep.symbols(map_list, tables)
133 print "no symbol for %s %s (%s)" % (key, description, tables)
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/wind/
H A Dgen-errorlist.py50 tables = rfc3454.read(sys.argv[1]) variable
54 tables[x] = t2[x]
88 for l in tables[t]:
103 (start, length, description, tables) = x
104 symbols = stringprep.symbols(error_list, tables)
109 % (start, length, symbols, ",".join(tables), description))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/apparmor/include/
H A Dmatch.h27 * The format used for transition tables is based on the GNU flex table
28 * file format (--tables-file option; see Table File Format in the flex
31 * the YY_ID_CHK (check) and YY_ID_DEF (default) tables are used
82 #define DEFAULT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_DEF]->td_data))
83 #define BASE_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_BASE]->td_data))
84 #define NEXT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_NXT]->td_data))
85 #define CHECK_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_CHK]->td_data))
86 #define EQUIV_TABLE(DFA) ((u8 *)((DFA)->tables[YYTD_ID_EC]->td_data))
87 #define ACCEPT_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_ACCEPT]->td_data))
88 #define ACCEPT_TABLE2(DFA) ((u32 *)((DFA)->tables[YYTD_ID_ACCEPT
93 struct table_header *tables[YYTD_ID_TSIZE]; member in struct:aa_dfa
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/apparmor/include/
H A Dmatch.h27 * The format used for transition tables is based on the GNU flex table
28 * file format (--tables-file option; see Table File Format in the flex
31 * the YY_ID_CHK (check) and YY_ID_DEF (default) tables are used
82 #define DEFAULT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_DEF]->td_data))
83 #define BASE_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_BASE]->td_data))
84 #define NEXT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_NXT]->td_data))
85 #define CHECK_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_CHK]->td_data))
86 #define EQUIV_TABLE(DFA) ((u8 *)((DFA)->tables[YYTD_ID_EC]->td_data))
87 #define ACCEPT_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_ACCEPT]->td_data))
88 #define ACCEPT_TABLE2(DFA) ((u32 *)((DFA)->tables[YYTD_ID_ACCEPT
93 struct table_header *tables[YYTD_ID_TSIZE]; member in struct:aa_dfa
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/tools/
H A D8bit_tab_to_h.c175 struct { int minline; int maxline; } tables[16]; local
201 tables[tableno-1].maxline = i1;
205 tables[tableno-1].minline = tables[tableno-1].maxline = i1;
219 fprintf(f, "[%d] = {\n", 16*(tables[t].maxline-tables[t].minline+1));
220 for (i1 = tables[t].minline; i1 <= tables[t].maxline; i1++) {
276 if (tables[t].minline > 0)
277 fprintf(f, "-0x%02x", 16*tables[
338 struct { int minline; int maxline; int usecount; const char* suffix; } tables[0x2000]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/tools/
H A D8bit_tab_to_h.c175 struct { int minline; int maxline; } tables[16]; local
201 tables[tableno-1].maxline = i1;
205 tables[tableno-1].minline = tables[tableno-1].maxline = i1;
219 fprintf(f, "[%d] = {\n", 16*(tables[t].maxline-tables[t].minline+1));
220 for (i1 = tables[t].minline; i1 <= tables[t].maxline; i1++) {
276 if (tables[t].minline > 0)
277 fprintf(f, "-0x%02x", 16*tables[
338 struct { int minline; int maxline; int usecount; const char* suffix; } tables[0x2000]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/tools/
H A D8bit_tab_to_h.c175 struct { int minline; int maxline; } tables[16]; local
201 tables[tableno-1].maxline = i1;
205 tables[tableno-1].minline = tables[tableno-1].maxline = i1;
219 fprintf(f, "[%d] = {\n", 16*(tables[t].maxline-tables[t].minline+1));
220 for (i1 = tables[t].minline; i1 <= tables[t].maxline; i1++) {
276 if (tables[t].minline > 0)
277 fprintf(f, "-0x%02x", 16*tables[
338 struct { int minline; int maxline; int usecount; const char* suffix; } tables[0x2000]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/netns/
H A Dx_tables.h10 struct list_head tables[NFPROTO_NUMPROTO]; member in struct:netns_xt
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/netns/
H A Dx_tables.h10 struct list_head tables[NFPROTO_NUMPROTO]; member in struct:netns_xt
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/com/
H A Dconfig.mk4 COM_OBJ_FILES = $(addprefix $(comsrcdir)/, tables.o rot.o main.o)
10 DCOM_OBJ_FILES = $(addprefix $(comsrcdir)/dcom/, main.o tables.o)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/com/
H A Dconfig.mk4 COM_OBJ_FILES = $(addprefix $(comsrcdir)/, tables.o rot.o main.o)
10 DCOM_OBJ_FILES = $(addprefix $(comsrcdir)/dcom/, main.o tables.o)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/com/
H A Dconfig.mk4 COM_OBJ_FILES = $(addprefix $(comsrcdir)/, tables.o rot.o main.o)
10 DCOM_OBJ_FILES = $(addprefix $(comsrcdir)/dcom/, main.o tables.o)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Ddftables.c42 character tables for PCRE. The tables are built according to the current
65 const unsigned char *tables; local
84 tables = pcre_maketables();
85 base_of_tables = tables;
102 "program. It contains character tables that are used when no external\n"
103 "tables are passed to PCRE by the application that calls it. The tables\n"
124 fprintf(f, "%3d", *tables++);
135 fprintf(f, "%3d", *tables
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Ddftables.c42 character tables for PCRE. The tables are built according to the current
65 const unsigned char *tables; local
84 tables = pcre_maketables();
85 base_of_tables = tables;
102 "program. It contains character tables that are used when no external\n"
103 "tables are passed to PCRE by the application that calls it. The tables\n"
124 fprintf(f, "%3d", *tables++);
135 fprintf(f, "%3d", *tables
[all...]

Completed in 184 milliseconds

1234567891011