table 847 arch/i386/i386/est.c const u_int16_t *table;
table 1007 arch/i386/i386/est.c idhi == fql->table[0] && idlo == fql->table[fql->n - 1]) {
table 1035 arch/i386/i386/est.c fake_fqlist.table = fake_table;
table 1047 arch/i386/i386/est.c if (cur == est_fqlist->table[i])
table 1054 arch/i386/i386/est.c low = MSR2MHZ(est_fqlist->table[est_fqlist->n - 1], bus_clock);
table 1055 arch/i386/i386/est.c high = MSR2MHZ(est_fqlist->table[0], bus_clock);
table 1063 arch/i386/i386/est.c printf("%d%s", MSR2MHZ(est_fqlist->table[i], bus_clock),
table 1086 arch/i386/i386/est.c msr |= est_fqlist->table[i];
table 1088 arch/i386/i386/est.c cpuspeed = MSR2MHZ(est_fqlist->table[i], bus_clock);
table 389 arch/i386/pci/pcibios.c struct pcibios_intr_routing *table, int *nentries, u_int16_t *exclirq)
table 399 arch/i386/pci/pcibios.c args.size = *nentries * sizeof(*table);
table 400 arch/i386/pci/pcibios.c args.offset = (u_int32_t)table;
table 403 arch/i386/pci/pcibios.c memset(table, 0, args.size);
table 423 arch/i386/pci/pcibios.c *nentries = args.size / sizeof(*table);
table 71 crypto/skipjack.c u_int8_t * table = (u_int8_t *) malloc(0x100, M_CRYPTO_DATA,
table 73 crypto/skipjack.c key_tables [k] = table;
table 75 crypto/skipjack.c table [i] = ftable [i ^ key_byte];
table 102 ddb/db_command.c db_cmd_search(char *name, struct db_command *table, struct db_command **cmdp)
table 107 ddb/db_command.c for (cmd = table; cmd->name != 0; cmd++) {
table 141 ddb/db_command.c db_cmd_list(struct db_command *table)
table 145 ddb/db_command.c for (cmd = table; cmd->name != 0; cmd++) {
table 205 dev/acpi/acpivar.h void *table;
table 2755 dev/ic/aac.c aac_describe_code(struct aac_code_lookup *table, u_int32_t code)
table 2759 dev/ic/aac.c for (i = 0; table[i].string != NULL; i++)
table 2760 dev/ic/aac.c if (table[i].code == code)
table 2761 dev/ic/aac.c return(table[i].string);
table 2762 dev/ic/aac.c return(table[i + 1].string);
table 8802 dev/ic/aic79xx.c ahd_print_register(ahd_reg_parse_entry_t *table, u_int num_entries,
table 8814 dev/ic/aic79xx.c if (table == NULL) {
table 8824 dev/ic/aic79xx.c if (((value & table[entry].mask) != table[entry].value)
table 8825 dev/ic/aic79xx.c || ((printed_mask & table[entry].mask) ==
table 8826 dev/ic/aic79xx.c table[entry].mask))
table 8831 dev/ic/aic79xx.c table[entry].name);
table 8832 dev/ic/aic79xx.c printed_mask |= table[entry].mask;
table 1581 dev/ic/aic79xx.h int ahd_print_register(ahd_reg_parse_entry_t *table,
table 6439 dev/ic/aic7xxx.c ahc_print_register(ahc_reg_parse_entry_t *table, u_int num_entries,
table 6451 dev/ic/aic7xxx.c if (table == NULL) {
table 6461 dev/ic/aic7xxx.c if (((value & table[entry].mask) != table[entry].value)
table 6462 dev/ic/aic7xxx.c || ((printed_mask & table[entry].mask) ==
table 6463 dev/ic/aic7xxx.c table[entry].mask))
table 6468 dev/ic/aic7xxx.c table[entry].name);
table 6469 dev/ic/aic7xxx.c printed_mask |= table[entry].mask;
table 1356 dev/ic/aic7xxxvar.h int ahc_print_register(ahc_reg_parse_entry_t *table,
table 725 dev/ic/siop_common.c scr_table_t *table; /* table with partial xfer */
table 741 dev/ic/siop_common.c table = &siop_cmd->siop_tables->data[offset];
table 744 dev/ic/siop_common.c table->count, table->addr);
table 792 dev/ic/siop_common.c scr_table_t *table;
table 830 dev/ic/siop_common.c table = &siop_cmd->siop_tables->data[offset];
table 832 dev/ic/siop_common.c table->addr =
table 833 dev/ic/siop_common.c siop_htoc32(sc, siop_ctoh32(sc, table->addr) +
table 834 dev/ic/siop_common.c siop_ctoh32(sc, table->count) - siop_cmd->resid);
table 835 dev/ic/siop_common.c table->count = siop_htoc32(sc, siop_cmd->resid);
table 854 dev/ic/siop_common.c scr_table_t *table;
table 874 dev/ic/siop_common.c table = &siop_cmd->siop_tables->data[offset];
table 876 dev/ic/siop_common.c siop_ctoh32(sc, table->count) - siop_cmd->resid;
table 885 dev/ic/siop_common.c scr_table_t *table; /* table with IWR */
table 903 dev/ic/siop_common.c table = &siop_cmd->siop_tables->data[offset];
table 906 dev/ic/siop_common.c if (siop_ctoh32(sc, table->count) & 1) {
table 824 dev/pci/ahci.c struct ahci_cmd_table *table;
table 929 dev/pci/ahci.c table = AHCI_DMA_KVA(ap->ap_dmamem_cmd_table);
table 944 dev/pci/ahci.c ccb->ccb_cmd_table = &table[i];
table 1186 dev/pci/if_de.c static const tulip_media_t table[] = {
table 1237 dev/pci/if_de.c return (table[idx]);
table 196 dev/pckbc/pckbd.c int table = 3;
table 203 dev/pckbc/pckbd.c table = 1;
table 207 dev/pckbc/pckbd.c for (; table >= 1; table--) {
table 210 dev/pckbc/pckbd.c printf("pckbd: trying table %d\n", table);
table 213 dev/pckbc/pckbd.c cmd[1] = table;
table 217 dev/pckbc/pckbd.c printf("pckbd: table set of %d failed\n", table);
table 219 dev/pckbc/pckbd.c if (table > 1) {
table 234 dev/pckbc/pckbd.c if (table == 3) {
table 261 dev/pckbc/pckbd.c printf("pckbd: settling on table %d\n", table);
table 837 dev/raidframe/rf_decluster.c RF_SpareTableEntry_t **table = info->SpareTable;
table 840 dev/raidframe/rf_decluster.c RF_Free(table[i], info->BlocksPerTable *
table 843 dev/raidframe/rf_decluster.c RF_Free(table, info->TablesPerSpareRegion *
table 520 isofs/cd9660/cd9660_rrip.c cd9660_rrip_loop(isodir, ana, table)
table 523 isofs/cd9660/cd9660_rrip.c RRIP_TABLE *table;
table 560 isofs/cd9660/cd9660_rrip.c for (ptable = table; ptable->func; ptable++) {
table 609 isofs/cd9660/cd9660_rrip.c for (ptable = table; ptable->func2; ptable++)
table 2011 kern/tty.c ttspeedtab(int speed, const struct speedtab *table)
table 2014 kern/tty.c for ( ; table->sp_speed != -1; table++)
table 2015 kern/tty.c if (table->sp_speed == speed)
table 2016 kern/tty.c return (table->sp_code);
table 39 lib/libkern/scanc.c scanc(u_int size, const u_char *cp, const u_char table[], int mask)
table 43 lib/libkern/scanc.c while (cp < end && (table[*cp] & (u_char)mask) == 0)
table 182 lib/libz/crc32.c local void write_table(out, table)
table 184 lib/libz/crc32.c const unsigned long FAR *table;
table 189 lib/libz/crc32.c fprintf(out, "%s0x%08lxUL%s", n % 5 ? "" : " ", table[n],
table 33 lib/libz/inftrees.c int inflate_table(type, lens, codes, table, bits, work)
table 37 lib/libz/inftrees.c code FAR * FAR *table;
table 122 lib/libz/inftrees.c *(*table)++ = this; /* make a table to force an error */
table 123 lib/libz/inftrees.c *(*table)++ = this;
table 205 lib/libz/inftrees.c next = *table; /* current table to fill in */
table 286 lib/libz/inftrees.c (*table)[low].op = (unsigned char)curr;
table 287 lib/libz/inftrees.c (*table)[low].bits = (unsigned char)root;
table 288 lib/libz/inftrees.c (*table)[low].val = (unsigned short)(next - *table);
table 307 lib/libz/inftrees.c next = *table;
table 327 lib/libz/inftrees.c *table += used;
table 55 lib/libz/inftrees.h unsigned codes, code FAR * FAR *table,
table 2543 net/pf_ioctl.c struct pfr_table *table;
table 2552 net/pf_ioctl.c table = (struct pfr_table *)malloc(sizeof(*table),
table 2556 net/pf_ioctl.c free(table, M_TEMP);
table 2565 net/pf_ioctl.c free(table, M_TEMP);
table 2571 net/pf_ioctl.c free(table, M_TEMP);
table 2578 net/pf_ioctl.c bzero(table, sizeof(*table));
table 2579 net/pf_ioctl.c strlcpy(table->pfrt_anchor, ioe->anchor,
table 2580 net/pf_ioctl.c sizeof(table->pfrt_anchor));
table 2581 net/pf_ioctl.c if ((error = pfr_ina_begin(table,
table 2583 net/pf_ioctl.c free(table, M_TEMP);
table 2591 net/pf_ioctl.c free(table, M_TEMP);
table 2598 net/pf_ioctl.c free(table, M_TEMP);
table 2604 net/pf_ioctl.c free(table, M_TEMP);
table 2612 net/pf_ioctl.c struct pfr_table *table;
table 2621 net/pf_ioctl.c table = (struct pfr_table *)malloc(sizeof(*table),
table 2625 net/pf_ioctl.c free(table, M_TEMP);
table 2634 net/pf_ioctl.c free(table, M_TEMP);
table 2640 net/pf_ioctl.c free(table, M_TEMP);
table 2647 net/pf_ioctl.c bzero(table, sizeof(*table));
table 2648 net/pf_ioctl.c strlcpy(table->pfrt_anchor, ioe->anchor,
table 2649 net/pf_ioctl.c sizeof(table->pfrt_anchor));
table 2650 net/pf_ioctl.c if ((error = pfr_ina_rollback(table,
table 2652 net/pf_ioctl.c free(table, M_TEMP);
table 2660 net/pf_ioctl.c free(table, M_TEMP);
table 2667 net/pf_ioctl.c free(table, M_TEMP);
table 2675 net/pf_ioctl.c struct pfr_table *table;
table 2685 net/pf_ioctl.c table = (struct pfr_table *)malloc(sizeof(*table),
table 2690 net/pf_ioctl.c free(table, M_TEMP);
table 2699 net/pf_ioctl.c free(table, M_TEMP);
table 2706 net/pf_ioctl.c free(table, M_TEMP);
table 2717 net/pf_ioctl.c free(table, M_TEMP);
table 2726 net/pf_ioctl.c free(table, M_TEMP);
table 2736 net/pf_ioctl.c free(table, M_TEMP);
table 2747 net/pf_ioctl.c free(table, M_TEMP);
table 2756 net/pf_ioctl.c free(table, M_TEMP);
table 2763 net/pf_ioctl.c bzero(table, sizeof(*table));
table 2764 net/pf_ioctl.c strlcpy(table->pfrt_anchor, ioe->anchor,
table 2765 net/pf_ioctl.c sizeof(table->pfrt_anchor));
table 2766 net/pf_ioctl.c if ((error = pfr_ina_commit(table, ioe->ticket,
table 2768 net/pf_ioctl.c free(table, M_TEMP);
table 2776 net/pf_ioctl.c free(table, M_TEMP);
table 2783 net/pf_ioctl.c free(table, M_TEMP);
table 172 net/route.c rtable_init(struct radix_node_head ***table)
table 188 net/route.c *table = (struct radix_node_head **)p;
table 3080 net/zlib.c uInt table; /* table lengths (14 bits) */
table 3369 net/zlib.c s->sub.trees.table = t = (uInt)b & 0x3fff;
table 3393 net/zlib.c while (s->sub.trees.index < 4 + (s->sub.trees.table >> 10))
table 3418 net/zlib.c while (t = s->sub.trees.table,
table 3443 net/zlib.c t = s->sub.trees.table;
table 3468 net/zlib.c t = s->sub.trees.table;
table 120 netinet/in_pcb.c #define INPCBHASH(table, faddr, fport, laddr, lport) \
table 121 netinet/in_pcb.c &(table)->inpt_hashtbl[(ntohl((faddr)->s_addr) + \
table 122 netinet/in_pcb.c ntohs((fport)) + ntohs((lport))) & (table->inpt_hash)]
table 124 netinet/in_pcb.c #define IN6PCBHASH(table, faddr, fport, laddr, lport) \
table 125 netinet/in_pcb.c &(table)->inpt_hashtbl[(ntohl((faddr)->s6_addr32[0] ^ \
table 127 netinet/in_pcb.c (table->inpt_hash)]
table 129 netinet/in_pcb.c #define INPCBLHASH(table, lport) \
table 130 netinet/in_pcb.c &(table)->inpt_lhashtbl[lport & table->inpt_lhash]
table 133 netinet/in_pcb.c in_pcbinit(table, hashsize)
table 134 netinet/in_pcb.c struct inpcbtable *table;
table 138 netinet/in_pcb.c CIRCLEQ_INIT(&table->inpt_queue);
table 139 netinet/in_pcb.c table->inpt_hashtbl = hashinit(hashsize, M_PCB, M_NOWAIT,
table 140 netinet/in_pcb.c &table->inpt_hash);
table 141 netinet/in_pcb.c if (table->inpt_hashtbl == NULL)
table 143 netinet/in_pcb.c table->inpt_lhashtbl = hashinit(hashsize, M_PCB, M_NOWAIT,
table 144 netinet/in_pcb.c &table->inpt_lhash);
table 145 netinet/in_pcb.c if (table->inpt_lhashtbl == NULL)
table 147 netinet/in_pcb.c table->inpt_lastport = 0;
table 189 netinet/in_pcb.c struct inpcbtable *table = v;
table 202 netinet/in_pcb.c inp->inp_table = table;
table 209 netinet/in_pcb.c CIRCLEQ_INSERT_HEAD(&table->inpt_queue, inp, inp_queue);
table 210 netinet/in_pcb.c LIST_INSERT_HEAD(INPCBLHASH(table, inp->inp_lport), inp, inp_lhash);
table 211 netinet/in_pcb.c LIST_INSERT_HEAD(INPCBHASH(table, &inp->inp_faddr, inp->inp_fport,
table 237 netinet/in_pcb.c struct inpcbtable *table = inp->inp_table;
table 294 netinet/in_pcb.c t = in_pcblookup(table, &zeroin_addr, 0,
table 299 netinet/in_pcb.c t = in_pcblookup(table, &zeroin_addr, 0,
table 347 netinet/in_pcb.c in_pcblookup(table, &zeroin_addr, 0,
table 365 netinet/in_pcb.c in_pcblookup(table, &zeroin_addr, 0,
table 569 netinet/in_pcb.c in_pcbnotifyall(table, dst, errno, notify)
table 570 netinet/in_pcb.c struct inpcbtable *table;
table 594 netinet/in_pcb.c for (inp = CIRCLEQ_FIRST(&table->inpt_queue);
table 595 netinet/in_pcb.c inp != CIRCLEQ_END(&table->inpt_queue);) {
table 668 netinet/in_pcb.c in_pcblookup(table, faddrp, fport_arg, laddrp, lport_arg, flags)
table 669 netinet/in_pcb.c struct inpcbtable *table;
table 680 netinet/in_pcb.c for (inp = LIST_FIRST(INPCBLHASH(table, lport)); inp;
table 884 netinet/in_pcb.c struct inpcbtable *table = inp->inp_table;
table 889 netinet/in_pcb.c LIST_INSERT_HEAD(INPCBLHASH(table, inp->inp_lport), inp, inp_lhash);
table 893 netinet/in_pcb.c LIST_INSERT_HEAD(IN6PCBHASH(table, &inp->inp_faddr6,
table 898 netinet/in_pcb.c LIST_INSERT_HEAD(INPCBHASH(table, &inp->inp_faddr,
table 921 netinet/in_pcb.c in_pcbhashlookup(table, faddr, fport_arg, laddr, lport_arg)
table 922 netinet/in_pcb.c struct inpcbtable *table;
table 930 netinet/in_pcb.c head = INPCBHASH(table, &faddr, fport, &laddr, lport);
table 964 netinet/in_pcb.c in6_pcbhashlookup(table, faddr, fport_arg, laddr, lport_arg)
table 965 netinet/in_pcb.c struct inpcbtable *table;
table 973 netinet/in_pcb.c head = IN6PCBHASH(table, faddr, fport, laddr, lport);
table 1011 netinet/in_pcb.c in_pcblookup_listen(table, laddr, lport_arg, reverse)
table 1012 netinet/in_pcb.c struct inpcbtable *table;
table 1030 netinet/in_pcb.c head = INPCBHASH(table, &zeroin_addr, 0, key1, lport);
table 1042 netinet/in_pcb.c head = INPCBHASH(table, &zeroin_addr, 0, key2, lport);
table 1074 netinet/in_pcb.c in6_pcblookup_listen(table, laddr, lport_arg, reverse)
table 1075 netinet/in_pcb.c struct inpcbtable *table;
table 1093 netinet/in_pcb.c head = IN6PCBHASH(table, &zeroin6_addr, 0, key1, lport);
table 1103 netinet/in_pcb.c head = IN6PCBHASH(table, &zeroin6_addr, 0, key2, lport);
table 308 netinet6/in6_pcb.c struct inpcbtable *table = inp->inp_table;
table 360 netinet6/in6_pcb.c in_pcblookup(table, &zeroin6_addr, 0,
table 378 netinet6/in6_pcb.c in_pcblookup(table, &zeroin6_addr, 0,
table 274 sys/tty.h int ttspeedtab(int speed, const struct speedtab *table);