Symbol: tables
sbin/fsck_udf/main.c
1499
pos = &context.logvol_integrity->tables[0];
sbin/newfs_udf/udf_core.c
1522
(lvid->tables + num_partmappings * 2);
sbin/newfs_udf/udf_core.c
1545
pos = &lvid->tables[0];
sys/arch/i386/include/multiboot2.h
361
multiboot_uint8_t tables[0];
sys/arch/i386/stand/lib/exec_multiboot2.c
946
pvbcopy(smbios_phys, mbt->tables, smbios_len);
sys/arch/ia64/acpi/madt.c
128
int t, tables;
sys/arch/ia64/acpi/madt.c
137
tables = (UINT64 *)((char *)xsdt + xsdt->Header.Length) -
sys/arch/ia64/acpi/madt.c
140
for (t = 0; t < tables; t++) {
sys/arch/ia64/acpi/madt.c
228
int cpus, t, tables;
sys/arch/ia64/acpi/madt.c
236
tables = (UINT64 *)((char *)xsdt + xsdt->Header.Length) -
sys/arch/ia64/acpi/madt.c
241
for (t = 0; t < tables; t++) {
sys/arch/ia64/ia64/mainbus.c
76
int tables, i;
sys/arch/ia64/ia64/mainbus.c
87
tables = (UINT64 *)((char *)xsdt + xsdt->Header.Length) -
sys/arch/ia64/ia64/mainbus.c
90
for (i = 0; i < tables; i++) {
sys/dev/dm/dm.h
98
dm_table_t tables[2];
sys/dev/dm/dm_table.c
111
return &head->tables[id];
sys/dev/dm/dm_table.c
165
tbl = &head->tables[id];
sys/dev/dm/dm_table.c
197
tbl = &head->tables[id];
sys/dev/dm/dm_table.c
249
tbl = &head->tables[id];
sys/dev/dm/dm_table.c
291
tbl = &head->tables[id];
sys/dev/dm/dm_table.c
313
SLIST_INIT(&head->tables[0]);
sys/dev/dm/dm_table.c
314
SLIST_INIT(&head->tables[1]);
sys/dev/ic/siop_common.c
340
struct siop_common_xfer *tables = siop_cmd->siop_tables;
sys/dev/ic/siop_common.c
344
switch (tables->msg_in[3]) {
sys/dev/ic/siop_common.c
368
tables->msg_in[3]);
sys/dev/ic/siop_common.c
369
tables->t_msgout.count = siop_htoc32(sc, 1);
sys/dev/ic/siop_common.c
370
tables->msg_out[0] = MSG_MESSAGE_REJECT;
sys/dev/ic/siop_common.c
373
tables->id = siop_htoc32(sc, sc->targets[target]->id);
sys/dev/ic/siop_common.c
390
if (tables->msg_in[3] >= MSG_EXT_WDTR_BUS_16_BIT
sys/dev/ic/siop_common.c
398
tables->id = siop_htoc32(sc, sc->targets[target]->id);
sys/dev/ic/siop_common.c
420
struct siop_common_xfer *tables = siop_cmd->siop_tables;
sys/dev/ic/siop_common.c
427
printf(" 0x%x", tables->msg_in[i]);
sys/dev/ic/siop_common.c
433
sync = tables->msg_in[3];
sys/dev/ic/siop_common.c
434
offset = tables->msg_in[5];
sys/dev/ic/siop_common.c
435
options = tables->msg_in[7];
sys/dev/ic/siop_common.c
483
if (tables->msg_in[6] != 1) {
sys/dev/ic/siop_common.c
487
target, tables->msg_in[6]);
sys/dev/ic/siop_common.c
515
tables->t_msgout.count = siop_htoc32(sc, 1);
sys/dev/ic/siop_common.c
516
tables->msg_out[0] = MSG_MESSAGE_REJECT;
sys/dev/ic/siop_common.c
529
struct siop_common_xfer *tables = siop_cmd->siop_tables;
sys/dev/ic/siop_common.c
534
sync = tables->msg_in[3];
sys/dev/ic/siop_common.c
535
offset = tables->msg_in[4];
sys/dev/ic/siop_common.c
578
tables->t_msgout.count = siop_htoc32(sc, 1);
sys/dev/ic/siop_common.c
579
tables->msg_out[0] = MSG_MESSAGE_REJECT;
sys/dev/ic/siop_common.c
640
tables->id = siop_htoc32(sc, sc->targets[target]->id);
sys/dev/pci/if_ixl.c
5105
int npages, tables;
sys/dev/pci/if_ixl.c
5133
tables = roundup(size, IXL_HMC_L2SZ) / IXL_HMC_L2SZ;
sys/dev/pci/if_ixl.c
5141
if (ixl_dmamem_alloc(sc, &sc->sc_hmc_sd, tables * IXL_HMC_PGSIZE,
sys/dev/pci/if_ixl.c
5172
for (i = 0; (int)i < tables; i++) {
sys/dist/pf/net/pf_ruleset.c
288
ruleset->anchor->refcnt > 0 || ruleset->tables > 0 ||
sys/dist/pf/net/pf_table.c
1809
return ((rs != NULL) ? rs->tables : -1);
sys/dist/pf/net/pf_table.c
1811
return (pf_main_ruleset.tables);
sys/dist/pf/net/pf_table.c
1934
rs->tables++;
sys/dist/pf/net/pf_table.c
1982
kt->pfrkt_rs->tables--;
sys/dist/pf/net/pfvar.h
901
int tables;
sys/fs/udf/ecma167-udf.h
617
uint32_t tables[1]; /* Freespace table, Sizetable, Implementation use */
sys/fs/udf/udf_allocation.c
1236
freepos = &lvid->tables[0] + vpart_num;
sys/fs/udf/udf_allocation.c
1261
freepos = &lvid->tables[0] + vpart_num;
sys/fs/udf/udf_allocation.c
1342
freepos = &lvid->tables[0] + vpart_num;
sys/fs/udf/udf_allocation.c
1368
freepos = &lvid->tables[0] + vpart_num;
sys/fs/udf/udf_allocation.c
1537
freepos = &lvid->tables[0] + meta_vpart_num;
sys/fs/udf/udf_allocation.c
1538
sizepos = &lvid->tables[0] + num_vpart + meta_vpart_num;
sys/fs/udf/udf_allocation.c
393
pos1 = &lvid->tables[0] + vpart;
sys/fs/udf/udf_allocation.c
394
pos2 = &lvid->tables[0] + num_vpart + vpart;
sys/fs/udf/udf_allocation.c
439
pos1 = &lvid->tables[0] + vpart_num;
sys/fs/udf/udf_subr.c
1936
lvinfo = (struct udf_logvol_info *) (&lvint->tables[2 * n_pm]);
sys/fs/udf/udf_vfsops.c
803
impl = (struct udf_logvol_info *) (lvid->tables + 2*num_part);
sys/net/npf/npf_ctl.c
198
const nvlist_t * const *tables;
sys/net/npf/npf_ctl.c
204
tables = nvlist_get_nvlist_array(req, "tables", &nitems);
sys/net/npf/npf_ctl.c
210
tables = NULL;
sys/net/npf/npf_ctl.c
215
const nvlist_t *table = tables[i];
usr.bin/cksum/crc.c
171
tables();
usr.sbin/npf/npftest/libnpftest/npf_table_test.c
234
const char *tables[] = { IPSET_NAME, LPM_NAME, IFADDR_NAME };
usr.sbin/npf/npftest/libnpftest/npf_table_test.c
237
for (unsigned i = 0; i < __arraycount(tables); i++) {
usr.sbin/npf/npftest/libnpftest/npf_table_test.c
245
t = npf_tableset_getbyname(tblset, tables[i]);