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

12

/freebsd-9.3-release/usr.sbin/acpi/
H A DMakefile.inc23 ${ACPICA_DIR}/tables \
/freebsd-9.3-release/bin/pax/
H A DMakefile31 tables.c tar.c tty_subs.c
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.h31 /// instruction, as extracted from the LLVM instruction tables. Has methods
32 /// to interpret the information available in the LLVM tables, and to emit the
88 /// The instruction name as listed in the tables
99 /// tables; regardless, it will be emitted into the instruction info table
118 FILTER_STRONG, // instruction has no place in the instruction tables
140 /// the LLVM tables to an OperandType for use in the operand specifier.
161 /// string provided in the LLVM tables to an OperandEncoding for use in
235 /// \param tables The DisassemblerTables to populate with the specifier for
237 void emitInstructionSpecifier(DisassemblerTables &tables);
239 /// emitDecodePath - Populates the proper fields in the decode tables
[all...]
H A DX86RecognizableInstr.cpp87 // If rows are added to the opcode extension tables, then corresponding entries
216 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables, argument
223 Spec = &tables.specForUID(UID);
292 void RecognizableInstr::processInstr(DisassemblerTables &tables, argument
300 RecognizableInstr recogInstr(tables, insn, uid);
302 recogInstr.emitInstructionSpecifier(tables);
305 recogInstr.emitDecodePath(tables);
597 void RecognizableInstr::emitInstructionSpecifier(DisassemblerTables &tables) {
883 void RecognizableInstr::emitDecodePath(DisassemblerTables &tables) const {
884 // Special cases where the LLVM tables ar
[all...]
/freebsd-9.3-release/tools/regression/sbin/dhclient/
H A DMakefile5 SRCS= alloc.c convert.c hash.c options.c tables.c \
/freebsd-9.3-release/usr.bin/yacc/
H A Dskeleton.c84 const char *tables[] = variable
/freebsd-9.3-release/usr.sbin/IPXrouted/
H A DMakefile6 SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
/freebsd-9.3-release/sys/ia64/acpica/
H A Dmadt.c120 int t, tables; local
128 tables = (UINT64 *)((char *)xsdt + xsdt->Header.Length) -
131 for (t = 0; t < tables; t++) {
210 int cpus, t, tables; local
218 tables = (UINT64 *)((char *)xsdt + xsdt->Header.Length) -
223 for (t = 0; t < tables; t++) {
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dresult.c112 static ISC_LIST(resulttable) tables;
141 ISC_LIST_APPEND(tables, table, link);
153 ISC_LIST_INIT(tables);
182 for (table = ISC_LIST_HEAD(tables);
/freebsd-9.3-release/sbin/dhclient/
H A DMakefile35 tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c \
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dresult.c112 static ISC_LIST(resulttable) tables;
141 ISC_LIST_APPEND(tables, table, link);
153 ISC_LIST_INIT(tables);
182 for (table = ISC_LIST_HEAD(tables);
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_table.c32 * Lookup tables are implemented (at the moment) using the radix
33 * tree used for routing tables. Tables store key-value entries, where
72 MALLOC_DEFINE(M_IPFW_TBL, "ipfw_tbl", "IpFw tables");
173 rnh_ptr = &ch->tables[tbl];
313 rnh_ptr = &ch->tables[tbl];
424 if ((rnh = ch->tables[tbl]) != NULL)
425 ch->tables[tbl] = NULL;
451 /* Flush all tables */
456 free(ch->tables, M_IPFW);
465 ch->tables
474 struct radix_node_head **tables, **xtables, *rnh; local
[all...]
H A Dip_fw_private.h220 struct radix_node_head **tables; /* IPv4 tables */ member in struct:ip_fw_chain
221 struct radix_node_head **xtables; /* extended tables */
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_l.l142 VLARB_TABLES_START vlarb\-tables
143 VLARB_TABLES_END end\-vlarb\-tables
151 SL2VL_TABLES_START sl2vl\-tables
152 SL2VL_TABLES_END end\-sl2vl\-tables
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipnat.c249 void *tables[2]; local
261 kmemcpy((char *)&tables, nat_nlist[0].n_value, sizeof(tables));
262 nsp->ns_table[0] = tables[0];
263 nsp->ns_table[1] = tables[1];
H A Dippool.c682 iphtable_t *tables[IPL_LOGSIZE]; local
688 bzero(&tables, sizeof(tables));
689 if (kmemcpy((char *)&tables, names[0].n_value, sizeof(tables)))
693 hptr = tables[role];
700 hptr = tables[role];
/freebsd-9.3-release/gnu/lib/csu/
H A DMakefile20 -fno-zero-initialized-in-bss -fno-asynchronous-unwind-tables \
/freebsd-9.3-release/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S33 .set MEM_TBL,0x5000 # BTX page tables
/freebsd-9.3-release/sys/boot/i386/boot0/
H A Dboot0ext.S143 movw $tables,%di # Lookup tables
267 * Save the info in the original tables
445 /* Partition type tables */
447 tables: label
H A Dboot0.S281 movw $bootable_ids,%di # Lookup tables
434 * Save the info in the original tables
599 /* Partition type tables */
/freebsd-9.3-release/sys/boot/pc98/btx/btxldr/
H A Dbtxldr.S30 .set MEM_TBL,0x5000 # BTX page tables
/freebsd-9.3-release/sys/modules/acpi/acpi/
H A DMakefile24 ${.CURDIR}/../../../contrib/dev/acpica/tables \
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_ruleset.c319 ruleset->anchor->refcnt > 0 || ruleset->tables > 0 ||
H A Dpf_table.c1930 * Rewrite anchors referenced by tables to remove slashes
1967 return ((rs != NULL) ? rs->tables : -1);
1969 return (pf_main_ruleset.tables);
2098 rs->tables++;
2152 kt->pfrkt_rs->tables--;
/freebsd-9.3-release/sys/conf/
H A Dkern.mk112 -fno-asynchronous-unwind-tables

Completed in 134 milliseconds

12