tab 852 arch/i386/i386/est.c #define ENTRY(ven, bus_clk, tab) \
tab 853 arch/i386/i386/est.c { CPUVENDOR_##ven, bus_clk == BUS133 ? 1 : 0, NELEM(tab), tab }
tab 559 arch/i386/stand/libsa/biosdev.c } tab[] = {
tab 583 arch/i386/stand/libsa/biosdev.c for (p = tab; p->error && p->error != error; p++);
tab 186 compat/common/compat_util.c emul_flags_translate(tab, in, leftover)
tab 187 compat/common/compat_util.c const struct emul_flags_xtab *tab;
tab 193 compat/common/compat_util.c for (out = 0; tab->omask != 0; tab++) {
tab 194 compat/common/compat_util.c if ((in & tab->omask) == tab->oval) {
tab 195 compat/common/compat_util.c in &= ~tab->omask;
tab 196 compat/common/compat_util.c out |= tab->nval;
tab 54 compat/common/compat_util.h unsigned long emul_flags_translate(const struct emul_flags_xtab *tab,
tab 351 dev/acpi/dsdt.c struct aml_opcode *tab;
tab 354 dev/acpi/dsdt.c if ((tab = aml_findopcode(opcode)) != NULL) {
tab 355 dev/acpi/dsdt.c strlcpy(mnemstr, tab->mnem, sizeof(mnemstr));
tab 386 dev/acpi/dsdt.c struct aml_opcode *tab;
tab 388 dev/acpi/dsdt.c if ((tab = aml_findopcode(opcode)) != NULL)
tab 389 dev/acpi/dsdt.c return tab->args;
tab 634 dev/usb/usbf.c usb_enum_string(const struct usb_enum_str *tab, int code)
tab 638 dev/usb/usbf.c while (tab->str != NULL) {
tab 639 dev/usb/usbf.c if (tab->code == code)
tab 640 dev/usb/usbf.c return tab->str;
tab 641 dev/usb/usbf.c tab++;
tab 682 isofs/cd9660/cd9660_rrip.c RRIP_TABLE *tab;
tab 696 isofs/cd9660/cd9660_rrip.c tab = rrip_table_getname;
tab 701 isofs/cd9660/cd9660_rrip.c tab++;
tab 704 isofs/cd9660/cd9660_rrip.c return (cd9660_rrip_loop(isodir, &analyze, tab));
tab 192 kern/subr_autoconf.c for (cf = t->tab; cf->cf_driver; cf++) {
tab 204 kern/subr_autoconf.c if (parent->dv_cfdata == &(t->tab)[*p])
tab 241 kern/subr_autoconf.c for (cf = t->tab; cf->cf_driver; cf++) {
tab 253 kern/subr_autoconf.c if (parent->dv_cfdata == &(t->tab)[*p]) {
tab 382 kern/subr_autoconf.c for (cf = t->tab; cf->cf_driver; cf++)
tab 168 kern/subr_prf.c tablefull(const char *tab)
tab 170 kern/subr_prf.c log(LOG_ERR, "%s: table is full\n", tab);
tab 169 sys/device.h struct cfdata *tab;