type 258 altq/altq_cdnr.c cdnr_cballoc(top, type, input_func) type 260 altq/altq_cdnr.c int type; type 267 altq/altq_cdnr.c switch (type) { type 293 altq/altq_cdnr.c cb->cb_type = type; type 79 altq/altq_subr.c altq_lookup(name, type) type 81 altq/altq_subr.c int type; type 86 altq/altq_subr.c if (type != ALTQT_NONE && ifp->if_snd.altq_type == type) type 94 altq/altq_subr.c altq_attach(ifq, type, discipline, enqueue, dequeue, request, clfier, classify) type 96 altq/altq_subr.c int type; type 113 altq/altq_subr.c ifq->altq_type = type; type 189 arch/i386/eisa/eisa_machdep.c eisa_intr_establish(eisa_chipset_tag_t ec, eisa_intr_handle_t ih, int type, type 195 arch/i386/eisa/eisa_machdep.c return (apic_intr_establish(ih, type, level, func, arg, type 203 arch/i386/eisa/eisa_machdep.c return (isa_intr_establish(NULL, ih, type, level, func, arg, what)); type 129 arch/i386/i386/acpi_machdep.c for (im = bios_memmap; im->type != BIOS_MAP_END; im++) type 130 arch/i386/i386/acpi_machdep.c if (im->type == BIOS_MAP_ACPI) { type 177 arch/i386/i386/apm.c int apm_record_event(struct apm_softc *sc, u_int type); type 366 arch/i386/i386/apm.c apm_record_event(struct apm_softc *sc, u_int type) type 375 arch/i386/i386/apm.c KNOTE(&sc->sc_note, APM_EVENT_COMPOSE(type, apm_evindex)); type 687 arch/i386/i386/bios.c smbios_find_table(u_int8_t type, struct smbtable *st) type 703 arch/i386/i386/bios.c if ((st->cookie & 0xfff) == type && st->cookie >> 16) { type 706 arch/i386/i386/bios.c if (hdr->type == type) { type 719 arch/i386/i386/bios.c if (hdr->type == type) { type 723 arch/i386/i386/bios.c st->cookie = (tcount + 1) << 16 | type; type 726 arch/i386/i386/bios.c if (hdr->type == SMBIOS_TYPE_EOT) type 87 arch/i386/i386/db_interface.c kdbprinttrap(int type, int code) type 90 arch/i386/i386/db_interface.c if (type >= trap_types || type < 0) type 91 arch/i386/i386/db_interface.c db_printf("type %d", type); type 93 arch/i386/i386/db_interface.c db_printf("%s", trap_type[type]); type 101 arch/i386/i386/db_interface.c kdb_trap(int type, int code, db_regs_t *regs) type 105 arch/i386/i386/db_interface.c switch (type) { type 115 arch/i386/i386/db_interface.c kdbprinttrap(type, code); type 144 arch/i386/i386/db_interface.c db_trap(type, code); type 179 arch/i386/i386/dkcsum.c int type, ctrl, adap, part, unit; type 181 arch/i386/i386/dkcsum.c type = major(bp->b_dev); type 187 arch/i386/i386/dkcsum.c pribootdev = MAKEBOOTDEV(type, ctrl, adap, unit, part); type 195 arch/i386/i386/dkcsum.c int type, ctrl, adap, part, unit; type 197 arch/i386/i386/dkcsum.c type = major(bp->b_dev); type 203 arch/i386/i386/dkcsum.c altbootdev = MAKEBOOTDEV(type, ctrl, adap, unit, part); type 89 arch/i386/i386/esm.c enum esm_sensor_type type; type 849 arch/i386/i386/esm.c switch (sensor_map[i].type) { type 867 arch/i386/i386/esm.c es->es_type = sensor_map[i].type; type 934 arch/i386/i386/esm.c s[j].type = esm_typemap[es->es_type]; type 76 arch/i386/i386/freebsd_machdep.c freebsd_sendsig(sig_t catcher, int sig, int mask, u_long code, int type, type 105 arch/i386/i386/gdt.c setgdt(int sel, void *base, size_t limit, int type, int dpl, int def32, type 114 arch/i386/i386/gdt.c setsegment(sd, base, limit, type, dpl, def32, gran); type 626 arch/i386/i386/ioapic.c apic_intr_establish(int irq, int type, int level, int (*ih_fun)(void *), type 644 arch/i386/i386/ioapic.c if (intr >= sc->sc_apic_sz || type == IST_NONE) type 655 arch/i386/i386/ioapic.c pin->ip_type = type; type 659 arch/i386/i386/ioapic.c if (type == pin->ip_type) type 662 arch/i386/i386/ioapic.c if (type != IST_NONE) { type 119 arch/i386/i386/kgdb_machdep.c kgdb_signal(int type) type 121 arch/i386/i386/kgdb_machdep.c switch (type) { type 107 arch/i386/i386/linux_machdep.c linux_sendsig(sig_t catcher, int sig, int mask, u_long code, int type, type 534 arch/i386/i386/machdep.c #define valloc(name, type, num) \ type 535 arch/i386/i386/machdep.c v = (caddr_t)(((name) = (type *)v) + (num)) type 1375 arch/i386/i386/machdep.c ci->ci_sensor.type = SENSOR_TEMP; type 2117 arch/i386/i386/machdep.c ibcs2_sendsig(sig_t catcher, int sig, int mask, u_long code, int type, type 2122 arch/i386/i386/machdep.c sendsig(catcher, bsd_to_ibcs2_sig[sig], mask, code, type, val); type 2160 arch/i386/i386/machdep.c sendsig(sig_t catcher, int sig, int mask, u_long code, int type, type 2237 arch/i386/i386/machdep.c initsiginfo(&frame.sf_si, sig, code, type, val); type 2693 arch/i386/i386/machdep.c setgate(struct gate_descriptor *gd, void *func, int args, int type, int dpl, type 2701 arch/i386/i386/machdep.c gd->gd_type = type; type 2729 arch/i386/i386/machdep.c setsegment(struct segment_descriptor *sd, void *base, size_t limit, int type, type 2735 arch/i386/i386/machdep.c sd->sd_type = type; type 2971 arch/i386/i386/machdep.c for(i = 0, im = bios_memmap; im->type != BIOS_MAP_END; im++) type 2972 arch/i386/i386/machdep.c if (im->type == BIOS_MAP_FREE) { type 142 arch/i386/i386/mpbios.c u_int8_t type; type 502 arch/i386/i386/mpbios.c int type; type 573 arch/i386/i386/mpbios.c position += mp_conf[type].length) { type 575 arch/i386/i386/mpbios.c type = *position; type 576 arch/i386/i386/mpbios.c if (type >= MPS_MCT_NTYPES) { type 579 arch/i386/i386/mpbios.c self->dv_xname, type); type 583 arch/i386/i386/mpbios.c mp_conf[type].count++; type 593 arch/i386/i386/mpbios.c position += mp_conf[type].length) { type 594 arch/i386/i386/mpbios.c type = *position; type 595 arch/i386/i386/mpbios.c if (type == MPS_MCT_BUS) { type 607 arch/i386/i386/mpbios.c if ((type == MPS_MCT_IOINT) || type 608 arch/i386/i386/mpbios.c (type == MPS_MCT_LINT)) { type 613 arch/i386/i386/mpbios.c else if (type == MPS_MCT_IOINT) type 633 arch/i386/i386/mpbios.c switch (type = *(u_char *)position) { type 652 arch/i386/i386/mpbios.c self->dv_xname, type); type 657 arch/i386/i386/mpbios.c (u_char*)position += mp_conf[type].length; type 679 arch/i386/i386/mpbios.c mpbios_invent(int irq, int type, int bus) type 684 arch/i386/i386/mpbios.c e.type = MPS_MCT_IOINT; type 686 arch/i386/i386/mpbios.c switch (type) { type 1048 arch/i386/i386/mpbios.c u_int32_t type = entry->int_type; type 1053 arch/i386/i386/mpbios.c switch (type) { type 1073 arch/i386/i386/mpbios.c mpi->type = type; type 1084 arch/i386/i386/mpbios.c if (entry->type == MPS_MCT_IOINT) { type 1114 arch/i386/i386/mpbios.c if ((altmpi->type != type) || type 1142 arch/i386/i386/mpbios.c printf(" (type 0x%x flags 0x%x)\n", type, flags); type 212 arch/i386/i386/svr4_machdep.c svr4_getsiginfo(union svr4_siginfo *si, int sig, u_long code, int type, type 224 arch/i386/i386/svr4_machdep.c switch (type) { type 236 arch/i386/i386/svr4_machdep.c switch (type) { type 244 arch/i386/i386/svr4_machdep.c switch (type) { type 256 arch/i386/i386/svr4_machdep.c switch (type) { type 260 arch/i386/i386/svr4_machdep.c switch (type) { type 272 arch/i386/i386/svr4_machdep.c switch (type) { type 309 arch/i386/i386/svr4_machdep.c svr4_sendsig(sig_t catcher, int sig, int mask, u_long code, int type, type 344 arch/i386/i386/svr4_machdep.c svr4_getsiginfo(&frame.sf_si, sig, code, type, val.sival_ptr); type 162 arch/i386/i386/trap.c int type = frame.tf_trapno; type 192 arch/i386/i386/trap.c type |= T_USER; type 196 arch/i386/i386/trap.c switch (type) { type 221 arch/i386/i386/trap.c if (kgdb_trap(type, &frame)) type 228 arch/i386/i386/trap.c if (type == T_BPTFLT) { type 229 arch/i386/i386/trap.c printf("kgdb: ignored %s\n", trap_type[type]); type 236 arch/i386/i386/trap.c if (kdb_trap(type, 0, &frame)) type 244 arch/i386/i386/trap.c printf(" in %s mode\n", (type & T_USER) ? "user" : "supervisor"); type 246 arch/i386/i386/trap.c type, frame.tf_err, frame.tf_eip, frame.tf_cs, frame.tf_eflags, rcr2(), lapic_tpr); type 249 arch/i386/i386/trap.c type, frame.tf_err, frame.tf_eip); type 331 arch/i386/i386/trap.c vm86_gpfault(p, type & ~T_USER); type 373 arch/i386/i386/trap.c trapsignal(p, SIGILL, type &~ T_USER, ILL_PRVOPC, sv); type 380 arch/i386/i386/trap.c trapsignal(p, SIGILL, type &~ T_USER, ILL_COPROC, sv); type 400 arch/i386/i386/trap.c trapsignal(p, SIGKILL, type &~ T_USER, FPE_FLTINV, sv); type 408 arch/i386/i386/trap.c trapsignal(p, SIGFPE, type &~ T_USER, FPE_FLTSUB, sv); type 414 arch/i386/i386/trap.c trapsignal(p, SIGFPE, type &~ T_USER, FPE_INTOVF, sv); type 420 arch/i386/i386/trap.c trapsignal(p, SIGFPE, type &~ T_USER, FPE_INTDIV, sv); type 476 arch/i386/i386/trap.c if (type == T_PAGEFLT && va >= KERNBASE) type 496 arch/i386/i386/trap.c if (type == T_PAGEFLT) { type 504 arch/i386/i386/trap.c if (type == T_PAGEFLT) { type 531 arch/i386/i386/trap.c trapsignal(p, SIGTRAP, type &~ T_USER, TRAP_BRKPT, sv); type 537 arch/i386/i386/trap.c trapsignal(p, SIGTRAP, type &~ T_USER, TRAP_TRACE, sv); type 548 arch/i386/i386/trap.c if (kgdb_trap(type, &frame)) type 552 arch/i386/i386/trap.c if (kdb_trap(type, 0, &frame)) type 565 arch/i386/i386/trap.c if ((type & T_USER) == 0) type 345 arch/i386/i386/via.c int type; type 348 arch/i386/i386/via.c type = CRYPTO_BUF_MBUF; type 350 arch/i386/i386/via.c type= CRYPTO_BUF_IOV; type 352 arch/i386/i386/via.c return (swcr_authcompute(crp, crd, sw, buf, type)); type 271 arch/i386/i386/vm86.c vm86_gpfault(struct proc *p, int type) type 93 arch/i386/include/asm.h .text; _ALIGN_TEXT; .globl x; .type x,@function; x: type 132 arch/i386/include/biosvar.h u_int32_t type; /* Type of block */ type 60 arch/i386/include/db_machdep.h #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) type 61 arch/i386/include/db_machdep.h #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_TRCTRAP && (code) & 15) type 92 arch/i386/include/mp.h u_int8_t type; type 116 arch/i386/include/mp.h u_int8_t type; type 144 arch/i386/include/mp.h u_int8_t type; type 158 arch/i386/include/mp.h u_int8_t type; type 178 arch/i386/include/mp.h u_int8_t type; type 194 arch/i386/include/mp.h u_int8_t type; type 209 arch/i386/include/mp.h u_int8_t type; type 124 arch/i386/include/mpbiosreg.h u_int8_t type; type 137 arch/i386/include/mpbiosreg.h u_int8_t type; type 143 arch/i386/include/mpbiosreg.h u_int8_t type; type 152 arch/i386/include/mpbiosreg.h u_int8_t type; type 70 arch/i386/include/mpbiosvar.h int type; /* from mp spec intr record */ type 71 arch/i386/include/smbiosvar.h u_int8_t type; type 175 arch/i386/include/smbiosvar.h u_int8_t type; /* board type */ type 43 arch/i386/include/stdarg.h #define __va_size(type) \ type 44 arch/i386/include/stdarg.h (((sizeof(type) + sizeof(long) - 1) / sizeof(long)) * sizeof(long)) type 53 arch/i386/include/stdarg.h #define va_arg(ap, type) \ type 54 arch/i386/include/stdarg.h (*(type *)((ap) += __va_size(type), (ap) - __va_size(type))) type 46 arch/i386/include/vm86.h #define VM86_MAKEVAL(type,arg) ((type) | (((arg) & 0xff) << 8)) type 371 arch/i386/isa/isa_machdep.c isa_intr_alloc(isa_chipset_tag_t ic, int mask, int type, int *irq) type 377 arch/i386/isa/isa_machdep.c if (type == IST_NONE) type 406 arch/i386/isa/isa_machdep.c if (type != intrtype[i]) type 447 arch/i386/isa/isa_machdep.c isa_intr_check(isa_chipset_tag_t ic, int irq, int type) type 449 arch/i386/isa/isa_machdep.c if (!LEGAL_IRQ(irq) || type == IST_NONE) type 457 arch/i386/isa/isa_machdep.c if (type != intrtype[irq]) type 463 arch/i386/isa/isa_machdep.c if (type != IST_NONE) type 474 arch/i386/isa/isa_machdep.c isa_intr_establish(isa_chipset_tag_t ic, int irq, int type, int level, type 509 arch/i386/isa/isa_machdep.c airq = mpbios_invent(irq, type, mp_isa_bus->mb_idx); type 511 arch/i386/isa/isa_machdep.c return (apic_intr_establish(airq, type, level, ih_fun, type 523 arch/i386/isa/isa_machdep.c if (!LEGAL_IRQ(irq) || type == IST_NONE) { type 530 arch/i386/isa/isa_machdep.c intrtype[irq] = type; type 534 arch/i386/isa/isa_machdep.c if (type == intrtype[irq]) type 537 arch/i386/isa/isa_machdep.c if (type != IST_NONE) { type 113 arch/i386/isa/isa_machdep.h void *isa_intr_establish(isa_chipset_tag_t ic, int irq, int type, type 572 arch/i386/pci/glxsb.c int type; type 575 arch/i386/pci/glxsb.c type = CRYPTO_BUF_MBUF; type 577 arch/i386/pci/glxsb.c type = CRYPTO_BUF_IOV; type 579 arch/i386/pci/glxsb.c return (swcr_authcompute(crp, crd, sw, buf, type)); type 458 arch/i386/pci/pchb.c pcireg_t type, bus; type 462 arch/i386/pci/pchb.c type = pci_conf_read(pa->pa_pc, pa->pa_tag, reg); type 463 arch/i386/pci/pchb.c if ((type & AMD64HT_LDT_INIT_COMPLETE) == 0 || type 464 arch/i386/pci/pchb.c (type & AMD64HT_LDT_NC) == 0) type 188 arch/i386/pci/pci_addr_fixup.c int error, mapreg, type, reg_start, reg_end, width; type 220 arch/i386/pci/pci_addr_fixup.c type = PCI_MAPREG_TYPE(val); type 222 arch/i386/pci/pci_addr_fixup.c if (type == PCI_MAPREG_TYPE_MEM) { type 250 arch/i386/pci/pci_addr_fixup.c error += (*func) (sc, pc, tag, mapreg, ex, type, &addr, size); type 253 arch/i386/pci/pci_addr_fixup.c mapreg, type ? "port" : "mem ", type 265 arch/i386/pci/pci_addr_fixup.c pcitag_t tag, int mapreg, struct extent *ex, int type, bus_addr_t *addr, type 278 arch/i386/pci/pci_addr_fixup.c start = (type == PCI_MAPREG_TYPE_MEM ? sc->mem_alloc_start type 311 arch/i386/pci/pci_addr_fixup.c pcitag_t tag, int mapreg, struct extent *ex, int type, bus_addr_t *addr, type 321 arch/i386/pci/pci_addr_fixup.c if (type == PCI_MAPREG_TYPE_MEM && type 324 arch/i386/pci/pci_addr_fixup.c if (type == PCI_MAPREG_TYPE_IO && type 340 arch/i386/pci/pci_addr_fixup.c pci_chipset_tag_t pc, pcitag_t tag, int mapreg, struct extent *ex, int type, type 350 arch/i386/pci/pci_addr_fixup.c if (type == PCI_MAPREG_TYPE_MEM && type 353 arch/i386/pci/pci_addr_fixup.c if (type == PCI_MAPREG_TYPE_IO && type 358 arch/i386/pci/pci_addr_fixup.c type == PCI_MAPREG_TYPE_MEM ? "mem" : "io", *addr, size)); type 105 arch/i386/stand/libsa/diskprobe.c u_int bsdunit, type; type 129 arch/i386/stand/libsa/diskprobe.c type = 0; /* XXX let it be IDE */ type 134 arch/i386/stand/libsa/diskprobe.c type = 4; type 141 arch/i386/stand/libsa/diskprobe.c type = 0; type 148 arch/i386/stand/libsa/diskprobe.c type = 0; /* XXX Suggest IDE */ type 156 arch/i386/stand/libsa/diskprobe.c MAKEBOOTDEV(type, 0, 0, bsdunit, RAW_PART); type 85 arch/i386/stand/libsa/memprobe.c if (!mp->type) type 86 arch/i386/stand/libsa/memprobe.c mp->type = BIOS_MAP_RES; type 145 arch/i386/stand/libsa/memprobe.c mp->type = BIOS_MAP_FREE; type 150 arch/i386/stand/libsa/memprobe.c mp->type = BIOS_MAP_FREE; type 177 arch/i386/stand/libsa/memprobe.c mp->type = BIOS_MAP_FREE; type 198 arch/i386/stand/libsa/memprobe.c mp->type = BIOS_MAP_FREE; type 286 arch/i386/stand/libsa/memprobe.c mp->type = BIOS_MAP_FREE; type 318 arch/i386/stand/libsa/memprobe.c pm->type = BIOS_MAP_END; type 331 arch/i386/stand/libsa/memprobe.c for (im = bios_memmap; im->type != BIOS_MAP_END; im++) { type 333 arch/i386/stand/libsa/memprobe.c if ((im->type == BIOS_MAP_FREE) && (im->size >= 12*1024)) { type 372 arch/i386/stand/libsa/memprobe.c for (p = tm; p->type != BIOS_MAP_END; p++) { type 374 arch/i386/stand/libsa/memprobe.c (long)(p - tm), p->type, p->addr, type 377 arch/i386/stand/libsa/memprobe.c if (p->type == BIOS_MAP_FREE) type 390 arch/i386/stand/libsa/memprobe.c for (p = bios_memmap; p->type != BIOS_MAP_END; p++) { type 391 arch/i386/stand/libsa/memprobe.c if (p->type == BIOS_MAP_FREE) { type 427 arch/i386/stand/libsa/memprobe.c for (p = bios_memmap; p->type != BIOS_MAP_END; p++) { type 428 arch/i386/stand/libsa/memprobe.c if (p->type == BIOS_MAP_FREE) { type 454 arch/i386/stand/libsa/memprobe.c if (p->type == BIOS_MAP_END) { type 456 arch/i386/stand/libsa/memprobe.c p->type = BIOS_MAP_FREE; type 469 arch/i386/stand/libsa/memprobe.c for (p = bios_memmap; p->type != BIOS_MAP_END; p++) type 17 compat/bsdos/bsdos_sysent.c #define s(type) sizeof(type) type 34 compat/common/kern_ipc_23.c #define cvt_ds(to, from, type, base) do { \ type 35 compat/common/kern_ipc_23.c (to)->type##_perm.cuid = (from)->type##_perm.cuid; \ type 36 compat/common/kern_ipc_23.c (to)->type##_perm.cgid = (from)->type##_perm.cgid; \ type 37 compat/common/kern_ipc_23.c (to)->type##_perm.uid = (from)->type##_perm.uid; \ type 38 compat/common/kern_ipc_23.c (to)->type##_perm.gid = (from)->type##_perm.gid; \ type 39 compat/common/kern_ipc_23.c (to)->type##_perm.mode = (from)->type##_perm.mode & 0xffffU; \ type 40 compat/common/kern_ipc_23.c (to)->type##_perm.seq = (from)->type##_perm.seq; \ type 41 compat/common/kern_ipc_23.c (to)->type##_perm.key = (from)->type##_perm.key; \ type 86 compat/common/kern_ipc_35.c #define cvt_ds(to, from, type, base) do { \ type 87 compat/common/kern_ipc_35.c (to)->type##_perm.cuid = (from)->type##_perm.cuid; \ type 88 compat/common/kern_ipc_35.c (to)->type##_perm.cgid = (from)->type##_perm.cgid; \ type 89 compat/common/kern_ipc_35.c (to)->type##_perm.uid = (from)->type##_perm.uid; \ type 90 compat/common/kern_ipc_35.c (to)->type##_perm.gid = (from)->type##_perm.gid; \ type 91 compat/common/kern_ipc_35.c (to)->type##_perm.mode = (from)->type##_perm.mode & 0xffffU; \ type 92 compat/common/kern_ipc_35.c (to)->type##_perm.seq = (from)->type##_perm.seq; \ type 93 compat/common/kern_ipc_35.c (to)->type##_perm.key = (from)->type##_perm.key; \ type 84 compat/freebsd/freebsd_file.c convert_from_freebsd_mount_type(type) type 85 compat/freebsd/freebsd_file.c int type; type 110 compat/freebsd/freebsd_file.c if (type < 0 || type >= ARRAY_LENGTH(freebsd_mount_type)) type 112 compat/freebsd/freebsd_file.c return (freebsd_mount_type[type]); type 128 compat/freebsd/freebsd_file.c char *type, *s; type 132 compat/freebsd/freebsd_file.c if ((type = convert_from_freebsd_mount_type(SCARG(uap, type))) == NULL) type 135 compat/freebsd/freebsd_file.c if ((error = copyout(type, s, strlen(type) + 1)) != 0) type 137 compat/freebsd/freebsd_file.c SCARG(&bma, type) = s; type 60 compat/freebsd/freebsd_rtprio.h u_short type; type 74 compat/freebsd/freebsd_syscallargs.h syscallarg(int) type; type 19 compat/freebsd/freebsd_sysent.c #define s(type) sizeof(type) type 20 compat/hpux/hppa/hpux_sysent.c #define s(type) sizeof(type) type 20 compat/hpux/m68k/hpux_sysent.c #define s(type) sizeof(type) type 284 compat/ibcs2/ibcs2_misc.c if (error = copyinstr((caddr_t)SCARG(uap, type), fsname, sizeof fsname, type 289 compat/ibcs2/ibcs2_misc.c SCARG(uap, type) = (caddr_t)STACK_ALLOC(); type 290 compat/ibcs2/ibcs2_misc.c if (error = copyout("ffs", SCARG(uap, type), sizeof("ffs"))) type 982 compat/ibcs2/ibcs2_misc.c switch (SCARG(uap, type)) { type 115 compat/ibcs2/ibcs2_socksys.h int type; type 152 compat/ibcs2/ibcs2_syscallargs.h syscallarg(int) type; type 21 compat/ibcs2/ibcs2_sysent.c #define s(type) sizeof(type) type 55 compat/linux/linux_ioctl.h #define _LINUX_IOC(dir,type,nr,size) \ type 57 compat/linux/linux_ioctl.h ((type) << _LINUX_IOC_TYPESHIFT) | \ type 61 compat/linux/linux_ioctl.h #define _LINUX_IO(type,nr) \ type 62 compat/linux/linux_ioctl.h _LINUX_IOC(_LINUX_IOC_NONE,(type),(nr),0) type 63 compat/linux/linux_ioctl.h #define _LINUX_IOR(type,nr,size) \ type 64 compat/linux/linux_ioctl.h _LINUX_IOC(_LINUX_IOC_READ,(type),(nr),sizeof(size)) type 65 compat/linux/linux_ioctl.h #define _LINUX_IOW(type,nr,size) \ type 66 compat/linux/linux_ioctl.h _LINUX_IOC(_LINUX_IOC_WRITE,(type),(nr),sizeof(size)) type 67 compat/linux/linux_ioctl.h #define _LINUX_IOWR(type,nr,size) \ type 68 compat/linux/linux_ioctl.h _LINUX_IOC(_LINUX_IOC_READ|_LINUX_IOC_WRITE,(type),(nr),sizeof(size)) type 439 compat/linux/linux_ipc.c SCARG(&bma, msgtyp) = kluge.type; type 75 compat/linux/linux_msg.h int type; type 219 compat/linux/linux_socket.c SCARG(&bsa, type) = lsa.type; type 482 compat/linux/linux_socket.c SCARG(&bsa, type) = lsa.type; type 66 compat/linux/linux_socketcall.h int type; type 107 compat/linux/linux_socketcall.h int type; type 21 compat/linux/linux_sysent.c #define s(type) sizeof(type) type 201 compat/osf1/osf1_mount.c switch (SCARG(uap, type)) { type 293 compat/osf1/osf1_mount.c SCARG(bsd_argp, type) = stackgap_alloc(&sg, len); type 294 compat/osf1/osf1_mount.c if ((error = copyout(mfs_name, (void *)SCARG(bsd_argp, type), len))) type 356 compat/osf1/osf1_mount.c SCARG(bsd_argp, type) = stackgap_alloc(&sg, len); type 357 compat/osf1/osf1_mount.c if ((error = copyout(MOUNT_NFS, (void *)SCARG(bsd_argp, type), len))) type 203 compat/osf1/osf1_socket.c SCARG(&a, type) = SCARG(uap, type); type 224 compat/osf1/osf1_socket.c SCARG(&a, type) = SCARG(uap, type); type 52 compat/osf1/osf1_syscallargs.h syscallarg(int) type; type 178 compat/osf1/osf1_syscallargs.h syscallarg(int) type; type 234 compat/osf1/osf1_syscallargs.h syscallarg(int) type; type 19 compat/osf1/osf1_sysent.c #define s(type) sizeof(type) type 608 compat/ossaudio/ossaudio.c switch(mi.type) { type 698 compat/ossaudio/ossaudio.c mc.type = AUDIO_MIXER_ENUM; type 706 compat/ossaudio/ossaudio.c mc.type = AUDIO_MIXER_SET; type 739 compat/ossaudio/ossaudio.c mc.type = AUDIO_MIXER_ENUM; type 750 compat/ossaudio/ossaudio.c mc.type = AUDIO_MIXER_SET; type 774 compat/ossaudio/ossaudio.c mc.type = AUDIO_MIXER_VALUE; type 804 compat/ossaudio/ossaudio.c mc.type = AUDIO_MIXER_VALUE; type 284 compat/sunos/sunos_misc.c error = copyinstr((caddr_t)SCARG(uap, type), fsname, type 290 compat/sunos/sunos_misc.c SCARG(uap, type) = stackgap_alloc(&sg, sizeof("ffs")); type 291 compat/sunos/sunos_misc.c error = copyout("ffs", SCARG(uap, type), sizeof("ffs")); type 189 compat/sunos/sunos_syscallargs.h syscallarg(char *) type; type 19 compat/sunos/sunos_sysent.c #define s(type) sizeof(type) type 108 compat/svr4/svr4_net.c int type, protocol; type 123 compat/svr4/svr4_net.c type = SOCK_DGRAM; type 130 compat/svr4/svr4_net.c type = SOCK_STREAM; type 138 compat/svr4/svr4_net.c type = SOCK_RAW; type 145 compat/svr4/svr4_net.c type = SOCK_RAW; type 152 compat/svr4/svr4_net.c type = SOCK_DGRAM; type 160 compat/svr4/svr4_net.c type = SOCK_STREAM; type 173 compat/svr4/svr4_net.c if ((error = socreate(family, &so, type, protocol)) != 0) { type 183 compat/svr4/svr4_socket.c switch (SCARG(uap, type)) { type 185 compat/svr4/svr4_socket.c SCARG(uap, type) = SOCK_DGRAM; type 189 compat/svr4/svr4_socket.c SCARG(uap, type) = SOCK_STREAM; type 193 compat/svr4/svr4_socket.c SCARG(uap, type) = SOCK_RAW; type 197 compat/svr4/svr4_socket.c SCARG(uap, type) = SOCK_RDM; type 201 compat/svr4/svr4_socket.c SCARG(uap, type) = SOCK_SEQPACKET; type 57 compat/svr4/svr4_sockmod.h int type; type 396 compat/svr4/svr4_stream.c pa->type = SVR4_SOCK_DGRAM; type 401 compat/svr4/svr4_stream.c pa->type = SVR4_SOCK_STREAM; type 406 compat/svr4/svr4_stream.c pa->type = SVR4_SOCK_RAW; type 411 compat/svr4/svr4_stream.c pa->type = 0; type 444 compat/svr4/svr4_stream.c if (pa.type == SVR4_SOCK_STREAM) type 465 compat/svr4/svr4_stream.c ud.servtype = pa.type; type 582 compat/svr4/svr4_stream.c if (ud.sockparms.type == SVR4_SOCK_STREAM) type 603 compat/svr4/svr4_stream.c ud.servtype = ud.sockparms.type; type 448 compat/svr4/svr4_syscallargs.h syscallarg(int) type; type 23 compat/svr4/svr4_sysent.c #define s(type) sizeof(type) type 334 compat/ultrix/ultrix_fs.c int otype = SCARG(uap, type); type 361 compat/ultrix/ultrix_fs.c SCARG(&nuap, type) = (char *)usp; type 362 compat/ultrix/ultrix_fs.c if ((error = copyout(fstype, (void *)SCARG(&nuap, type), type 52 compat/ultrix/ultrix_syscallargs.h syscallarg(int) type; type 17 compat/ultrix/ultrix_sysent.c #define s(type) sizeof(type) type 217 crypto/cryptodev.c crie.cri_alg = txform->type; type 235 crypto/cryptodev.c cria.cri_alg = thash->type; type 837 crypto/cryptosoft.c int type; type 855 crypto/cryptosoft.c type = CRYPTO_BUF_MBUF; type 857 crypto/cryptosoft.c type = CRYPTO_BUF_IOV; type 893 crypto/cryptosoft.c crp->crp_buf, type)) != 0) type 907 crypto/cryptosoft.c crp->crp_buf, type)) != 0) type 913 crypto/cryptosoft.c crp->crp_buf, type)) != 0) type 167 crypto/deflate.c z_alloc(void *nil, u_int type, u_int size) type 171 crypto/deflate.c ptr = malloc(type *size, M_CRYPTO_DATA, M_NOWAIT); type 34 crypto/xform.h int type; type 46 crypto/xform.h int type; type 58 crypto/xform.h int type; type 53 ddb/db_trap.c db_trap(int type, int code) type 58 ddb/db_trap.c bkpt = IS_BREAKPOINT_TRAP(type, code); type 59 ddb/db_trap.c watchpt = IS_WATCHPOINT_TRAP(type, code); type 329 dev/acpi/acpi.c switch (node->value->type) { type 1101 dev/acpi/acpi.c if (res.type == AML_OBJTYPE_PACKAGE) { type 1137 dev/acpi/acpi.c env.type = AML_OBJTYPE_INTEGER; type 1215 dev/acpi/acpi.c env.type = AML_OBJTYPE_INTEGER; type 1631 dev/acpi/acpi.c switch (res.type) { type 1669 dev/acpi/acpi.c switch (res.type) { type 87 dev/acpi/acpiac.c sc->sc_sens[0].type = SENSOR_INDICATOR; type 107 dev/acpi/acpibat.c int type; type 113 dev/acpi/acpibat.c type = sc->sc_bif.bif_power_unit ? SENSOR_AMPHOUR : SENSOR_WATTHOUR; type 117 dev/acpi/acpibat.c sc->sc_sens[0].type = type; type 123 dev/acpi/acpibat.c sc->sc_sens[1].type = type; type 129 dev/acpi/acpibat.c sc->sc_sens[2].type = type; type 134 dev/acpi/acpibat.c sc->sc_sens[3].type = SENSOR_VOLTS_DC; type 140 dev/acpi/acpibat.c sc->sc_sens[4].type = SENSOR_INTEGER; type 145 dev/acpi/acpibat.c sc->sc_sens[5].type = SENSOR_INTEGER; type 151 dev/acpi/acpibat.c sc->sc_sens[6].type = type; type 157 dev/acpi/acpibat.c sc->sc_sens[7].type = SENSOR_VOLTS_DC; type 70 dev/acpi/acpicpu.c int type; type 152 dev/acpi/acpicpu.c acpicpu_find_cstate(struct acpicpu_softc *sc, int type) type 157 dev/acpi/acpicpu.c if (cx->type == type) type 163 dev/acpi/acpicpu.c acpicpu_add_cstate(struct acpicpu_softc *sc, int type, type 169 dev/acpi/acpicpu.c type, latency, power, address); type 171 dev/acpi/acpicpu.c switch (type) { type 187 dev/acpi/acpicpu.c cx->type = type; type 196 dev/acpi/acpicpu.c dprintf("acpicpu%d: C%d not supported", sc->sc_cpu, type); type 209 dev/acpi/acpicpu.c if (val->type != AML_OBJTYPE_PACKAGE || val->length != 4) type 251 dev/acpi/acpicpu.c if (res.type == AML_OBJTYPE_PROCESSOR) { type 337 dev/acpi/acpicpu.c switch(cx->type) { type 109 dev/acpi/acpidebug.c switch (value->type & ~AML_STATIC) { type 120 dev/acpi/acpidebug.c (value->type & AML_STATIC) ? "(static)" : ""); type 162 dev/acpi/acpidebug.c aml_mnem(value->v_field.type, NULL), type 174 dev/acpi/acpidebug.c aml_mnem(value->v_field.type, NULL), type 191 dev/acpi/acpidebug.c db_printf("unknown: %d\n", value->type); type 202 dev/acpi/acpidebug.c switch (val->type) { type 239 dev/acpi/acpidebug.c return aml_mnem(val->v_field.type, NULL); type 317 dev/acpi/acpidebug.c if (node && node->value && node->value->type == AML_OBJTYPE_METHOD) { type 345 dev/acpi/acpidebug.c if (root->locals[idx].type) { type 484 dev/acpi/acpidebug.c node->value->type != AML_OBJTYPE_METHOD) type 107 dev/acpi/acpidock.c sc->sc_sens.type = SENSOR_INDICATOR; type 150 dev/acpi/acpidock.c cmd.type = AML_OBJTYPE_INTEGER; type 176 dev/acpi/acpidock.c cmd.type = AML_OBJTYPE_INTEGER; type 203 dev/acpi/acpidock.c cmd.type = AML_OBJTYPE_INTEGER; type 359 dev/acpi/acpiec.c acpiec_getregister(const u_int8_t *buf, int size, int *type, bus_size_t *addr) type 391 dev/acpi/acpiec.c *type = GAS_SYSTEM_IOSPACE; type 421 dev/acpi/acpiec.c if (res.type != AML_OBJTYPE_BUFFER) { type 423 dev/acpi/acpiec.c DEVNAME(sc), res.type); type 497 dev/acpi/acpiec.c arg[0].type = AML_OBJTYPE_INTEGER; type 499 dev/acpi/acpiec.c arg[1].type = AML_OBJTYPE_INTEGER; type 146 dev/acpi/acpimadt.c arg.type = AML_OBJTYPE_INTEGER; type 103 dev/acpi/acpiprt.c if (res.type != AML_OBJTYPE_PACKAGE) { type 156 dev/acpi/acpiprt.c if (v->type != AML_OBJTYPE_PACKAGE || v->length != 4) { type 168 dev/acpi/acpiprt.c if (pp->type == AML_OBJTYPE_NAMEREF) { type 176 dev/acpi/acpiprt.c if (pp->type == AML_OBJTYPE_OBJREF) { type 179 dev/acpi/acpiprt.c if (pp->type == AML_OBJTYPE_DEVICE) { type 192 dev/acpi/acpiprt.c if (res.type != AML_OBJTYPE_BUFFER || res.length < 6) { type 269 dev/acpi/acpiprt.c if (typ == LR_WORD && crs->lr_word.type == 2) type 311 dev/acpi/acpiprt.c if (res.type == AML_OBJTYPE_BUFFER) type 88 dev/acpi/acpitz.c if (aa->aaa_node->value->type != AML_OBJTYPE_THERMZONE) type 133 dev/acpi/acpitz.c sc->sc_sens.type = SENSOR_TEMP; type 152 dev/acpi/acpitz.c if (res0.type != AML_OBJTYPE_PACKAGE) { type 157 dev/acpi/acpitz.c if (res0.v_package[x]->type != AML_OBJTYPE_OBJREF) { type 162 dev/acpi/acpitz.c if (ref->type != AML_OBJTYPE_PROCESSOR) type 185 dev/acpi/acpitz.c if (res0.type != AML_OBJTYPE_PACKAGE) { type 191 dev/acpi/acpitz.c if (res0.v_package[x]->type != AML_OBJTYPE_OBJREF) { type 204 dev/acpi/acpitz.c if (res1.type != AML_OBJTYPE_PACKAGE) { type 211 dev/acpi/acpitz.c if (res1.v_package[y]->type != AML_OBJTYPE_OBJREF) { type 244 dev/acpi/amltypes.h int type; type 266 dev/acpi/amltypes.h u_int16_t type; type 315 dev/acpi/dsdt.c if (root->locals[idx].type) { type 479 dev/acpi/dsdt.c if (val->type != AML_OBJTYPE_MUTEX) { type 516 dev/acpi/dsdt.c if (val->type != AML_OBJTYPE_MUTEX) { type 573 dev/acpi/dsdt.c aml_gasio(struct acpi_softc *sc, int type, uint64_t base, uint64_t length, type 578 dev/acpi/dsdt.c type, base, length, bitpos, bitlen, size, type 580 dev/acpi/dsdt.c acpi_gasio(sc, mode, type, base+(bitpos>>3), type 982 dev/acpi/dsdt.c if (src->type != AML_OBJTYPE_BUFFER) type 1008 dev/acpi/dsdt.c if (dst->type != AML_OBJTYPE_BUFFER) type 1010 dev/acpi/dsdt.c switch (src->type) { type 1050 dev/acpi/dsdt.c switch (val->type) { type 1089 dev/acpi/dsdt.c switch (field->v_field.type) { type 1128 dev/acpi/dsdt.c if (pop->type != AML_OBJTYPE_OPREGION) type 1270 dev/acpi/dsdt.c switch (val->type) { type 1297 dev/acpi/dsdt.c aml_mnem(val->v_field.type, NULL)); type 1338 dev/acpi/dsdt.c printf(" !!type: %x\n", val->type); type 1352 dev/acpi/dsdt.c switch (ref->type) { type 1367 dev/acpi/dsdt.c switch (ref->type) { type 1394 dev/acpi/dsdt.c tmp->v_field.type = type 1403 dev/acpi/dsdt.c aml_die("unknown index type: %d", ref->type); type 1453 dev/acpi/dsdt.c switch (rval->type) { type 1473 dev/acpi/dsdt.c _aml_setvalue(struct aml_value *lhs, int type, int64_t ival, const void *bval) type 1477 dev/acpi/dsdt.c lhs->type = type; type 1478 dev/acpi/dsdt.c switch (lhs->type) { type 1527 dev/acpi/dsdt.c lhs->type = rhs->type & ~AML_STATIC; type 1528 dev/acpi/dsdt.c switch (lhs->type) { type 1546 dev/acpi/dsdt.c _aml_setvalue(lhs, rhs->type, rhs->length, rhs->v_buffer); type 1549 dev/acpi/dsdt.c _aml_setvalue(lhs, rhs->type, rhs->length, rhs->v_string); type 1561 dev/acpi/dsdt.c _aml_setvalue(lhs, rhs->type, rhs->length, NULL); type 1569 dev/acpi/dsdt.c printf("copyvalue: %x", rhs->type); type 1602 dev/acpi/dsdt.c switch (lhs->type) { type 1628 dev/acpi/dsdt.c if (rhs->type == AML_OBJTYPE_BUFFER) type 1631 dev/acpi/dsdt.c else if (rhs->type == AML_OBJTYPE_INTEGER || type 1632 dev/acpi/dsdt.c rhs->type == AML_OBJTYPE_STATICINT) type 1635 dev/acpi/dsdt.c else if (rhs->type == AML_OBJTYPE_STRING) type 1647 dev/acpi/dsdt.c if (rhs->type == AML_OBJTYPE_STRING) type 1650 dev/acpi/dsdt.c else if (rhs->type == AML_OBJTYPE_BUFFER) type 1653 dev/acpi/dsdt.c else if (rhs->type == AML_OBJTYPE_INTEGER || rhs->type == AML_OBJTYPE_STATICINT) { type 1664 dev/acpi/dsdt.c dnprintf(10, "setvalue.unknown: %x", lhs->type); type 1675 dev/acpi/dsdt.c aml_allocvalue(int type, int64_t ival, const void *bval) type 1682 dev/acpi/dsdt.c return _aml_setvalue(rv, type, ival, bval); type 1694 dev/acpi/dsdt.c switch (val->type) { type 1714 dev/acpi/dsdt.c val->type = 0; type 1906 dev/acpi/dsdt.c lt = lhs->type & ~AML_STATIC; type 1907 dev/acpi/dsdt.c rt = rhs->type & ~AML_STATIC; type 2025 dev/acpi/dsdt.c switch (node->value->type) { type 2265 dev/acpi/dsdt.c switch (val->type) { type 2268 dev/acpi/dsdt.c _aml_setvalue(val, val->type, newsize, NULL); type 2274 dev/acpi/dsdt.c _aml_setvalue(val, val->type, newsize+1, NULL); type 2341 dev/acpi/dsdt.c while (*res && (*res)->type == AML_OBJTYPE_OBJREF && type 2785 dev/acpi/dsdt.c res->v_field.type = opcode; type 2835 dev/acpi/dsdt.c res->v_field.type = opcode; type 2976 dev/acpi/dsdt.c aml_setvalue(scope, res, NULL, tmparg->type); type 3073 dev/acpi/dsdt.c while (tmparg->type == AML_OBJTYPE_OBJREF) { type 3089 dev/acpi/dsdt.c if (tmparg[0].type != AML_OBJTYPE_NAMEREF) { type 3117 dev/acpi/dsdt.c if (tmpval[AML_LHS].type == AML_OBJTYPE_BUFFER && type 3118 dev/acpi/dsdt.c tmpval[AML_RHS].type == AML_OBJTYPE_BUFFER) { type 3125 dev/acpi/dsdt.c if (tmpval[AML_LHS].type == AML_OBJTYPE_STRING && type 3126 dev/acpi/dsdt.c tmpval[AML_RHS].type == AML_OBJTYPE_STRING) { type 3290 dev/acpi/dsdt.c int type; type 3329 dev/acpi/dsdt.c tmpstr.type = AML_OBJTYPE_STRING; type 3350 dev/acpi/dsdt.c tmp = aml_allocvalue(def->type, def->ival, def->bval); type 3392 dev/acpi/dsdt.c crs->lr_word.type, crs->lr_word.flags, crs->lr_word.tflags, type 3398 dev/acpi/dsdt.c crs->lr_dword.type, crs->lr_dword.flags, crs->lr_dword.tflags, type 3404 dev/acpi/dsdt.c crs->lr_qword.type, crs->lr_qword.flags, crs->lr_qword.tflags, type 3464 dev/acpi/dsdt.c if (pkg->type != AML_OBJTYPE_PACKAGE) type 3503 dev/acpi/dsdt.c else if (val->type == AML_OBJTYPE_NAMEREF) { type 3509 dev/acpi/dsdt.c } else if (val->type == AML_OBJTYPE_PACKAGE) { type 3512 dev/acpi/dsdt.c } else if (val->type == AML_OBJTYPE_OPREGION) { type 172 dev/acpi/dsdt.h uint8_t type; type 186 dev/acpi/dsdt.h uint8_t type; type 200 dev/acpi/dsdt.h uint8_t type; type 540 dev/adb/akbd.c int type; type 545 dev/adb/akbd.c type = press ? WSCONS_EVENT_KEY_DOWN : WSCONS_EVENT_KEY_UP; type 564 dev/adb/akbd.c if (type == WSCONS_EVENT_KEY_UP) { type 582 dev/adb/akbd.c wskbd_input(sc->sc_wskbddev, type, val); type 154 dev/ata/atascsi.c int type, s; type 159 dev/ata/atascsi.c type = as->as_methods->probe(as->as_cookie, port); type 160 dev/ata/atascsi.c switch (type) { type 175 dev/ata/atascsi.c ap->ap_type = type; type 813 dev/ata/atascsi.c xa->fis->type = ATA_FIS_TYPE_H2D; type 132 dev/ata/atascsi.h u_int8_t type; type 166 dev/ata/atascsi.h u_int8_t type; type 225 dev/audio.c sa->type, sa, sa->hwif)); type 226 dev/audio.c return (sa->type == AUDIODEV_TYPE_AUDIO) ? 1 : 0; type 308 dev/audio.c if (mi.type == AUDIO_MIXER_CLASS && type 311 dev/audio.c if (mi.type == AUDIO_MIXER_CLASS && type 314 dev/audio.c if (mi.type == AUDIO_MIXER_CLASS && type 321 dev/audio.c if (mi.type == AUDIO_MIXER_CLASS) type 421 dev/audio.c if (mi->type == AUDIO_MIXER_ENUM) { type 436 dev/audio.c } else if (mi->type == AUDIO_MIXER_SET) { type 469 dev/audio.c arg.type = AUDIODEV_TYPE_AUDIO; type 480 dev/audio.c const char *type; type 483 dev/audio.c switch (arg->type) { type 485 dev/audio.c type = "audio"; type 488 dev/audio.c type = "opl"; type 491 dev/audio.c type = "mpu"; type 494 dev/audio.c panic("audioprint: unknown type %d", arg->type); type 496 dev/audio.c printf("%s at %s", type, pnp); type 2224 dev/audio.c ct->type = AUDIO_MIXER_VALUE; type 2267 dev/audio.c ct.type = AUDIO_MIXER_ENUM; type 2282 dev/audio.c ct.type = AUDIO_MIXER_SET; type 2337 dev/audio.c ct.type = AUDIO_MIXER_VALUE; type 2343 dev/audio.c ct.type = AUDIO_MIXER_ENUM; type 2346 dev/audio.c ct.type = AUDIO_MIXER_VALUE; type 2359 dev/audio.c ct.type = AUDIO_MIXER_SET; type 2362 dev/audio.c ct.type = AUDIO_MIXER_VALUE; type 2412 dev/audio.c ct.type = AUDIO_MIXER_ENUM; type 2421 dev/audio.c ct.type = AUDIO_MIXER_SET; type 2445 dev/audio.c ct.type = ports->isenum ? AUDIO_MIXER_ENUM : AUDIO_MIXER_SET; type 2653 dev/audio.c ct.type = AUDIO_MIXER_VALUE; type 2792 dev/audio.c ct.type = AUDIO_MIXER_VALUE; type 3039 dev/audio.c if (mi.type == AUDIO_MIXER_CLASS && type 3056 dev/audio.c if (mi.type == AUDIO_MIXER_VALUE && type 3070 dev/audio.c if (mi.type != AUDIO_MIXER_ENUM || type 3108 dev/audio.c ct.type = AUDIO_MIXER_ENUM; type 3134 dev/audio.c ct.type = AUDIO_MIXER_VALUE; type 133 dev/audio_if.h int type; type 848 dev/cardbus/cardbus.c u_int8_t type; type 851 dev/cardbus/cardbus.c type = tuple[0]; type 852 dev/cardbus/cardbus.c switch (type) { type 869 dev/cardbus/cardbus.c if (PCMCIA_CISTPL_END == type || tuple + len == end) type 876 dev/cardbus/cardbus.c static char *tuple_name(int type); type 879 dev/cardbus/cardbus.c tuple_name(int type) type 903 dev/cardbus/cardbus.c if (type > 0 && type < NAME_LEN(tuple_name_s)) type 904 dev/cardbus/cardbus.c return (tuple_name_s[type]); type 905 dev/cardbus/cardbus.c else if (0xff == type) type 98 dev/cardbus/cardbus_map.c cardbustag_t tag, int reg, cardbusreg_t type, bus_addr_t *basep, type 158 dev/cardbus/cardbus_map.c cardbustag_t tag, int reg, cardbusreg_t type, bus_addr_t *basep, type 194 dev/cardbus/cardbus_map.c if (PCI_MAPREG_MEM_TYPE(address) != PCI_MAPREG_MEM_TYPE(type)) { type 196 dev/cardbus/cardbus_map.c "found %08x\n", PCI_MAPREG_MEM_TYPE(type), type 247 dev/cardbus/cardbus_map.c cardbusreg_t type, int busflags, bus_space_tag_t *tagp, type 264 dev/cardbus/cardbus_map.c type)); type 266 dev/cardbus/cardbus_map.c if (PCI_MAPREG_TYPE(type) == PCI_MAPREG_TYPE_IO) { type 267 dev/cardbus/cardbus_map.c if (cardbus_io_find(cc, cf, tag, reg, type, &base, &size, type 273 dev/cardbus/cardbus_map.c if (cardbus_mem_find(cc, cf, tag, reg, type, &base, &size, type 421 dev/cardbus/cardbusvar.h #define Cardbus_mapreg_map(ct, reg, type, busflags, tagp, handlep, basep, sizep) \ type 423 dev/cardbus/cardbusvar.h (reg), (type), (busflags), (tagp), (handlep), (basep), (sizep)) type 94 dev/cardbus/cardslotvar.h #define CARDSLOT_SET_CARDTYPE(x, type) \ type 96 dev/cardbus/cardslotvar.h (x) |= (CARDSLOT_STATUS_CARD_MASK & (type));} while(0) type 103 dev/cardbus/cardslotvar.h #define CARDSLOT_SET_WORK(x, type) \ type 105 dev/cardbus/cardslotvar.h (x) |= (CARDSLOT_STATUS_WORK_MASK & (type));} while(0) type 121 dev/cardbus/com_cardbus.c u_char type; type 190 dev/cardbus/com_cardbus.c csc->cc_type = cp->type; type 106 dev/cardbus/puc_cardbus.c cardbusreg_t type; type 111 dev/cardbus/puc_cardbus.c if (!cardbus_mapreg_probe(cc, cf, ca->ca_tag, bar, &type)) type 115 dev/cardbus/puc_cardbus.c bar, type, 0, type 120 dev/cardbus/puc_cardbus.c sc->sc_bar_mappings[i].type = type; type 157 dev/cardbus/puc_cardbus.c puc_cardbus_intr_establish(struct puc_attach_args *paa, int type, type 164 dev/cardbus/puc_cardbus.c type, func, arg, name)); type 182 dev/cardbus/puc_cardbus.c Cardbus_mapreg_unmap(ct, sc->sc_bar_mappings[i].type, type 541 dev/hil/hil.c ha.ha_type = hd->type; type 33 dev/hil/hildevs.h int type; type 333 dev/hil/hilkbd.c hilkbd_cngetc(void *v, u_int *type, int *data) type 350 dev/hil/hilkbd.c hilkbd_decode(sc, c, type, data, HIL_KBDBUTTON); type 387 dev/hil/hilkbd.c u_int type; type 414 dev/hil/hilkbd.c hilkbd_decode(sc, *buf++, &type, &key, kbdtype); type 422 dev/hil/hilkbd.c if (type == WSCONS_EVENT_KEY_UP) type 447 dev/hil/hilkbd.c hilkbd_decode(sc, *buf++, &type, &key, kbdtype); type 449 dev/hil/hilkbd.c wskbd_input(sc->sc_wskbddev, type, key); type 456 dev/hil/hilkbd.c hilkbd_decode(struct hilkbd_softc *sc, u_int8_t data, u_int *type, int *key, type 466 dev/hil/hilkbd.c *type = (data & 1) ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN; type 222 dev/hil/hilms.c int type, flags; type 234 dev/hil/hilms.c type = *buf++; type 242 dev/hil/hilms.c if (type & HIL_MOUSEMOTION) { type 246 dev/hil/hilms.c if (type & HIL_MOUSEBUTTON) type 258 dev/hil/hilms.c if (type & HIL_MOUSEMOTION) { type 308 dev/hil/hilms.c if (type & HIL_MOUSEBUTTON) { type 126 dev/i2c/ad741x.c sc->sc_sensor[ADC_TEMP].type = SENSOR_TEMP; type 132 dev/i2c/ad741x.c sc->sc_sensor[ADC_ADC0].type = SENSOR_INTEGER; type 136 dev/i2c/ad741x.c sc->sc_sensor[ADC_ADC1].type = SENSOR_INTEGER; type 137 dev/i2c/ad741x.c sc->sc_sensor[ADC_ADC2].type = SENSOR_INTEGER; type 138 dev/i2c/ad741x.c sc->sc_sensor[ADC_ADC3].type = SENSOR_INTEGER; type 144 dev/i2c/adm1021.c sc->sc_sensor[ADMTEMP_EXT].type = SENSOR_TEMP; type 149 dev/i2c/adm1021.c sc->sc_sensor[ADMTEMP_INT].type = SENSOR_TEMP; type 137 dev/i2c/adm1024.c sc->sc_sensor[ADMLC_INT].type = SENSOR_TEMP; type 141 dev/i2c/adm1024.c sc->sc_sensor[ADMLC_EXT].type = SENSOR_TEMP; type 145 dev/i2c/adm1024.c sc->sc_sensor[ADMLC_V2_5].type = SENSOR_VOLTS_DC; type 149 dev/i2c/adm1024.c sc->sc_sensor[ADMLC_Vccp].type = SENSOR_VOLTS_DC; type 153 dev/i2c/adm1024.c sc->sc_sensor[ADMLC_Vcc].type = SENSOR_VOLTS_DC; type 157 dev/i2c/adm1024.c sc->sc_sensor[ADMLC_V5].type = SENSOR_VOLTS_DC; type 161 dev/i2c/adm1024.c sc->sc_sensor[ADMLC_V12].type = SENSOR_VOLTS_DC; type 165 dev/i2c/adm1024.c sc->sc_sensor[ADMLC_Vccp2].type = SENSOR_VOLTS_DC; type 169 dev/i2c/adm1024.c sc->sc_sensor[ADMLC_FAN1].type = SENSOR_FANRPM; type 171 dev/i2c/adm1024.c sc->sc_sensor[ADMLC_FAN2].type = SENSOR_FANRPM; type 138 dev/i2c/adm1025.c sc->sc_sensor[ADMTM_INT].type = SENSOR_TEMP; type 142 dev/i2c/adm1025.c sc->sc_sensor[ADMTM_EXT].type = SENSOR_TEMP; type 146 dev/i2c/adm1025.c sc->sc_sensor[ADMTM_V2_5].type = SENSOR_VOLTS_DC; type 150 dev/i2c/adm1025.c sc->sc_sensor[ADMTM_Vccp].type = SENSOR_VOLTS_DC; type 154 dev/i2c/adm1025.c sc->sc_sensor[ADMTM_V3_3].type = SENSOR_VOLTS_DC; type 158 dev/i2c/adm1025.c sc->sc_sensor[ADMTM_V5].type = SENSOR_VOLTS_DC; type 162 dev/i2c/adm1025.c sc->sc_sensor[ADMTM_V12].type = SENSOR_VOLTS_DC; type 166 dev/i2c/adm1025.c sc->sc_sensor[ADMTM_Vcc].type = SENSOR_VOLTS_DC; type 170 dev/i2c/adm1025.c sc->sc_sensor[SMSC_V1_5].type = SENSOR_VOLTS_DC; type 174 dev/i2c/adm1025.c sc->sc_sensor[SMSC_V1_8].type = SENSOR_VOLTS_DC; type 178 dev/i2c/adm1025.c sc->sc_sensor[SMSC_TEMP2].type = SENSOR_TEMP; type 168 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_TEMP].type = SENSOR_TEMP; type 172 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_Vbat].type = SENSOR_VOLTS_DC; type 176 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_EXT1].type = SENSOR_TEMP; type 180 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_EXT2].type = SENSOR_TEMP; type 184 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_V3_3stby].type = SENSOR_VOLTS_DC; type 188 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_V3_3main].type = SENSOR_VOLTS_DC; type 192 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_V5].type = SENSOR_VOLTS_DC; type 196 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_Vccp].type = SENSOR_VOLTS_DC; type 200 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_V12].type = SENSOR_VOLTS_DC; type 204 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_Vminus12].type = SENSOR_VOLTS_DC; type 208 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_FAN1].type = SENSOR_FANRPM; type 209 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_FAN2].type = SENSOR_FANRPM; type 210 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_FAN3].type = SENSOR_FANRPM; type 211 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_FAN4].type = SENSOR_FANRPM; type 212 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_FAN5].type = SENSOR_FANRPM; type 213 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_FAN6].type = SENSOR_FANRPM; type 214 dev/i2c/adm1026.c sc->sc_sensor[ADMCTS_FAN7].type = SENSOR_FANRPM; type 95 dev/i2c/adm1030.c sc->sc_sensor[ADMTMP_INT].type = SENSOR_TEMP; type 99 dev/i2c/adm1030.c sc->sc_sensor[ADMTMP_EXT].type = SENSOR_TEMP; type 103 dev/i2c/adm1030.c sc->sc_sensor[ADMTMP_FAN].type = SENSOR_FANRPM; type 99 dev/i2c/adm1031.c sc->sc_sensor[ADMTT_INT].type = SENSOR_TEMP; type 103 dev/i2c/adm1031.c sc->sc_sensor[ADMTT_EXT].type = SENSOR_TEMP; type 107 dev/i2c/adm1031.c sc->sc_sensor[ADMTT_EXT2].type = SENSOR_TEMP; type 111 dev/i2c/adm1031.c sc->sc_sensor[ADMTT_FAN].type = SENSOR_FANRPM; type 113 dev/i2c/adm1031.c sc->sc_sensor[ADMTT_FAN2].type = SENSOR_FANRPM; type 65 dev/i2c/adt7460.c int type; type 174 dev/i2c/adt7460.c if (sc->chip->type == 7460) { type 193 dev/i2c/adt7460.c sc->sc_sensor[ADT_2_5V].type = SENSOR_VOLTS_DC; type 197 dev/i2c/adt7460.c if (sc->chip->type == 5017) type 201 dev/i2c/adt7460.c sc->sc_sensor[ADT_VCCP].type = SENSOR_VOLTS_DC; type 205 dev/i2c/adt7460.c sc->sc_sensor[ADT_VCC].type = SENSOR_VOLTS_DC; type 209 dev/i2c/adt7460.c sc->sc_sensor[ADT_V5].type = SENSOR_VOLTS_DC; type 213 dev/i2c/adt7460.c sc->sc_sensor[ADT_V12].type = SENSOR_VOLTS_DC; type 217 dev/i2c/adt7460.c sc->sc_sensor[ADT_REM1_TEMP].type = SENSOR_TEMP; type 221 dev/i2c/adt7460.c sc->sc_sensor[ADT_LOCAL_TEMP].type = SENSOR_TEMP; type 225 dev/i2c/adt7460.c sc->sc_sensor[ADT_REM2_TEMP].type = SENSOR_TEMP; type 229 dev/i2c/adt7460.c sc->sc_sensor[ADT_TACH1].type = SENSOR_FANRPM; type 230 dev/i2c/adt7460.c sc->sc_sensor[ADT_TACH2].type = SENSOR_FANRPM; type 231 dev/i2c/adt7460.c sc->sc_sensor[ADT_TACH3].type = SENSOR_FANRPM; type 232 dev/i2c/adt7460.c sc->sc_sensor[ADT_TACH4].type = SENSOR_FANRPM; type 231 dev/i2c/asb100.c sc->sc_sensor[ASB100_SENSOR_VIN0].type = SENSOR_VOLTS_DC; type 232 dev/i2c/asb100.c sc->sc_sensor[ASB100_SENSOR_VIN1].type = SENSOR_VOLTS_DC; type 233 dev/i2c/asb100.c sc->sc_sensor[ASB100_SENSOR_VIN2].type = SENSOR_VOLTS_DC; type 234 dev/i2c/asb100.c sc->sc_sensor[ASB100_SENSOR_VIN3].type = SENSOR_VOLTS_DC; type 235 dev/i2c/asb100.c sc->sc_sensor[ASB100_SENSOR_VIN4].type = SENSOR_VOLTS_DC; type 236 dev/i2c/asb100.c sc->sc_sensor[ASB100_SENSOR_VIN5].type = SENSOR_VOLTS_DC; type 237 dev/i2c/asb100.c sc->sc_sensor[ASB100_SENSOR_VIN6].type = SENSOR_VOLTS_DC; type 239 dev/i2c/asb100.c sc->sc_sensor[ASB100_SENSOR_FAN0].type = SENSOR_FANRPM; type 240 dev/i2c/asb100.c sc->sc_sensor[ASB100_SENSOR_FAN1].type = SENSOR_FANRPM; type 241 dev/i2c/asb100.c sc->sc_sensor[ASB100_SENSOR_FAN2].type = SENSOR_FANRPM; type 243 dev/i2c/asb100.c sc->sc_sensor[ASB100_SENSOR_TEMP0].type = SENSOR_TEMP; type 247 dev/i2c/asb100.c sc->sc_sensor[ASB100_SENSOR_TEMP1].type = SENSOR_TEMP; type 251 dev/i2c/asb100.c sc->sc_sensor[ASB100_SENSOR_TEMP2].type = SENSOR_TEMP; type 257 dev/i2c/asb100.c sc->sc_sensor[ASB100_SENSOR_TEMP3].type = SENSOR_TEMP; type 119 dev/i2c/ds1631.c sc->sc_sensor[MAXDS_TEMP].type = SENSOR_TEMP; type 94 dev/i2c/fcu.c sc->sc_sensor[i].type = SENSOR_FANRPM; type 96 dev/i2c/fcu.c sc->sc_sensor[FCU_PWM1 + i].type = SENSOR_PERCENT; type 144 dev/i2c/fintek.c sc->sc_sensor[F_VCC].type = SENSOR_VOLTS_DC; type 148 dev/i2c/fintek.c sc->sc_sensor[F_V1].type = SENSOR_VOLTS_DC; type 149 dev/i2c/fintek.c sc->sc_sensor[F_V2].type = SENSOR_VOLTS_DC; type 150 dev/i2c/fintek.c sc->sc_sensor[F_V3].type = SENSOR_VOLTS_DC; type 152 dev/i2c/fintek.c sc->sc_sensor[F_TEMP1].type = SENSOR_TEMP; type 153 dev/i2c/fintek.c sc->sc_sensor[F_TEMP2].type = SENSOR_TEMP; type 155 dev/i2c/fintek.c sc->sc_sensor[F_FAN1].type = SENSOR_FANRPM; type 156 dev/i2c/fintek.c sc->sc_sensor[F_FAN2].type = SENSOR_FANRPM; type 148 dev/i2c/gl518sm.c sc->sc_sensor[GLENV_VIN3].type = SENSOR_VOLTS_DC; type 150 dev/i2c/gl518sm.c sc->sc_sensor[GLENV_TEMP].type = SENSOR_TEMP; type 152 dev/i2c/gl518sm.c sc->sc_sensor[GLENV_FAN1].type = SENSOR_FANRPM; type 154 dev/i2c/gl518sm.c sc->sc_sensor[GLENV_FAN2].type = SENSOR_FANRPM; type 209 dev/i2c/lm75.c sc->sc_sensor.type = SENSOR_TEMP; type 176 dev/i2c/lm87.c sc->sc_sensor[LMENV_2_5V].type = SENSOR_VOLTS_DC; type 180 dev/i2c/lm87.c sc->sc_sensor[LMENV_VCCP1].type = SENSOR_VOLTS_DC; type 184 dev/i2c/lm87.c sc->sc_sensor[LMENV_VCC].type = SENSOR_VOLTS_DC; type 188 dev/i2c/lm87.c sc->sc_sensor[LMENV_5V].type = SENSOR_VOLTS_DC; type 192 dev/i2c/lm87.c sc->sc_sensor[LMENV_12V].type = SENSOR_VOLTS_DC; type 196 dev/i2c/lm87.c sc->sc_sensor[LMENV_VCCP2].type = SENSOR_VOLTS_DC; type 200 dev/i2c/lm87.c sc->sc_sensor[LMENV_EXT_TEMP].type = SENSOR_TEMP; type 206 dev/i2c/lm87.c sc->sc_sensor[LMENV_INT_TEMP].type = SENSOR_TEMP; type 211 dev/i2c/lm87.c sc->sc_sensor[LMENV_FAN1].type = SENSOR_VOLTS_DC; type 215 dev/i2c/lm87.c sc->sc_sensor[LMENV_FAN1].type = SENSOR_FANRPM; type 219 dev/i2c/lm87.c sc->sc_sensor[LMENV_FAN2].type = SENSOR_VOLTS_DC; type 223 dev/i2c/lm87.c sc->sc_sensor[LMENV_FAN2].type = SENSOR_FANRPM; type 288 dev/i2c/lm87.c if (sc->sc_sensor[sensor].type == SENSOR_VOLTS_DC) { type 300 dev/i2c/lm87.c if (sc->sc_sensor[sensor].type == SENSOR_VOLTS_DC) { type 127 dev/i2c/maxim6690.c sc->sc_sensor[MAXTMP_INT].type = SENSOR_TEMP; type 131 dev/i2c/maxim6690.c sc->sc_sensor[MAXTMP_EXT].type = SENSOR_TEMP; type 121 dev/i2c/pca9554.c sc->sc_sensor[i].type = SENSOR_INDICATOR; type 121 dev/i2c/tsl2560.c sc->sc_sensor.type = SENSOR_LUX; type 68 dev/i2c/w83l784r.c enum sensor_type type; type 247 dev/i2c/w83l784r.c sc->sc_sensors[i].type = sensors[i].type; type 827 dev/i2o/i2o.h u_int8_t type; type 266 dev/i2o/ioprbs.c switch (param.p.bdi.type) { type 2849 dev/ic/aac.c switch(aif->data.EN.type) { type 2958 dev/ic/aac.c printf("\t(%d)\n", aif->data.EN.type); type 2987 dev/ic/aac.c switch(aif->data.PR[0].jd.type) { type 3102 dev/ic/aac.c printf("\t(%d)\n", aif->data.PR[0].jd.type); type 401 dev/ic/aacreg.h u_int8_t type; type 708 dev/ic/aacreg.h AAC_AifJobType type; /* Operation that is being type 812 dev/ic/aacreg.h AAC_AifEventNotifyType type; type 124 dev/ic/ac97.c int type; type 626 dev/ic/ac97.c switch (si->type) { type 640 dev/ic/ac97.c si->type = AUDIO_MIXER_ENUM; type 671 dev/ic/ac97.c if (si2->type == AUDIO_MIXER_CLASS && type 808 dev/ic/ac97.c ctl.type = AUDIO_MIXER_ENUM; type 822 dev/ic/ac97.c ctl.type = AUDIO_MIXER_ENUM; type 840 dev/ic/ac97.c dip->type = si->type; type 858 dev/ic/ac97.c if (dip->type == AUDIO_MIXER_VALUE) type 877 dev/ic/ac97.c cp->type != si->type) type 886 dev/ic/ac97.c switch (cp->type) { type 979 dev/ic/ac97.c cp->type != si->type) type 988 dev/ic/ac97.c switch (cp->type) { type 1121 dev/ic/ac97.c if (as->source_info[i].type == AUDIO_MIXER_ENUM) { type 2410 dev/ic/acx.c acx_beacon_locate(struct mbuf *m, u_int8_t type) type 2428 dev/ic/acx.c if (frm[off] == type) type 192 dev/ic/aic79xx.c int ahd_sent_msg(struct ahd_softc *ahd, ahd_msgtype type, type 3072 dev/ic/aic79xx.c u_int type, int paused) type 3082 dev/ic/aic79xx.c active = (type & AHD_TRANS_ACTIVE) == AHD_TRANS_ACTIVE; type 3093 dev/ic/aic79xx.c if ((type & AHD_TRANS_USER) != 0) { type 3099 dev/ic/aic79xx.c if ((type & AHD_TRANS_GOAL) != 0) { type 3109 dev/ic/aic79xx.c if ((type & AHD_TRANS_CUR) != 0 type 3173 dev/ic/aic79xx.c if ((type & AHD_TRANS_CUR) != 0) { type 3218 dev/ic/aic79xx.c u_int width, u_int type, int paused) type 3226 dev/ic/aic79xx.c active = (type & AHD_TRANS_ACTIVE) == AHD_TRANS_ACTIVE; type 3231 dev/ic/aic79xx.c if ((type & AHD_TRANS_USER) != 0) type 3234 dev/ic/aic79xx.c if ((type & AHD_TRANS_GOAL) != 0) type 3238 dev/ic/aic79xx.c if ((type & AHD_TRANS_CUR) != 0 && oldwidth != width) { type 3254 dev/ic/aic79xx.c if ((type & AHD_TRANS_CUR) != 0) { type 4238 dev/ic/aic79xx.c ahd_sent_msg(struct ahd_softc *ahd, ahd_msgtype type, u_int msgval, int full) type 4252 dev/ic/aic79xx.c && type == AHDMSG_EXT) { type 4268 dev/ic/aic79xx.c if (type == AHDMSG_1B type 1521 dev/ic/aic79xx.h u_int width, u_int type, int paused); type 1526 dev/ic/aic79xx.h u_int type, int paused); type 110 dev/ic/aic79xx_openbsd.h #define offsetof(type, member) ((size_t)(&((type *)0)->member)) type 218 dev/ic/aic79xx_openbsd.h #define aic_set_transaction_tag(scb, enabled, type) type 194 dev/ic/aic7xxx.c static int ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, type 1968 dev/ic/aic7xxx.c u_int offset, u_int ppr_options, u_int type, int paused) type 1978 dev/ic/aic7xxx.c active = (type & AHC_TRANS_ACTIVE) == AHC_TRANS_ACTIVE; type 1989 dev/ic/aic7xxx.c if ((type & AHC_TRANS_USER) != 0) { type 1995 dev/ic/aic7xxx.c if ((type & AHC_TRANS_GOAL) != 0) { type 2005 dev/ic/aic7xxx.c if ((type & AHC_TRANS_CUR) != 0 type 2094 dev/ic/aic7xxx.c u_int width, u_int type, int paused) type 2102 dev/ic/aic7xxx.c active = (type & AHC_TRANS_ACTIVE) == AHC_TRANS_ACTIVE; type 2107 dev/ic/aic7xxx.c if ((type & AHC_TRANS_USER) != 0) type 2110 dev/ic/aic7xxx.c if ((type & AHC_TRANS_GOAL) != 0) type 2114 dev/ic/aic7xxx.c if ((type & AHC_TRANS_CUR) != 0 && oldwidth != width) { type 3018 dev/ic/aic7xxx.c ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, u_int msgval, int full) type 3032 dev/ic/aic7xxx.c && type == AHCMSG_EXT) { type 3048 dev/ic/aic7xxx.c if (type == AHCMSG_1B type 4473 dev/ic/aic7xxx.c const char *type; type 4484 dev/ic/aic7xxx.c type = "Wide"; type 4486 dev/ic/aic7xxx.c type = "Single"; type 4490 dev/ic/aic7xxx.c speed, type, ahc->channel, ahc->our_id); type 101 dev/ic/aic7xxx_openbsd.h #define offsetof(type, member) ((size_t)(&((type *)0)->member)) type 251 dev/ic/aic7xxx_openbsd.h void ahc_set_transaction_tag(struct scb *scb, int enabled, u_int type) type 1138 dev/ic/ami.c u_int8_t target = link->target, type; type 1160 dev/ic/ami.c type = ((struct scsi_inquiry_data *)xs->data)->device & type 1162 dev/ic/ami.c if (!(type == T_PROCESSOR || type == T_ENCLOSURE)) type 2464 dev/ic/ami.c sc->sc_sensors[i].type = SENSOR_DRIVE; type 1573 dev/ic/an.c an_write_wepkey(struct an_softc *sc, int type, struct an_wepkey *keys, int kid) type 1591 dev/ic/an.c if ((error = an_write_rid(sc, type, akey, sizeof(*akey))) != 0) type 1601 dev/ic/an.c error = an_write_rid(sc, type, akey, sizeof(*akey)); type 1003 dev/ic/ar5210.c u_int packet_length, u_int header_length, HAL_PKT_TYPE type, u_int tx_power, type 1026 dev/ic/ar5210.c if (type == HAL_PKT_TYPE_BEACON || type == HAL_PKT_TYPE_PROBE_RESP) type 1028 dev/ic/ar5210.c else if (type == HAL_PKT_TYPE_PIFS) type 1031 dev/ic/ar5210.c frame_type = type; type 1132 dev/ic/ar5211.c u_int packet_length, u_int header_length, HAL_PKT_TYPE type, u_int tx_power, type 1154 dev/ic/ar5211.c AR5K_REG_SM(type, AR5K_AR5211_DESC_TX_CTL1_FRAME_TYPE); type 1291 dev/ic/ar5212.c u_int packet_length, u_int header_length, HAL_PKT_TYPE type, u_int tx_power, type 1313 dev/ic/ar5212.c AR5K_REG_SM(type, AR5K_AR5212_DESC_TX_CTL1_FRAME_TYPE); type 2138 dev/ic/ar5212.c u_int32_t data, type; type 2151 dev/ic/ar5212.c type = AR5K_REG_MS(data, AR5K_AR5212_PHY_PAPD_PROBE_TYPE); type 2153 dev/ic/ar5212.c if (type == AR5K_AR5212_PHY_PAPD_PROBE_TYPE_CCK) type 526 dev/ic/ar5xxx.c ar5k_printver(enum ar5k_srev_type type, u_int32_t val) type 533 dev/ic/ar5xxx.c if (type == AR5K_VERSION_DEV) { type 534 dev/ic/ar5xxx.c if (names[i].sr_type == type && type 541 dev/ic/ar5xxx.c if (names[i].sr_type != type || type 965 dev/ic/ar5xxx.h u_int packet_length, u_int header_length, HAL_PKT_TYPE type, \ type 1271 dev/ic/ath.c ath_getmbuf(int flags, int type, u_int pktlen) type 1278 dev/ic/ath.c MGETHDR(m, flags, type); type 1280 dev/ic/ath.c m = m_getcl(flags, type, M_PKTHDR); type 1283 dev/ic/ath.c MGETHDR(m, flags, type); type 386 dev/ic/bt8xx.h METEOR_PIXTYPE type; /* What's the board gonna feed us */ type 432 dev/ic/ciss.c sc->sensors[i].type = SENSOR_DRIVE; type 1074 dev/ic/ciss.c bv->bv_level = ciss_level[ldid->type]; type 152 dev/ic/cissreg.h u_int8_t type; type 250 dev/ic/cissreg.h u_int8_t type; type 127 dev/ic/dpt.c #define offsetof(type, member) (int)((&((type *)0)->member)) type 415 dev/ic/dpt.c link->type = BUS_SCSI; type 1604 dev/ic/gdt_common.c p->type = 0xfd; type 105 dev/ic/gdtvar.h u_int16_t type; type 3637 dev/ic/isp.c int type; type 3650 dev/ic/isp.c type = isp_get_response_type(isp, hp); type 3652 dev/ic/isp.c if (type == RQSTYPE_RESPONSE) { type 3654 dev/ic/isp.c } else if (type == RQSTYPE_RIO2) { type 3670 dev/ic/isp.c if (isp_handle_other_response(isp, type, hp, &optr)) { type 4281 dev/ic/isp.c isp_handle_other_response(struct ispsoftc *isp, int type, type 4284 dev/ic/isp.c switch (type) { type 410 dev/ic/isp_inline.h u_int8_t type; type 412 dev/ic/isp_inline.h ISP_IOXGET_8(isp, &hp->rqs_entry_count, type); type 414 dev/ic/isp_inline.h ISP_IOXGET_8(isp, &hp->rqs_entry_type, type); type 416 dev/ic/isp_inline.h return ((int)type); type 139 dev/ic/isp_openbsd.h #define MEMORYBARRIER(isp, type, offset, size) \ type 140 dev/ic/isp_openbsd.h switch (type) { \ type 174 dev/ic/isp_openbsd.h #define MEMORYBARRIER(isp, type, offset, size) type 142 dev/ic/isp_target.c int bus, type, rval = 1; type 144 dev/ic/isp_target.c type = isp_get_response_type(isp, (isphdr_t *)vptr); type 149 dev/ic/isp_target.c switch(type) { type 254 dev/ic/isp_target.c "Unknown entry type 0x%x in isp_target_notify", type); type 589 dev/ic/lm78.c sc->sensors[i].type = sensors[i].type; type 132 dev/ic/lm78var.h enum sensor_type type; type 1678 dev/ic/mfi.c mfi_bio_hs(struct mfi_softc *sc, int volid, int type, void *bio_hs) type 1741 dev/ic/mfi.c switch (type) { type 1811 dev/ic/mfi.c sc->sc_sensors[i].type = SENSOR_DRIVE; type 2213 dev/ic/mpi.c mpi_cfg_header(struct mpi_softc *sc, u_int8_t type, u_int8_t number, type 2223 dev/ic/mpi.c "address: %d\n", DEVNAME(sc), type, number, address); type 2243 dev/ic/mpi.c cq->config_header.page_type = type; type 399 dev/ic/opl.c sd->type = SYNTH_TYPE_FM; type 75 dev/ic/pcdisplay_subr.c off = (scr->vc_crow * scr->type->ncols + scr->vc_ccol) * 2 + type 99 dev/ic/pcdisplay_subr.c off = scr->vc_crow * scr->type->ncols + scr->vc_ccol; type 113 dev/ic/pcdisplay_subr.c off = (scr->vc_crow * scr->type->ncols + scr->vc_ccol); type 135 dev/ic/pcdisplay_subr.c + row * scr->type->ncols + col; type 168 dev/ic/pcdisplay_subr.c off = row * scr->type->ncols + col; type 189 dev/ic/pcdisplay_subr.c off = row * scr->type->ncols + col; type 214 dev/ic/pcdisplay_subr.c srcoff = dstoff = row * scr->type->ncols; type 240 dev/ic/pcdisplay_subr.c off = row * scr->type->ncols + startcol; type 260 dev/ic/pcdisplay_subr.c int ncols = scr->type->ncols; type 288 dev/ic/pcdisplay_subr.c off = startrow * scr->type->ncols; type 289 dev/ic/pcdisplay_subr.c count = nrows * scr->type->ncols; type 33 dev/ic/pcdisplayvar.h const struct wsscreen_descr *type; type 1336 dev/ic/pdq.c pdq_type_t type) type 1360 dev/ic/pdq.c pdq->pdq_type = type; type 351 dev/ic/pdqvar.h void *ctx, pdq_type_t type); type 1853 dev/ic/pgt.c int type, int arg) type 1054 dev/ic/sili.c fis->type = ATA_FIS_TYPE_H2D; type 1082 dev/ic/sili.c if (ISSET(log->err_regs.type, ATA_LOG_10H_TYPE_NOTQUEUED)) { type 1090 dev/ic/sili.c *err_slotp = log->err_regs.type & ATA_LOG_10H_TYPE_TAG_MASK; type 1094 dev/ic/sili.c ccb->ccb_xa.rfis.type = ATA_FIS_TYPE_D2H; type 424 dev/ic/siopreg.h u_int16_t type; /* 0x0000 */ type 456 dev/ic/siopreg.h u_int16_t type; /* 4 - 8xx */ type 80 dev/ic/sti.c int sti_alloc_screen(void *v, const struct wsscreen_descr *type, type 503 dev/ic/sti.c fp->type, fp->bpc, fp->first, fp->last); type 588 dev/ic/sti.c fp->type = bus_space_read_1(memt, romh, type 891 dev/ic/sti.c sti_alloc_screen(v, type, cookiep, cxp, cyp, defattr) type 893 dev/ic/sti.c const struct wsscreen_descr *type; type 989 dev/ic/sti.c switch (fp->type) { type 178 dev/ic/stireg.h u_int8_t type; type 193 dev/ic/stireg.h u_int8_t type; type 202 dev/ic/vga.c #define VGA_SCREEN_CANTWOFONTS(type) (!((type)->capabilities & WSSCREEN_HILIT)) type 339 dev/ic/vga.c const struct wsscreen_descr *type = scr->pcs.type; type 347 dev/ic/vga.c if (!f || f->height != type->fontheight) type 357 dev/ic/vga.c VGA_SCREEN_CANTWOFONTS(type) && type 372 dev/ic/vga.c printf("vga (%s): font1=%s (slot %d)", type->name, type 388 dev/ic/vga.c vga_init_screen(vc, scr, type, existing, attrp) type 391 dev/ic/vga.c const struct wsscreen_descr *type; type 400 dev/ic/vga.c scr->pcs.type = type; type 403 dev/ic/vga.c scr->maxdispoffset = 0x8000 - type->nrows * type->ncols * 2; type 410 dev/ic/vga.c if (cpos < 0 || cpos >= type->nrows * type->ncols) type 427 dev/ic/vga.c scr->pcs.vc_crow = cpos / type->ncols; type 428 dev/ic/vga.c scr->pcs.vc_ccol = cpos % type->ncols; type 507 dev/ic/vga.c vga_common_attach(self, iot, memt, type) type 510 dev/ic/vga.c int type; type 512 dev/ic/vga.c vga_extended_attach(self, iot, memt, type, NULL); type 516 dev/ic/vga.c vga_extended_attach(self, iot, memt, type, map) type 519 dev/ic/vga.c int type; type 526 dev/ic/vga.c console = vga_is_console(iot, type); type 540 dev/ic/vga.c vc->vc_type = type; type 553 dev/ic/vga.c vga_cnattach(iot, memt, type, check) type 555 dev/ic/vga.c int type, check; type 577 dev/ic/vga.c vga_console_type = type; type 582 dev/ic/vga.c vga_is_console(iot, type) type 584 dev/ic/vga.c int type; type 589 dev/ic/vga.c (vga_console_type == -1 || (type == vga_console_type))) type 652 dev/ic/vga.c vga_alloc_screen(v, type, cookiep, curxp, curyp, defattrp) type 654 dev/ic/vga.c const struct wsscreen_descr *type; type 669 dev/ic/vga.c malloc(type->ncols * type->nrows * 2, M_DEVBUF, M_WAITOK); type 673 dev/ic/vga.c vga_init_screen(vc, scr, type, vc->nscreens == 0, defattrp); type 678 dev/ic/vga.c vc->currenttype = type; type 680 dev/ic/vga.c scr->pcs.mem = malloc(type->ncols * type->nrows * 2, type 682 dev/ic/vga.c pcdisplay_eraserows(&scr->pcs, 0, type->nrows, *defattrp); type 775 dev/ic/vga.c const struct wsscreen_descr *type; type 783 dev/ic/vga.c type = scr->pcs.type; type 789 dev/ic/vga.c if (oldscr->pcs.type != vc->currenttype) type 804 dev/ic/vga.c const struct wsscreen_descr *oldtype = oldscr->pcs.type; type 812 dev/ic/vga.c if (vc->currenttype != type) { type 813 dev/ic/vga.c vga_setscreentype(vh, type); type 814 dev/ic/vga.c vc->currenttype = type; type 828 dev/ic/vga.c type->ncols * type->nrows); type 931 dev/ic/vga.c int margin = scr->pcs.type->ncols * 2; type 934 dev/ic/vga.c vga_scr_end = (scr->pcs.dispoffset + scr->pcs.type->ncols * type 935 dev/ic/vga.c scr->pcs.type->nrows * 2); type 938 dev/ic/vga.c we = scr->vga_rollover + scr->pcs.type->ncols * 2; type 944 dev/ic/vga.c (scr->pcs.type->ncols * 2); type 1026 dev/ic/vga.c int ncols = scr->pcs.type->ncols; type 1033 dev/ic/vga.c if (dstrow == 0 && (srcrow + nrows == scr->pcs.type->nrows)) { type 1262 dev/ic/vga.c KASSERT(VGA_SCREEN_CANTWOFONTS(scr->pcs.type)); type 130 dev/ic/vga_subr.c vga_setscreentype(vh, type) type 132 dev/ic/vga_subr.c const struct wsscreen_descr *type; type 134 dev/ic/vga_subr.c vga_6845_write(vh, maxrow, type->fontheight - 1); type 137 dev/ic/vga_subr.c vga_6845_write(vh, vde, type->fontheight * type->nrows - 1); type 141 dev/ic/vga_subr.c vga_6845_write(vh, curstart, type->fontheight - 2); type 142 dev/ic/vga_subr.c vga_6845_write(vh, curend, type->fontheight - 1); type 147 dev/ic/vga_subr.c if (type->capabilities & WSSCREEN_HILIT) { type 156 dev/ic/wdc.c wdc_log(struct channel_softc *chp, enum wdcevent_type type, type 174 dev/ic/wdc.c printf ("wdc_log: type %d size %x\n", type, size); type 214 dev/ic/wdc.c *ptr++ = type & 0xff; type 47 dev/ic/wdcevent.h void wdc_log(struct channel_softc *chp, enum wdcevent_type type, type 1304 dev/ipmi.c switch (psensor->i_sensor.type) { type 1415 dev/ipmi.c ipmi_sensor_type(int type, int ext_type, int entity) type 1417 dev/ipmi.c switch (ext_type << 8L | type) { type 1499 dev/ipmi.c psensor->i_sensor.type = typ; type 811 dev/isa/ad1848.c if (cp->type != AUDIO_MIXER_VALUE) type 829 dev/isa/ad1848.c if (cp->type != AUDIO_MIXER_ENUM) break; type 836 dev/isa/ad1848.c if (cp->type != AUDIO_MIXER_VALUE) break; type 845 dev/isa/ad1848.c if (cp->type != AUDIO_MIXER_VALUE) break; type 854 dev/isa/ad1848.c if (cp->type != AUDIO_MIXER_ENUM) break; type 885 dev/isa/ad1848.c if (cp->type != AUDIO_MIXER_VALUE) type 901 dev/isa/ad1848.c if (cp->type != AUDIO_MIXER_ENUM) break; type 909 dev/isa/ad1848.c if (cp->type != AUDIO_MIXER_VALUE) break; type 916 dev/isa/ad1848.c if (cp->type != AUDIO_MIXER_VALUE) break; type 923 dev/isa/ad1848.c if (cp->type != AUDIO_MIXER_ENUM) break; type 206 dev/isa/aps.c sc->sensors[APS_SENSOR_XACCEL].type = SENSOR_INTEGER; type 210 dev/isa/aps.c sc->sensors[APS_SENSOR_YACCEL].type = SENSOR_INTEGER; type 214 dev/isa/aps.c sc->sensors[APS_SENSOR_TEMP1].type = SENSOR_TEMP; type 215 dev/isa/aps.c sc->sensors[APS_SENSOR_TEMP2].type = SENSOR_TEMP; type 217 dev/isa/aps.c sc->sensors[APS_SENSOR_XVAR].type = SENSOR_INTEGER; type 221 dev/isa/aps.c sc->sensors[APS_SENSOR_YVAR].type = SENSOR_INTEGER; type 225 dev/isa/aps.c sc->sensors[APS_SENSOR_KBACT].type = SENSOR_INDICATOR; type 229 dev/isa/aps.c sc->sensors[APS_SENSOR_MSACT].type = SENSOR_INDICATOR; type 233 dev/isa/aps.c sc->sensors[APS_SENSOR_LIDOPEN].type = SENSOR_INDICATOR; type 1217 dev/isa/aria.c if (cp->type == AUDIO_MIXER_VALUE) { type 1307 dev/isa/aria.c if (cp->type == AUDIO_MIXER_ENUM) type 1381 dev/isa/aria.c if (cp->type == AUDIO_MIXER_VALUE) { type 1390 dev/isa/aria.c if (cp->type == AUDIO_MIXER_VALUE) { type 1399 dev/isa/aria.c if (cp->type == AUDIO_MIXER_VALUE) { type 1408 dev/isa/aria.c if (cp->type == AUDIO_MIXER_VALUE) { type 1415 dev/isa/aria.c if (cp->type == AUDIO_MIXER_VALUE) { type 1424 dev/isa/aria.c if (cp->type == AUDIO_MIXER_VALUE) { type 1433 dev/isa/aria.c if (cp->type == AUDIO_MIXER_ENUM) { type 1440 dev/isa/aria.c if (cp->type == AUDIO_MIXER_ENUM) { type 1447 dev/isa/aria.c if (cp->type == AUDIO_MIXER_ENUM) { type 1454 dev/isa/aria.c if (cp->type == AUDIO_MIXER_ENUM) { type 1461 dev/isa/aria.c if (cp->type == AUDIO_MIXER_ENUM) { type 1468 dev/isa/aria.c if (cp->type == AUDIO_MIXER_ENUM) { type 1475 dev/isa/aria.c if (cp->type == AUDIO_MIXER_VALUE) { type 1484 dev/isa/aria.c if (cp->type == AUDIO_MIXER_VALUE) { type 1493 dev/isa/aria.c if (cp->type == AUDIO_MIXER_VALUE) { type 1502 dev/isa/aria.c if (cp->type == AUDIO_MIXER_VALUE) { type 1510 dev/isa/aria.c if (cp->type == AUDIO_MIXER_ENUM) { type 1541 dev/isa/aria.c dip->type = AUDIO_MIXER_VALUE; type 1552 dev/isa/aria.c dip->type = AUDIO_MIXER_VALUE; type 1562 dev/isa/aria.c dip->type = AUDIO_MIXER_VALUE; type 1572 dev/isa/aria.c dip->type = AUDIO_MIXER_VALUE; type 1582 dev/isa/aria.c dip->type = AUDIO_MIXER_VALUE; type 1592 dev/isa/aria.c dip->type = AUDIO_MIXER_VALUE; type 1627 dev/isa/aria.c dip->type = AUDIO_MIXER_ENUM; type 1639 dev/isa/aria.c dip->type = AUDIO_MIXER_VALUE; type 1649 dev/isa/aria.c dip->type = AUDIO_MIXER_VALUE; type 1660 dev/isa/aria.c dip->type = AUDIO_MIXER_VALUE; type 1670 dev/isa/aria.c dip->type = AUDIO_MIXER_VALUE; type 1680 dev/isa/aria.c dip->type = AUDIO_MIXER_ENUM; type 1704 dev/isa/aria.c dip->type = AUDIO_MIXER_CLASS; type 1710 dev/isa/aria.c dip->type = AUDIO_MIXER_CLASS; type 1717 dev/isa/aria.c dip->type = AUDIO_MIXER_CLASS; type 1723 dev/isa/aria.c dip->type = AUDIO_MIXER_CLASS; type 208 dev/isa/ega.c #define VGA_SCREEN_CANTWOFONTS(type) (!((type)->capabilities & WSSCREEN_HILIT)) type 313 dev/isa/ega.c const struct wsscreen_descr *type = scr->pcs.type; type 321 dev/isa/ega.c if (!f || f->height != type->fontheight) type 330 dev/isa/ega.c VGA_SCREEN_CANTWOFONTS(type) && type 344 dev/isa/ega.c printf("ega (%s): font1=%s (slot %d)", type->name, type 360 dev/isa/ega.c ega_init_screen(vc, scr, type, existing, attrp) type 363 dev/isa/ega.c const struct wsscreen_descr *type; type 372 dev/isa/ega.c scr->pcs.type = type; type 375 dev/isa/ega.c scr->maxdispoffset = 0x8000 - type->nrows * type->ncols * 2; type 382 dev/isa/ega.c if (cpos < 0 || cpos >= type->nrows * type->ncols) type 397 dev/isa/ega.c scr->pcs.vc_crow = cpos / type->ncols; type 398 dev/isa/ega.c scr->pcs.vc_ccol = cpos % type->ncols; type 609 dev/isa/ega.c ega_alloc_screen(v, type, cookiep, curxp, curyp, defattrp) type 611 dev/isa/ega.c const struct wsscreen_descr *type; type 626 dev/isa/ega.c malloc(type->ncols * type->nrows * 2, M_DEVBUF, M_WAITOK); type 630 dev/isa/ega.c ega_init_screen(vc, scr, type, vc->nscreens == 0, defattrp); type 635 dev/isa/ega.c vc->currenttype = type; type 637 dev/isa/ega.c scr->pcs.mem = malloc(type->ncols * type->nrows * 2, type 639 dev/isa/ega.c pcdisplay_eraserows(&scr->pcs, 0, type->nrows, *defattrp); type 730 dev/isa/ega.c const struct wsscreen_descr *type; type 738 dev/isa/ega.c type = scr->pcs.type; type 744 dev/isa/ega.c if (oldscr->pcs.type != vc->currenttype) type 757 dev/isa/ega.c const struct wsscreen_descr *oldtype = oldscr->pcs.type; type 765 dev/isa/ega.c if (vc->currenttype != type) { type 766 dev/isa/ega.c vga_setscreentype(vh, type); type 767 dev/isa/ega.c vc->currenttype = type; type 781 dev/isa/ega.c type->ncols * type->nrows); type 934 dev/isa/ega.c int ncols = scr->pcs.type->ncols; type 941 dev/isa/ega.c if (dstrow == 0 && (srcrow + nrows == scr->pcs.type->nrows)) { type 1018 dev/isa/ess.c arg.type = AUDIODEV_TYPE_OPL; type 1692 dev/isa/ess.c if (cp->type != AUDIO_MIXER_VALUE) type 1730 dev/isa/ess.c if (cp->type == AUDIO_MIXER_ENUM) type 1735 dev/isa/ess.c if (cp->type == AUDIO_MIXER_SET) type 1743 dev/isa/ess.c if (cp->type != AUDIO_MIXER_ENUM) type 1767 dev/isa/ess.c if (cp->type != AUDIO_MIXER_VALUE) type 1791 dev/isa/ess.c if (cp->type != AUDIO_MIXER_ENUM) type 1922 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 1937 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 1947 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 1958 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 1968 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 1978 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 1988 dev/isa/ess.c dip->type = AUDIO_MIXER_CLASS; type 1995 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 2005 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 2015 dev/isa/ess.c dip->type = AUDIO_MIXER_CLASS; type 2022 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 2042 dev/isa/ess.c dip->type = AUDIO_MIXER_ENUM; type 2058 dev/isa/ess.c dip->type = AUDIO_MIXER_SET; type 2086 dev/isa/ess.c dip->type = AUDIO_MIXER_CLASS; type 2092 dev/isa/ess.c dip->type = AUDIO_MIXER_ENUM; type 2108 dev/isa/ess.c dip->type = AUDIO_MIXER_CLASS; type 2120 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 2131 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 2141 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 2152 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 2162 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 2172 dev/isa/ess.c dip->type = AUDIO_MIXER_VALUE; type 2183 dev/isa/ess.c dip->type = AUDIO_MIXER_ENUM; type 88 dev/isa/ess_isapnp.c sc->sc_audio1.ist = ia->ipa_irq[0].type; type 91 dev/isa/ess_isapnp.c sc->sc_audio2.ist = ia->ipa_irq[0].type; type 228 dev/isa/fd.c struct fd_type *type = fa->fa_deftype; type 231 dev/isa/fd.c if (!type || (fa->fa_flags & 0x10)) { type 235 dev/isa/fd.c type = &fd_types[7]; type 238 dev/isa/fd.c type = &fd_types[0]; type 241 dev/isa/fd.c type = &fd_types[1]; type 244 dev/isa/fd.c type = &fd_types[4]; type 247 dev/isa/fd.c type = &fd_types[3]; type 250 dev/isa/fd.c type = &fd_types[8]; type 257 dev/isa/fd.c type = &fd_types[0]; type 262 dev/isa/fd.c if (type) type 263 dev/isa/fd.c printf(": %s %d cyl, %d head, %d sec\n", type->name, type 264 dev/isa/fd.c type->tracks, type->heads, type->sectrac); type 270 dev/isa/fd.c fd->sc_deftype = type; type 305 dev/isa/fd.c int type; type 307 dev/isa/fd.c type = (drive == 0 ? nvraminfo : nvraminfo << 4) & 0xf0; type 308 dev/isa/fd.c switch (type) { type 324 dev/isa/fd.c fdc, drive, type); type 335 dev/isa/fd.c int type = FDTYPE(dev); type 337 dev/isa/fd.c if (type > (sizeof(fd_types) / sizeof(fd_types[0]))) type 339 dev/isa/fd.c return type ? &fd_types[type - 1] : fd->sc_deftype; type 546 dev/isa/fd.c struct fd_type *type; type 554 dev/isa/fd.c type = fd_dev_to_type(fd, dev); type 555 dev/isa/fd.c if (type == NULL) type 559 dev/isa/fd.c fd->sc_type != type) type 562 dev/isa/fd.c fd->sc_type = type; type 619 dev/isa/fd.c struct fd_type *type; type 697 dev/isa/fd.c type = fd->sc_type; type 701 dev/isa/fd.c sec = fd->sc_blkno % type->seccyl; type 702 dev/isa/fd.c nblks = type->seccyl - sec; type 707 dev/isa/fd.c head = sec / type->sectrac; type 708 dev/isa/fd.c sec -= head * type->sectrac; type 711 dev/isa/fd.c block = (fd->sc_cylin * type->heads + head) * type->sectrac + sec; type 722 dev/isa/fd.c bus_space_write_1(iot, ioh_ctl, fdctl, type->rate); type 749 dev/isa/fd.c out_fdc(iot, ioh, type->secsize); /* sec size */ type 750 dev/isa/fd.c out_fdc(iot, ioh, type->sectrac); /* secs/track */ type 751 dev/isa/fd.c out_fdc(iot, ioh, type->gap1); /* gap1 size */ type 752 dev/isa/fd.c out_fdc(iot, ioh, type->datalen); /* data len */ type 1056 dev/isa/fd.c struct fd_type *type = fd->sc_type; type 1074 dev/isa/fd.c bp->b_blkno = (finfo->cyl * (type->sectrac * type->heads) type 1075 dev/isa/fd.c + finfo->head * type->sectrac) * fd_bsize / DEV_BSIZE; type 149 dev/isa/fdc.c int type; type 178 dev/isa/fdc.c type = mc146818_read(NULL, NVRAM_DISKETTE); /* XXX softc */ type 181 dev/isa/fdc.c type = -1; type 190 dev/isa/fdc.c if (type >= 0 && fa.fa_drive < 2) type 192 dev/isa/fdc.c type, fa.fa_drive); type 2479 dev/isa/gus.c if (cp->type == AUDIO_MIXER_VALUE) { type 2490 dev/isa/gus.c if (cp->type == AUDIO_MIXER_ENUM) { type 2513 dev/isa/gus.c DPRINTF(("gus_mixer_get_port: dev=%d type=%d\n", cp->dev, cp->type)); type 2521 dev/isa/gus.c if (cp->type == AUDIO_MIXER_ENUM) { type 2532 dev/isa/gus.c if (cp->type == AUDIO_MIXER_ENUM) { type 2543 dev/isa/gus.c if (cp->type == AUDIO_MIXER_ENUM) { type 2554 dev/isa/gus.c if (cp->type == AUDIO_MIXER_ENUM) { type 2561 dev/isa/gus.c if (cp->type == AUDIO_MIXER_ENUM) { type 2568 dev/isa/gus.c if (cp->type == AUDIO_MIXER_VALUE) { type 2577 dev/isa/gus.c if (cp->type == AUDIO_MIXER_VALUE) { type 2586 dev/isa/gus.c if (cp->type == AUDIO_MIXER_VALUE) { type 2596 dev/isa/gus.c if (cp->type == AUDIO_MIXER_VALUE) { type 2605 dev/isa/gus.c if (cp->type == AUDIO_MIXER_VALUE) { type 2615 dev/isa/gus.c if (cp->type == AUDIO_MIXER_ENUM) { type 2686 dev/isa/gus.c DPRINTF(("gusmax_mixer_set_port: dev=%d type=%d\n", cp->dev, cp->type)); type 2690 dev/isa/gus.c if (cp->type == AUDIO_MIXER_VALUE && type 2701 dev/isa/gus.c if (cp->type == AUDIO_MIXER_ENUM) { type 2724 dev/isa/gus.c DPRINTF(("gus_mixer_set_port: dev=%d type=%d\n", cp->dev, cp->type)); type 2732 dev/isa/gus.c if (cp->type == AUDIO_MIXER_ENUM) { type 2743 dev/isa/gus.c if (cp->type == AUDIO_MIXER_ENUM) { type 2754 dev/isa/gus.c if (cp->type == AUDIO_MIXER_ENUM) { type 2765 dev/isa/gus.c if (cp->type == AUDIO_MIXER_ENUM) { type 2772 dev/isa/gus.c if (cp->type == AUDIO_MIXER_ENUM) { type 2779 dev/isa/gus.c if (cp->type == AUDIO_MIXER_VALUE) { type 2795 dev/isa/gus.c if (cp->type == AUDIO_MIXER_VALUE) { type 2811 dev/isa/gus.c if (cp->type == AUDIO_MIXER_VALUE) { type 2828 dev/isa/gus.c if (cp->type == AUDIO_MIXER_VALUE) { type 2844 dev/isa/gus.c if (cp->type == AUDIO_MIXER_VALUE) { type 2861 dev/isa/gus.c if (cp->type == AUDIO_MIXER_ENUM && cp->un.ord == 0) { type 2901 dev/isa/gus.c dip->type = AUDIO_MIXER_VALUE; type 2913 dev/isa/gus.c dip->type = AUDIO_MIXER_VALUE; type 2924 dev/isa/gus.c dip->type = AUDIO_MIXER_VALUE; type 2935 dev/isa/gus.c dip->type = AUDIO_MIXER_VALUE; type 2946 dev/isa/gus.c dip->type = AUDIO_MIXER_VALUE; type 2958 dev/isa/gus.c dip->type = AUDIO_MIXER_VALUE; type 2969 dev/isa/gus.c dip->type = AUDIO_MIXER_VALUE; type 2979 dev/isa/gus.c dip->type = AUDIO_MIXER_VALUE; type 2991 dev/isa/gus.c dip->type = AUDIO_MIXER_ENUM; type 2998 dev/isa/gus.c dip->type = AUDIO_MIXER_ENUM; type 3005 dev/isa/gus.c dip->type = AUDIO_MIXER_ENUM; type 3012 dev/isa/gus.c dip->type = AUDIO_MIXER_ENUM; type 3019 dev/isa/gus.c dip->type = AUDIO_MIXER_ENUM; type 3026 dev/isa/gus.c dip->type = AUDIO_MIXER_ENUM; type 3041 dev/isa/gus.c dip->type = AUDIO_MIXER_VALUE; type 3052 dev/isa/gus.c dip->type = AUDIO_MIXER_ENUM; type 3072 dev/isa/gus.c dip->type = AUDIO_MIXER_CLASS; type 3079 dev/isa/gus.c dip->type = AUDIO_MIXER_CLASS; type 3086 dev/isa/gus.c dip->type = AUDIO_MIXER_CLASS; type 3093 dev/isa/gus.c dip->type = AUDIO_MIXER_CLASS; type 3122 dev/isa/gus.c dip->type = AUDIO_MIXER_VALUE; type 3134 dev/isa/gus.c dip->type = AUDIO_MIXER_VALUE; type 3145 dev/isa/gus.c dip->type = AUDIO_MIXER_VALUE; type 3156 dev/isa/gus.c dip->type = AUDIO_MIXER_VALUE; type 3167 dev/isa/gus.c dip->type = AUDIO_MIXER_VALUE; type 3180 dev/isa/gus.c dip->type = AUDIO_MIXER_ENUM; type 3187 dev/isa/gus.c dip->type = AUDIO_MIXER_ENUM; type 3194 dev/isa/gus.c dip->type = AUDIO_MIXER_ENUM; type 3201 dev/isa/gus.c dip->type = AUDIO_MIXER_ENUM; type 3208 dev/isa/gus.c dip->type = AUDIO_MIXER_ENUM; type 3224 dev/isa/gus.c dip->type = AUDIO_MIXER_ENUM; type 3234 dev/isa/gus.c dip->type = AUDIO_MIXER_CLASS; type 3241 dev/isa/gus.c dip->type = AUDIO_MIXER_CLASS; type 3248 dev/isa/gus.c dip->type = AUDIO_MIXER_CLASS; type 203 dev/isa/if_we.c u_int8_t x, type; type 271 dev/isa/if_we.c if (we_params(asict, asich, &type, &memsize, NULL, &is790) == NULL) type 310 dev/isa/if_we.c } else if (type & WE_SOFTCONFIG) { type 813 dev/isa/if_we.c u_int8_t type; type 818 dev/isa/if_we.c type = bus_space_read_1(asict, asich, WE_CARD_ID); type 819 dev/isa/if_we.c switch (type) { type 870 dev/isa/if_we.c typestr = (type == WE_TYPE_SMC8216C) ? type 889 dev/isa/if_we.c typestr = (type == WE_TYPE_SMC8216C) ? type 921 dev/isa/if_we.c if (is16bit && (type != WE_TYPE_WD8013EBT) && type 923 dev/isa/if_we.c (type != WE_TYPE_TOSHIBA1 && type != WE_TYPE_TOSHIBA4) && type 935 dev/isa/if_we.c "memsize = %d\n", type, typestr, is16bit, memsize); type 943 dev/isa/if_we.c *typep = type; type 282 dev/isa/isa.c isa_intr_typename(type) type 283 dev/isa/isa.c int type; type 286 dev/isa/isa.c switch (type) { type 296 dev/isa/isa.c panic("isa_intr_typename: invalid type %d", type); type 241 dev/isa/isapnp.c i->type = (i->flags & LEVEL_IRQ) ? IST_LEVEL : IST_EDGE; type 248 dev/isa/isapnp.c if (isa_intr_alloc(ic, i->bits, i->type, &irq) == 0) { type 226 dev/isa/isavar.h u_int8_t type:4; type 400 dev/isa/isavar.h char *isa_intr_typename(int type); type 197 dev/isa/it.c sc->sensors[start + i].type = SENSOR_VOLTS_DC; type 226 dev/isa/it.c sc->sensors[start + i].type = SENSOR_TEMP; type 235 dev/isa/it.c sc->sensors[start + i].type = SENSOR_FANRPM; type 120 dev/isa/mcd.c char *type; type 277 dev/isa/mcd.c printf(": model %s\n", sc->type != 0 ? sc->type : "unknown"); type 872 dev/isa/mcd.c sc->type = "LU002S"; type 874 dev/isa/mcd.c sc->type = "LU005S"; type 876 dev/isa/mcd.c sc->type = "LU006S"; type 879 dev/isa/mcd.c sc->type = "FX001"; type 882 dev/isa/mcd.c sc->type = "FX001D"; type 891 dev/isa/mcd.c sc->type = 0; type 65 dev/isa/mpu_isapnp.c ipa->ipa_irq[0].type, IPL_AUDIO, mpu_intr, &sc->sc_mpu, type 386 dev/isa/nsclpcsio_isa.c sc->sensors[i].type = SENSOR_TEMP; type 460 dev/isa/nsclpcsio_isa.c sc->sensors[SIO_VLM_OFF + i].type = SENSOR_VOLTS_DC; type 80 dev/isa/opl_ess.c if (aa->type != AUDIODEV_TYPE_OPL) type 79 dev/isa/opl_sb.c if (aa->type != AUDIODEV_TYPE_OPL) type 197 dev/isa/pcdisplay.c dc->pcs.type = &pcdisplay_scr; type 357 dev/isa/pcdisplay.c pcdisplay_alloc_screen(v, type, cookiep, curxp, curyp, defattrp) type 359 dev/isa/pcdisplay.c const struct wsscreen_descr *type; type 1332 dev/isa/pss.c if (cp->type == AUDIO_MIXER_VALUE) { type 1339 dev/isa/pss.c if (cp->type == AUDIO_MIXER_ENUM) type 1344 dev/isa/pss.c if (cp->type == AUDIO_MIXER_VALUE && cp->un.value.num_channels == 1) type 1349 dev/isa/pss.c if (cp->type == AUDIO_MIXER_VALUE && cp->un.value.num_channels == 1) type 1379 dev/isa/pss.c if (cp->type == AUDIO_MIXER_VALUE) { type 1387 dev/isa/pss.c if (cp->type == AUDIO_MIXER_VALUE && cp->un.value.num_channels == 1) { type 1395 dev/isa/pss.c if (cp->type == AUDIO_MIXER_VALUE && cp->un.value.num_channels == 1) { type 1403 dev/isa/pss.c if (cp->type == AUDIO_MIXER_ENUM) type 1424 dev/isa/pss.c dip->type = AUDIO_MIXER_VALUE; type 1435 dev/isa/pss.c dip->type = AUDIO_MIXER_VALUE; type 1446 dev/isa/pss.c dip->type = AUDIO_MIXER_VALUE; type 1457 dev/isa/pss.c dip->type = AUDIO_MIXER_VALUE; type 1468 dev/isa/pss.c dip->type = AUDIO_MIXER_VALUE; type 1478 dev/isa/pss.c dip->type = AUDIO_MIXER_VALUE; type 1489 dev/isa/pss.c dip->type = AUDIO_MIXER_VALUE; type 1499 dev/isa/pss.c dip->type = AUDIO_MIXER_VALUE; type 1508 dev/isa/pss.c dip->type = AUDIO_MIXER_CLASS; type 1515 dev/isa/pss.c dip->type = AUDIO_MIXER_CLASS; type 1522 dev/isa/pss.c dip->type = AUDIO_MIXER_CLASS; type 1529 dev/isa/pss.c dip->type = AUDIO_MIXER_CLASS; type 1537 dev/isa/pss.c dip->type = AUDIO_MIXER_ENUM; type 1544 dev/isa/pss.c dip->type = AUDIO_MIXER_ENUM; type 1551 dev/isa/pss.c dip->type = AUDIO_MIXER_ENUM; type 1567 dev/isa/pss.c dip->type = AUDIO_MIXER_ENUM; type 1588 dev/isa/pss.c dip->type = AUDIO_MIXER_ENUM; type 283 dev/isa/sb.c arg.type = AUDIODEV_TYPE_OPL; type 1627 dev/isa/sbdsp.c if (cp->type != AUDIO_MIXER_ENUM) type 1651 dev/isa/sbdsp.c if (cp->type != AUDIO_MIXER_VALUE) type 1704 dev/isa/sbdsp.c if (cp->type != AUDIO_MIXER_SET) type 1708 dev/isa/sbdsp.c if (cp->type != AUDIO_MIXER_ENUM) type 1716 dev/isa/sbdsp.c if (!ISSBM1745(sc) || cp->type != AUDIO_MIXER_ENUM) type 1730 dev/isa/sbdsp.c if (cp->type != AUDIO_MIXER_ENUM) type 1760 dev/isa/sbdsp.c if (cp->type != AUDIO_MIXER_ENUM) type 1914 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_VALUE; type 1922 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_VALUE; type 1931 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_VALUE; type 1940 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_VALUE; type 1949 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_CLASS; type 1961 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_VALUE; type 1972 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_VALUE; type 1986 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_SET; type 2003 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_ENUM; type 2022 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_VALUE; type 2027 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_ENUM; type 2043 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_VALUE; type 2048 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_ENUM; type 2061 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_CLASS; type 2068 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_CLASS; type 2081 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_VALUE; type 2090 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_VALUE; type 2099 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_VALUE; type 2108 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_ENUM; type 2122 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_CLASS; type 2194 dev/isa/sbdsp.c dip->type = AUDIO_MIXER_ENUM; type 195 dev/isa/seagate.c int type; /* board type */ type 232 dev/isa/seagate.c int type; type 369 dev/isa/seagate.c sea->type = signatures[i].type; type 374 dev/isa/seagate.c switch (sea->type) { type 505 dev/isa/seagate.c switch (sea->type) { type 946 dev/isa/seagate.c if (sea->type == FDOMAIN840) type 1239 dev/isa/seagate.c if (sea->type == FDOMAIN840) type 1270 dev/isa/seagate.c if (sea->type == FDOMAIN840) type 109 dev/isa/sf16fmr2.c int type; type 170 dev/isa/sf16fmr2.c int type; type 198 dev/isa/sf16fmr2.c type = sf2r_read_register(sc->tea.iot, sc->tea.ioh, sc->tea.offset); type 199 dev/isa/sf16fmr2.c sc->type = (type >> 24) & (1 << 1)? SF16FMR2_AMP : SF16FMR2_NOAMP; type 213 dev/isa/sf16fmr2.c if (sc->type == SF16FMR2_NOAMP) { type 280 dev/isa/viasio.c sc->sc_hm_sensors[VT1211_HMS_TEMP1].type = SENSOR_TEMP; type 288 dev/isa/viasio.c sc->sc_hm_sensors[VT1211_HMS_UCH1 + i - 1].type = type 291 dev/isa/viasio.c sc->sc_hm_sensors[VT1211_HMS_UCH1 + i - 1].type = type 300 dev/isa/viasio.c sc->sc_hm_sensors[VT1211_HMS_33V].type = SENSOR_VOLTS_DC; type 305 dev/isa/viasio.c sc->sc_hm_sensors[VT1211_HMS_FAN1].type = SENSOR_FANRPM; type 306 dev/isa/viasio.c sc->sc_hm_sensors[VT1211_HMS_FAN2].type = SENSOR_FANRPM; type 344 dev/isa/viasio.c if (sc->sc_hm_sensors[VT1211_HMS_UCH1 + i - 1].type == type 125 dev/isa/wdc_isapnp.c ipa->ipa_irq[0].type, IPL_BIO, wdcintr, &sc->wdc_channel, type 210 dev/isa/wss.c dip->type = AUDIO_MIXER_VALUE; type 220 dev/isa/wss.c dip->type = AUDIO_MIXER_VALUE; type 230 dev/isa/wss.c dip->type = AUDIO_MIXER_VALUE; type 240 dev/isa/wss.c dip->type = AUDIO_MIXER_VALUE; type 250 dev/isa/wss.c dip->type = AUDIO_MIXER_VALUE; type 259 dev/isa/wss.c dip->type = AUDIO_MIXER_CLASS; type 266 dev/isa/wss.c dip->type = AUDIO_MIXER_CLASS; type 273 dev/isa/wss.c dip->type = AUDIO_MIXER_CLASS; type 281 dev/isa/wss.c dip->type = AUDIO_MIXER_ENUM; type 288 dev/isa/wss.c dip->type = AUDIO_MIXER_ENUM; type 295 dev/isa/wss.c dip->type = AUDIO_MIXER_ENUM; type 311 dev/isa/wss.c dip->type = AUDIO_MIXER_ENUM; type 455 dev/isa/ym.c dip->type = AUDIO_MIXER_CLASS; type 469 dev/isa/ym.c dip->type = AUDIO_MIXER_VALUE; type 502 dev/isa/ym.c dip->type = AUDIO_MIXER_ENUM; type 517 dev/isa/ym.c dip->type = AUDIO_MIXER_VALUE; type 528 dev/isa/ym.c dip->type = AUDIO_MIXER_ENUM; type 533 dev/isa/ym.c dip->type = AUDIO_MIXER_VALUE; type 545 dev/isa/ym.c dip->type = AUDIO_MIXER_ENUM; type 564 dev/isa/ym.c dip->type = AUDIO_MIXER_ENUM; type 585 dev/isa/ym.c dip->type = AUDIO_MIXER_VALUE; type 594 dev/isa/ym.c dip->type = AUDIO_MIXER_VALUE; type 603 dev/isa/ym.c dip->type = AUDIO_MIXER_VALUE; type 136 dev/microcode/aic7xxx/aicasm.c sentinal->type = SCOPE_ROOT; type 281 dev/microcode/aic7xxx/aicasm.c || SLIST_FIRST(&scope_stack)->type != SCOPE_ROOT) { type 336 dev/microcode/aic7xxx/aicasm.c if (cur_instr->patch_label->type != LABEL) { type 803 dev/microcode/aic7xxx/aicasm.c switch (cur_scope->type) { type 828 dev/microcode/aic7xxx/aicasm.c if (cur_scope->type == SCOPE_IF) { type 91 dev/microcode/aic7xxx/aicasm.h void include_file(char *file_name, include_type type); type 306 dev/microcode/aic7xxx/aicasm_gram.y if ($1->type != UNINITIALIZED) { type 311 dev/microcode/aic7xxx/aicasm_gram.y cur_symbol->type = cur_symtype; type 330 dev/microcode/aic7xxx/aicasm_gram.y if (cur_symbol->type != REGISTER) { type 430 dev/microcode/aic7xxx/aicasm_gram.y if (symbol->type != CONST) { type 512 dev/microcode/aic7xxx/aicasm_gram.y if ($2->type != UNINITIALIZED) { type 517 dev/microcode/aic7xxx/aicasm_gram.y $2->type = ALIAS; type 676 dev/microcode/aic7xxx/aicasm_gram.y switch (symbol->type) { type 713 dev/microcode/aic7xxx/aicasm_gram.y if ($2->type != UNINITIALIZED) { type 718 dev/microcode/aic7xxx/aicasm_gram.y $2->type = CONST; type 729 dev/microcode/aic7xxx/aicasm_gram.y if ($2->type != UNINITIALIZED) { type 734 dev/microcode/aic7xxx/aicasm_gram.y $2->type = DOWNLOAD_CONST; type 743 dev/microcode/aic7xxx/aicasm_gram.y if ($2->type != UNINITIALIZED) { type 749 dev/microcode/aic7xxx/aicasm_gram.y cur_symbol->type = MACRO; type 795 dev/microcode/aic7xxx/aicasm_gram.y cur_symbol->type = SRAMLOC; type 819 dev/microcode/aic7xxx/aicasm_gram.y if (cur_symbol->type != UNINITIALIZED) { type 824 dev/microcode/aic7xxx/aicasm_gram.y cur_symbol->type = SCBLOC; type 867 dev/microcode/aic7xxx/aicasm_gram.y if ($3->type != CONST) { type 1013 dev/microcode/aic7xxx/aicasm_gram.y if ($2->type != UNINITIALIZED) { type 1017 dev/microcode/aic7xxx/aicasm_gram.y $2->type = LABEL; type 1064 dev/microcode/aic7xxx/aicasm_gram.y new_scope->type = SCOPE_IF; type 1082 dev/microcode/aic7xxx/aicasm_gram.y || last_scope->type == T_ELSE) { type 1089 dev/microcode/aic7xxx/aicasm_gram.y new_scope->type = SCOPE_ELSE_IF; type 1107 dev/microcode/aic7xxx/aicasm_gram.y || last_scope->type == SCOPE_ELSE) { type 1113 dev/microcode/aic7xxx/aicasm_gram.y new_scope->type = SCOPE_ELSE; type 1124 dev/microcode/aic7xxx/aicasm_gram.y if (scope_context->type == SCOPE_ROOT) { type 1392 dev/microcode/aic7xxx/aicasm_gram.y if (sym->type == UNINITIALIZED) { type 1393 dev/microcode/aic7xxx/aicasm_gram.y sym->type = field_type; type 1408 dev/microcode/aic7xxx/aicasm_gram.y } else if (sym->type != field_type) { type 1432 dev/microcode/aic7xxx/aicasm_gram.y switch (symbol->type) { type 1542 dev/microcode/aic7xxx/aicasm_gram.y if (cur_symbol == NULL || cur_symbol->type != MACRO) { type 1573 dev/microcode/aic7xxx/aicasm_gram.y if (cur_symbol == NULL || cur_symbol->type != MACRO) { type 1590 dev/microcode/aic7xxx/aicasm_gram.y if (symbol->type == UNINITIALIZED) { type 1595 dev/microcode/aic7xxx/aicasm_gram.y } else if (symbol->type == ALIAS) { type 1597 dev/microcode/aic7xxx/aicasm_gram.y } else if ((symbol->type != REGISTER) type 1598 dev/microcode/aic7xxx/aicasm_gram.y && (symbol->type != SCBLOC) type 1599 dev/microcode/aic7xxx/aicasm_gram.y && (symbol->type != SRAMLOC)) { type 1763 dev/microcode/aic7xxx/aicasm_gram.y } else if (address->symbol->type == UNINITIALIZED) { type 1849 dev/microcode/aic7xxx/aicasm_gram.y if ((node->symbol->type == MASK type 1850 dev/microcode/aic7xxx/aicasm_gram.y || node->symbol->type == FIELD type 1851 dev/microcode/aic7xxx/aicasm_gram.y || node->symbol->type == ENUM type 1852 dev/microcode/aic7xxx/aicasm_gram.y || node->symbol->type == ENUM_ENTRY) type 1883 dev/microcode/aic7xxx/aicasm_gram.y if (false_func->type != UNINITIALIZED) { type 1888 dev/microcode/aic7xxx/aicasm_gram.y false_func->type = CONDITIONAL; type 1895 dev/microcode/aic7xxx/aicasm_gram.y if (symbol->type == CONDITIONAL) type 1898 dev/microcode/aic7xxx/aicasm_gram.y if (symbol->type != UNINITIALIZED) { type 1904 dev/microcode/aic7xxx/aicasm_gram.y symbol->type = CONDITIONAL; type 1945 dev/microcode/aic7xxx/aicasm_gram.y && (SLIST_FIRST(&immed->referenced_syms)->symbol->type == DOWNLOAD_CONST)) type 135 dev/microcode/aic7xxx/aicasm_macro_gram.y if (macro_symbol == NULL || macro_symbol->type != MACRO) { type 83 dev/microcode/aic7xxx/aicasm_symbol.c new_symbol->type = UNINITIALIZED; type 97 dev/microcode/aic7xxx/aicasm_symbol.c switch(symbol->type) { type 238 dev/microcode/aic7xxx/aicasm_symbol.c switch(symbol->type) { type 258 dev/microcode/aic7xxx/aicasm_symbol.c && (curnode->symbol->type > newnode->symbol->type type 259 dev/microcode/aic7xxx/aicasm_symbol.c || (curnode->symbol->type == newnode->symbol->type type 278 dev/microcode/aic7xxx/aicasm_symbol.c && (cursymbol->type > symbol->type type 279 dev/microcode/aic7xxx/aicasm_symbol.c || (cursymbol->type == symbol->type type 495 dev/microcode/aic7xxx/aicasm_symbol.c switch(cursym->type) { type 538 dev/microcode/aic7xxx/aicasm_symbol.c switch(curnode->symbol->type) { type 600 dev/microcode/aic7xxx/aicasm_symbol.c switch(curnode->symbol->type) { type 131 dev/microcode/aic7xxx/aicasm_symbol.h symtype type; type 175 dev/microcode/aic7xxx/aicasm_symbol.h scope_type type; type 48 dev/microcode/ncr53cxxx/ncr53cxxx.c long type; type 115 dev/microcode/ncr53cxxx/ncr53cxxx.c short type; type 309 dev/microcode/ncr53cxxx/ncr53cxxx.c if (tokens[i].type) type 310 dev/microcode/ncr53cxxx/ncr53cxxx.c fprintf (listfp,"'%c'\n", tokens[i].type); type 315 dev/microcode/ncr53cxxx/ncr53cxxx.c if (ntokens >= 2 && tokens[0].type == 0 && type 316 dev/microcode/ncr53cxxx/ncr53cxxx.c tokens[1].type == ':') { type 344 dev/microcode/ncr53cxxx/ncr53cxxx.c if (symbols[i].type == S_ABSOLUTE) type 346 dev/microcode/ncr53cxxx/ncr53cxxx.c else if (symbols[i].type == S_RELATIVE) type 348 dev/microcode/ncr53cxxx/ncr53cxxx.c else if (symbols[i].type == S_EXTERNAL) type 380 dev/microcode/ncr53cxxx/ncr53cxxx.c stypes[symbols[i].type], symbols[i].name); type 421 dev/microcode/ncr53cxxx/ncr53cxxx.c tokens[ntokens].type = 0; type 424 dev/microcode/ncr53cxxx/ncr53cxxx.c tokens[ntokens].type = c; type 435 dev/microcode/ncr53cxxx/ncr53cxxx.c if (tokens[tokenix].type) { type 438 dev/microcode/ncr53cxxx/ncr53cxxx.c tokens[tokenix].type); type 463 dev/microcode/ncr53cxxx/ncr53cxxx.c void define_symbol (char *name, unsigned long value, short type, short flags) type 470 dev/microcode/ncr53cxxx/ncr53cxxx.c if (symbols[i].type == type && strcmp (symbols[i].name, name) == 0) { type 494 dev/microcode/ncr53cxxx/ncr53cxxx.c symbols[nsymbols].type = type; type 540 dev/microcode/ncr53cxxx/ncr53cxxx.c if (tokens[t].type == 0 && strcmpi (tokens[t].name, string) == 0) type 585 dev/microcode/ncr53cxxx/ncr53cxxx.c if (tokens[i].type == '+') type 587 dev/microcode/ncr53cxxx/ncr53cxxx.c else if (tokens[i].type == '-') type 602 dev/microcode/ncr53cxxx/ncr53cxxx.c if (tokens[t].type) { type 681 dev/microcode/ncr53cxxx/ncr53cxxx.c symbols[nsymbols].type = S_LABEL; /* assume forward reference */ type 712 dev/microcode/ncr53cxxx/ncr53cxxx.c if (tokens[tokenix].type != 0 || tokens[tokenix + 1].type != ':') type 730 dev/microcode/ncr53cxxx/ncr53cxxx.c short type; type 733 dev/microcode/ncr53cxxx/ncr53cxxx.c type = strcmpi (tokens[tokenix-1].name, "ENTRY") ? S_EXTERNAL : S_LABEL; type 734 dev/microcode/ncr53cxxx/ncr53cxxx.c flags = type == S_LABEL ? F_ENTRY : 0; type 736 dev/microcode/ncr53cxxx/ncr53cxxx.c if (tokens[i].type != 0) { type 740 dev/microcode/ncr53cxxx/ncr53cxxx.c define_symbol (tokens[i].name, 0, type, flags); type 742 dev/microcode/ncr53cxxx/ncr53cxxx.c if (tokens[++i].type == ',') type 759 dev/microcode/ncr53cxxx/ncr53cxxx.c int type; type 761 dev/microcode/ncr53cxxx/ncr53cxxx.c type = strcmpi (tokens[tokenix-1].name, "ABSOLUTE") ? S_RELATIVE : S_ABSOLUTE; type 764 dev/microcode/ncr53cxxx/ncr53cxxx.c if (tokens[i].type) { type 768 dev/microcode/ncr53cxxx/ncr53cxxx.c if (tokens[i + 1].type != '=') { type 775 dev/microcode/ncr53cxxx/ncr53cxxx.c define_symbol (name, value, type, F_DEFINED); type 809 dev/microcode/ncr53cxxx/ncr53cxxx.c else if (reserved ("from", tokenix) || tokens[tokenix+1].type == ',') type 895 dev/microcode/ncr53cxxx/ncr53cxxx.c void transfer (int word0, int type) type 901 dev/microcode/ncr53cxxx/ncr53cxxx.c if (type == 0 && reserved ("rel", i)) { type 906 dev/microcode/ncr53cxxx/ncr53cxxx.c else if (type != 1) { type 915 dev/microcode/ncr53cxxx/ncr53cxxx.c if (tokens[i].type != ',') type 937 dev/microcode/ncr53cxxx/ncr53cxxx.c if (i < ntokens && tokens[i].type != ',') { type 951 dev/microcode/ncr53cxxx/ncr53cxxx.c if (tokens[i].type == ',') type 972 dev/microcode/ncr53cxxx/ncr53cxxx.c if (tokens[t++].type == ',') { type 1035 dev/microcode/ncr53cxxx/ncr53cxxx.c if (tokens[tokenix].type != ',') type 1060 dev/microcode/ncr53cxxx/ncr53cxxx.c else if (tokens[tokenix+1].type == '|') type 1062 dev/microcode/ncr53cxxx/ncr53cxxx.c else if (tokens[tokenix+1].type == '&') type 1064 dev/microcode/ncr53cxxx/ncr53cxxx.c else if (tokens[tokenix+1].type == '+') type 1066 dev/microcode/ncr53cxxx/ncr53cxxx.c else if (tokens[tokenix+1].type == '-') type 50 dev/microcode/siop/ncr53cxxx.c int type; type 125 dev/microcode/siop/ncr53cxxx.c short type; type 440 dev/microcode/siop/ncr53cxxx.c if (tokens[i].type) type 441 dev/microcode/siop/ncr53cxxx.c fprintf (listfp,"'%c'\n", tokens[i].type); type 446 dev/microcode/siop/ncr53cxxx.c if (ntokens >= 2 && tokens[0].type == 0 && type 447 dev/microcode/siop/ncr53cxxx.c tokens[1].type == ':') { type 507 dev/microcode/siop/ncr53cxxx.c symbols[i].type != S_EXTERNAL) { type 511 dev/microcode/siop/ncr53cxxx.c if (symbols[i].type == S_ABSOLUTE) type 513 dev/microcode/siop/ncr53cxxx.c else if (symbols[i].type == S_RELATIVE) type 515 dev/microcode/siop/ncr53cxxx.c else if (symbols[i].type == S_EXTERNAL) type 547 dev/microcode/siop/ncr53cxxx.c stypes[symbols[i].type], symbols[i].name); type 588 dev/microcode/siop/ncr53cxxx.c tokens[ntokens].type = 0; type 591 dev/microcode/siop/ncr53cxxx.c tokens[ntokens].type = c; type 602 dev/microcode/siop/ncr53cxxx.c if (tokens[tokenix].type) { type 605 dev/microcode/siop/ncr53cxxx.c tokens[tokenix].type); type 630 dev/microcode/siop/ncr53cxxx.c void define_symbol (char *name, u_int32_t value, short type, short flags) type 637 dev/microcode/siop/ncr53cxxx.c if (symbols[i].type == type && strcmp (symbols[i].name, name) == 0) { type 661 dev/microcode/siop/ncr53cxxx.c symbols[nsymbols].type = type; type 721 dev/microcode/siop/ncr53cxxx.c if (tokens[t].type == 0 && strcmpi (tokens[t].name, string) == 0) type 761 dev/microcode/siop/ncr53cxxx.c if (tokens[i].type == '+') type 763 dev/microcode/siop/ncr53cxxx.c else if (tokens[i].type == '-') type 778 dev/microcode/siop/ncr53cxxx.c if (tokens[t].type) { type 858 dev/microcode/siop/ncr53cxxx.c symbols[nsymbols].type = S_LABEL; /* assume forward reference */ type 888 dev/microcode/siop/ncr53cxxx.c if (tokens[tokenix].type != 0 || tokens[tokenix + 1].type != ':') type 906 dev/microcode/siop/ncr53cxxx.c short type; type 909 dev/microcode/siop/ncr53cxxx.c type = strcmpi (tokens[tokenix-1].name, "ENTRY") ? S_EXTERNAL : S_LABEL; type 910 dev/microcode/siop/ncr53cxxx.c flags = type == S_LABEL ? F_ENTRY : 0; type 912 dev/microcode/siop/ncr53cxxx.c if (tokens[i].type != 0) { type 916 dev/microcode/siop/ncr53cxxx.c define_symbol (tokens[i].name, 0, type, flags); type 918 dev/microcode/siop/ncr53cxxx.c if (tokens[++i].type == ',') type 935 dev/microcode/siop/ncr53cxxx.c int type; type 937 dev/microcode/siop/ncr53cxxx.c type = strcmpi (tokens[tokenix-1].name, "ABSOLUTE") ? S_RELATIVE : S_ABSOLUTE; type 940 dev/microcode/siop/ncr53cxxx.c if (tokens[i].type) { type 944 dev/microcode/siop/ncr53cxxx.c if (tokens[i + 1].type != '=') { type 951 dev/microcode/siop/ncr53cxxx.c define_symbol (name, value, type, F_DEFINED); type 985 dev/microcode/siop/ncr53cxxx.c else if (reserved ("from", tokenix) || tokens[tokenix+1].type == ',') type 1128 dev/microcode/siop/ncr53cxxx.c if (tokens[i].type == ',') type 1139 dev/microcode/siop/ncr53cxxx.c if (tokens[i].type == ',') type 1155 dev/microcode/siop/ncr53cxxx.c void transfer (int word0, int type) type 1161 dev/microcode/siop/ncr53cxxx.c if (type == 0 && reserved ("rel", i)) { type 1171 dev/microcode/siop/ncr53cxxx.c else if (type != 1) { type 1174 dev/microcode/siop/ncr53cxxx.c if (type == 0) type 1182 dev/microcode/siop/ncr53cxxx.c if (tokens[i].type != ',') type 1209 dev/microcode/siop/ncr53cxxx.c if (i < ntokens && tokens[i].type != ',') { type 1223 dev/microcode/siop/ncr53cxxx.c if (tokens[i].type == ',') type 1248 dev/microcode/siop/ncr53cxxx.c if (tokens[t++].type == ',') { type 1324 dev/microcode/siop/ncr53cxxx.c if (tokens[tokenix].type != ',') type 1354 dev/microcode/siop/ncr53cxxx.c else if (tokens[tokenix+1].type == '|') type 1358 dev/microcode/siop/ncr53cxxx.c else if (tokens[tokenix+1].type == '&') type 1360 dev/microcode/siop/ncr53cxxx.c else if (tokens[tokenix+1].type == '+') type 1362 dev/microcode/siop/ncr53cxxx.c else if (tokens[tokenix+1].type == '-') type 481 dev/midi.c return (sa != NULL && (sa->type == AUDIODEV_TYPE_MIDI) ? 1 : 0); type 582 dev/midi.c arg.type = AUDIODEV_TYPE_MIDI; type 83 dev/onewire/onewire_subr.c onewire_famname(int type) type 89 dev/onewire/onewire_subr.c if (of->of_type == type) type 86 dev/onewire/owid.c sc->sc_sensor.type = SENSOR_INTEGER; type 119 dev/onewire/owsbm.c sc->sc_temp.type = SENSOR_TEMP; type 123 dev/onewire/owsbm.c sc->sc_voltage_vdd.type = SENSOR_VOLTS_DC; type 128 dev/onewire/owsbm.c sc->sc_voltage_vad.type = SENSOR_VOLTS_DC; type 133 dev/onewire/owsbm.c sc->sc_voltage_cr.type = SENSOR_VOLTS_DC; type 102 dev/onewire/owtemp.c sc->sc_sensor.type = SENSOR_TEMP; type 225 dev/pci/agp.c mem = AGP_ALLOC_MEMORY(sc, alloc->type, size); type 468 dev/pci/agp.c agp_generic_alloc_memory(struct vga_pci_softc *sc, int type, vsize_t size) type 472 dev/pci/agp.c if (type != 0) { type 473 dev/pci/agp.c printf("agp_generic_alloc_memory: unsupported type %d\n", type); type 656 dev/pci/agp_i810.c agp_i810_alloc_memory(struct vga_pci_softc *sc, int type, vsize_t size) type 665 dev/pci/agp_i810.c if (type == 1) { type 673 dev/pci/agp_i810.c } else if (type == 2) { type 687 dev/pci/agp_i810.c mem->am_type = type; type 689 dev/pci/agp_i810.c if (type == 2) { type 708 dev/pci/agp_i810.c } else if (type != 1) { type 1963 dev/pci/ahci.c fis->type = ATA_FIS_TYPE_H2D; type 2003 dev/pci/ahci.c if (ISSET(log->err_regs.type, ATA_LOG_10H_TYPE_NOTQUEUED)) { type 2010 dev/pci/ahci.c *err_slotp = err_slot = log->err_regs.type & type 2016 dev/pci/ahci.c ccb->ccb_xa.rfis.type = ATA_FIS_TYPE_D2H; type 1565 dev/pci/arc.c sc->sc_sensors[i].type = SENSOR_DRIVE; type 592 dev/pci/autri.c ctl.type = AUDIO_MIXER_ENUM; type 605 dev/pci/autri.c ctl.type = AUDIO_MIXER_VALUE; type 303 dev/pci/auvia.c ctl.type = AUDIO_MIXER_ENUM; type 313 dev/pci/auvia.c ctl.type = AUDIO_MIXER_VALUE; type 1467 dev/pci/azalia.c this->type = COP_AWCAP_TYPE(result); type 1473 dev/pci/azalia.c switch (this->type) { type 473 dev/pci/azalia.h int type; /* = bit20-24 of widgetcap */ type 232 dev/pci/azalia_codec.c if (this->w[i].type != COP_AWTYPE_AUDIO_OUTPUT) type 257 dev/pci/azalia_codec.c if (this->w[i].type != COP_AWTYPE_AUDIO_INPUT) type 320 dev/pci/azalia_codec.c if (this->w[i].type != COP_AWTYPE_PIN_COMPLEX) type 342 dev/pci/azalia_codec.c if (w->type == COP_AWTYPE_AUDIO_OUTPUT) { type 408 dev/pci/azalia_codec.c m->devinfo.type = AUDIO_MIXER_CLASS; type 418 dev/pci/azalia_codec.c m->devinfo.type = AUDIO_MIXER_CLASS; type 428 dev/pci/azalia_codec.c m->devinfo.type = AUDIO_MIXER_CLASS; type 451 dev/pci/azalia_codec.c if (w->type != COP_AWTYPE_AUDIO_MIXER && w->nconnections >= 2) { type 456 dev/pci/azalia_codec.c d->type = AUDIO_MIXER_ENUM; type 457 dev/pci/azalia_codec.c if (w->type == COP_AWTYPE_AUDIO_MIXER) type 459 dev/pci/azalia_codec.c else if (w->type == COP_AWTYPE_AUDIO_SELECTOR) type 486 dev/pci/azalia_codec.c d->type = AUDIO_MIXER_ENUM; type 487 dev/pci/azalia_codec.c if (w->type == COP_AWTYPE_AUDIO_MIXER) type 489 dev/pci/azalia_codec.c else if (w->type == COP_AWTYPE_AUDIO_SELECTOR) type 491 dev/pci/azalia_codec.c else if (w->type == COP_AWTYPE_PIN_COMPLEX) type 513 dev/pci/azalia_codec.c d->type = AUDIO_MIXER_VALUE; type 514 dev/pci/azalia_codec.c if (w->type == COP_AWTYPE_AUDIO_MIXER) type 516 dev/pci/azalia_codec.c else if (w->type == COP_AWTYPE_AUDIO_SELECTOR) type 518 dev/pci/azalia_codec.c else if (w->type == COP_AWTYPE_PIN_COMPLEX) type 539 dev/pci/azalia_codec.c if (w->type != COP_AWTYPE_AUDIO_SELECTOR && type 540 dev/pci/azalia_codec.c w->type != COP_AWTYPE_AUDIO_MIXER) { type 544 dev/pci/azalia_codec.c d->type = AUDIO_MIXER_ENUM; type 545 dev/pci/azalia_codec.c if (w->type == COP_AWTYPE_PIN_COMPLEX) type 547 dev/pci/azalia_codec.c else if (w->type == COP_AWTYPE_AUDIO_INPUT) type 570 dev/pci/azalia_codec.c d->type = AUDIO_MIXER_ENUM; type 571 dev/pci/azalia_codec.c if (w->type == COP_AWTYPE_PIN_COMPLEX) type 573 dev/pci/azalia_codec.c else if (w->type == COP_AWTYPE_AUDIO_INPUT) type 594 dev/pci/azalia_codec.c if (w->type != COP_AWTYPE_AUDIO_SELECTOR && type 595 dev/pci/azalia_codec.c w->type != COP_AWTYPE_AUDIO_MIXER) { type 599 dev/pci/azalia_codec.c d->type = AUDIO_MIXER_VALUE; type 600 dev/pci/azalia_codec.c if (w->type == COP_AWTYPE_PIN_COMPLEX) type 602 dev/pci/azalia_codec.c else if (w->type == COP_AWTYPE_AUDIO_INPUT) type 628 dev/pci/azalia_codec.c d->type = AUDIO_MIXER_VALUE; type 629 dev/pci/azalia_codec.c if (w->type == COP_AWTYPE_PIN_COMPLEX) type 631 dev/pci/azalia_codec.c else if (w->type == COP_AWTYPE_AUDIO_INPUT) type 652 dev/pci/azalia_codec.c if (w->type == COP_AWTYPE_PIN_COMPLEX && type 659 dev/pci/azalia_codec.c d->type = AUDIO_MIXER_ENUM; type 673 dev/pci/azalia_codec.c if (w->type == COP_AWTYPE_PIN_COMPLEX && type 679 dev/pci/azalia_codec.c d->type = AUDIO_MIXER_ENUM; type 693 dev/pci/azalia_codec.c if (w->type == COP_AWTYPE_VOLUME_KNOB && type 698 dev/pci/azalia_codec.c d->type = AUDIO_MIXER_VALUE; type 714 dev/pci/azalia_codec.c d->type = AUDIO_MIXER_ENUM; type 736 dev/pci/azalia_codec.c d->type = AUDIO_MIXER_ENUM; type 818 dev/pci/azalia_codec.c if (m->devinfo.type != AUDIO_MIXER_ENUM) type 821 dev/pci/azalia_codec.c mc.type = AUDIO_MIXER_ENUM; type 839 dev/pci/azalia_codec.c mc.type = AUDIO_MIXER_ENUM; type 865 dev/pci/azalia_codec.c if (m->devinfo.type != AUDIO_MIXER_VALUE) type 868 dev/pci/azalia_codec.c mc.type = AUDIO_MIXER_VALUE; type 903 dev/pci/azalia_codec.c if (IS_MI_TARGET_INAMP(target) && mc->type == AUDIO_MIXER_ENUM) { type 913 dev/pci/azalia_codec.c else if (IS_MI_TARGET_INAMP(target) && mc->type == AUDIO_MIXER_VALUE) { type 921 dev/pci/azalia_codec.c if (this->w[nid].type == COP_AWTYPE_AUDIO_SELECTOR || type 922 dev/pci/azalia_codec.c this->w[nid].type == COP_AWTYPE_AUDIO_MIXER) { type 948 dev/pci/azalia_codec.c else if (target == MI_TARGET_OUTAMP && mc->type == AUDIO_MIXER_ENUM) { type 957 dev/pci/azalia_codec.c else if (target == MI_TARGET_OUTAMP && mc->type == AUDIO_MIXER_VALUE) { type 1043 dev/pci/azalia_codec.c if (IS_MI_TARGET_INAMP(target) && mc->type == AUDIO_MIXER_ENUM) { type 1079 dev/pci/azalia_codec.c else if (IS_MI_TARGET_INAMP(target) && mc->type == AUDIO_MIXER_VALUE) { type 1125 dev/pci/azalia_codec.c else if (target == MI_TARGET_OUTAMP && mc->type == AUDIO_MIXER_ENUM) { type 1155 dev/pci/azalia_codec.c else if (target == MI_TARGET_OUTAMP && mc->type == AUDIO_MIXER_VALUE) { type 1397 dev/pci/azalia_codec.c if (mc->type != m->devinfo.type) type 1399 dev/pci/azalia_codec.c if (mc->type == AUDIO_MIXER_CLASS) type 1412 dev/pci/azalia_codec.c mc->type = m->devinfo.type; type 1413 dev/pci/azalia_codec.c if (mc->type == AUDIO_MIXER_CLASS) type 1589 dev/pci/azalia_codec.c mc.type = AUDIO_MIXER_ENUM; type 1642 dev/pci/azalia_codec.c if (mc->type != m->devinfo.type) type 1644 dev/pci/azalia_codec.c if (mc->type == AUDIO_MIXER_CLASS) type 1841 dev/pci/azalia_codec.c mc.type = AUDIO_MIXER_ENUM; type 1907 dev/pci/azalia_codec.c if (mc->type != m->devinfo.type) type 1909 dev/pci/azalia_codec.c if (mc->type == AUDIO_MIXER_CLASS) type 1915 dev/pci/azalia_codec.c mc2.type = AUDIO_MIXER_ENUM; type 1941 dev/pci/azalia_codec.c mc->type = m->devinfo.type; type 1942 dev/pci/azalia_codec.c if (mc->type == AUDIO_MIXER_CLASS) type 2107 dev/pci/azalia_codec.c mc.type = AUDIO_MIXER_ENUM; type 2192 dev/pci/azalia_codec.c mc.type = AUDIO_MIXER_ENUM; type 2261 dev/pci/azalia_codec.c mc.type = AUDIO_MIXER_ENUM; type 2392 dev/pci/azalia_codec.c mc.type = AUDIO_MIXER_ENUM; type 2399 dev/pci/azalia_codec.c mc.type = AUDIO_MIXER_VALUE; type 2511 dev/pci/azalia_codec.c mc.type = AUDIO_MIXER_ENUM; type 2520 dev/pci/azalia_codec.c mc.type = AUDIO_MIXER_VALUE; type 2638 dev/pci/azalia_codec.c mc.type = AUDIO_MIXER_ENUM; type 2648 dev/pci/azalia_codec.c mc.type = AUDIO_MIXER_VALUE; type 2665 dev/pci/azalia_codec.c if (mc->type != m->devinfo.type) type 2667 dev/pci/azalia_codec.c if (mc->type == AUDIO_MIXER_CLASS) type 2686 dev/pci/azalia_codec.c mc->type = m->devinfo.type; type 2687 dev/pci/azalia_codec.c if (mc->type == AUDIO_MIXER_CLASS) type 336 dev/pci/bktr/bktr_core.c static void start_capture( bktr_ptr_t bktr, unsigned type ); type 2456 dev/pci/bktr/bktr_core.c if (( pf->type == METEOR_PIXTYPE_RGB ) && ( pf->Bpp == 3 )) type 3349 dev/pci/bktr/bktr_core.c if (pf_int->public.type == METEOR_PIXTYPE_RGB) { type 3365 dev/pci/bktr/bktr_core.c if ( pf_int->public.type == METEOR_PIXTYPE_YUV ) { type 3372 dev/pci/bktr/bktr_core.c if ( pf_int->public.type == METEOR_PIXTYPE_YUV_PACKED ) { type 3379 dev/pci/bktr/bktr_core.c if ( pf_int->public.type == METEOR_PIXTYPE_YUV_12 ) { type 3398 dev/pci/bktr/bktr_core.c start_capture( bktr_ptr_t bktr, unsigned type ) type 3415 dev/pci/bktr/bktr_core.c bktr->flags |= type; type 3433 dev/pci/bktr/bktr_core.c if ( type == METEOR_SINGLE ) { type 3563 dev/pci/bktr/bktr_core.c if (( pf1->type == pf2->type ) && type 396 dev/pci/bktr/bktr_reg.h u_char type; type 759 dev/pci/bktr/bktr_tuner.c tv_freq( bktr_ptr_t bktr, int frequency, int type ) type 775 dev/pci/bktr/bktr_tuner.c if (type == TV_FREQUENCY) { type 848 dev/pci/bktr/bktr_tuner.c if ( type == FM_RADIO_FREQUENCY ) { type 90 dev/pci/bktr/bktr_tuner.h int tv_freq( bktr_ptr_t bktr, int frequency, int type ); type 87 dev/pci/bt8370.c bt8370_set_frame_mode(struct art_softc *ac, enum art_sbi_type type, u_int mode, type 110 dev/pci/bt8370.c bt8370_set_sbi_clock_mode(ac, type, clockmode, channels); type 158 dev/pci/bt8370.c bt8370_set_sbi_clock_mode(ac, type, clockmode, channels); type 214 dev/pci/bt8370.c bt8370_set_sbi_clock_mode(ac, type, clockmode, channels); type 264 dev/pci/bt8370.c bt8370_set_sbi_clock_mode(ac, type, clockmode, channels); type 314 dev/pci/bt8370.c bt8370_set_sbi_clock_mode(ac, type, clockmode, channels); type 421 dev/pci/cmpci.c aa.type = AUDIODEV_TYPE_OPL; type 427 dev/pci/cmpci.c aa.type = AUDIODEV_TYPE_MPU; type 878 dev/pci/cmpci.c dip->type = AUDIO_MIXER_CLASS; type 900 dev/pci/cmpci.c dip->type = AUDIO_MIXER_VALUE; type 918 dev/pci/cmpci.c dip->type = AUDIO_MIXER_ENUM; type 942 dev/pci/cmpci.c dip->type = AUDIO_MIXER_SET; type 975 dev/pci/cmpci.c dip->type = AUDIO_MIXER_ENUM; type 987 dev/pci/cmpci.c dip->type = AUDIO_MIXER_ENUM; type 1008 dev/pci/cmpci.c dip->type = AUDIO_MIXER_ENUM; type 1021 dev/pci/cmpci.c dip->type = AUDIO_MIXER_ENUM; type 1035 dev/pci/cmpci.c dip->type = AUDIO_MIXER_ENUM; type 1048 dev/pci/cmpci.c dip->type = AUDIO_MIXER_ENUM; type 1060 dev/pci/cmpci.c dip->type = AUDIO_MIXER_ENUM; type 1105 dev/pci/cmpci.c cmpci_alloc_dmamem(struct cmpci_softc *sc, size_t size, int type, int flags, type 1112 dev/pci/cmpci.c n = malloc(sizeof(struct cmpci_dmanode), type, flags); type 1154 dev/pci/cmpci.c free(n, type); type 1160 dev/pci/cmpci.c cmpci_free_dmamem(struct cmpci_softc *sc, caddr_t addr, int type) type 1172 dev/pci/cmpci.c free(n, type); type 1204 dev/pci/cmpci.c cmpci_malloc(void *handle, int direction, size_t size, int type, type 1209 dev/pci/cmpci.c if (cmpci_alloc_dmamem(handle, size, type, flags, &addr)) type 1215 dev/pci/cmpci.c cmpci_free(void *handle, void *addr, int type) type 1217 dev/pci/cmpci.c cmpci_free_dmamem(handle, addr, type); type 1564 dev/pci/cmpci.c if (cp->type != AUDIO_MIXER_VALUE) type 1585 dev/pci/cmpci.c if (cp->type != AUDIO_MIXER_SET) type 1617 dev/pci/cmpci.c if (cp->type != AUDIO_MIXER_ENUM) type 1643 dev/pci/cmpci.c if (cp->type != AUDIO_MIXER_ENUM) type 571 dev/pci/cs4280.c ctl.type = AUDIO_MIXER_ENUM; type 610 dev/pci/eap.c ctl.type = AUDIO_MIXER_SET; type 616 dev/pci/eap.c ctl.type = AUDIO_MIXER_VALUE; type 626 dev/pci/eap.c ctl.type = AUDIO_MIXER_ENUM; type 630 dev/pci/eap.c ctl.type = AUDIO_MIXER_SET; type 695 dev/pci/eap.c ctl.type = AUDIO_MIXER_ENUM; type 709 dev/pci/eap.c ctl.type = AUDIO_MIXER_ENUM; type 1274 dev/pci/eap.c if (cp->type != AUDIO_MIXER_SET) type 1297 dev/pci/eap.c if (cp->type != AUDIO_MIXER_SET) type 1318 dev/pci/eap.c if (cp->type != AUDIO_MIXER_ENUM) type 1326 dev/pci/eap.c if (cp->type != AUDIO_MIXER_VALUE) type 1389 dev/pci/eap.c if (cp->type != AUDIO_MIXER_SET) type 1394 dev/pci/eap.c if (cp->type != AUDIO_MIXER_SET) type 1399 dev/pci/eap.c if (cp->type != AUDIO_MIXER_ENUM) type 1453 dev/pci/eap.c dip->type = AUDIO_MIXER_VALUE; type 1462 dev/pci/eap.c dip->type = AUDIO_MIXER_VALUE; type 1472 dev/pci/eap.c dip->type = AUDIO_MIXER_VALUE; type 1483 dev/pci/eap.c dip->type = AUDIO_MIXER_VALUE; type 1493 dev/pci/eap.c dip->type = AUDIO_MIXER_VALUE; type 1503 dev/pci/eap.c dip->type = AUDIO_MIXER_VALUE; type 1513 dev/pci/eap.c dip->type = AUDIO_MIXER_VALUE; type 1527 dev/pci/eap.c dip->type = AUDIO_MIXER_SET; type 1552 dev/pci/eap.c dip->type = AUDIO_MIXER_SET; type 1574 dev/pci/eap.c dip->type = AUDIO_MIXER_ENUM; type 1588 dev/pci/eap.c dip->type = AUDIO_MIXER_CLASS; type 1595 dev/pci/eap.c dip->type = AUDIO_MIXER_CLASS; type 1601 dev/pci/eap.c dip->type = AUDIO_MIXER_CLASS; type 94 dev/pci/emuxki.c void emuxki_dmamem_delete(struct dmamem *mem, int type); type 97 dev/pci/emuxki.c size_t size, int type, int flags); type 98 dev/pci/emuxki.c void emuxki_mem_delete(struct emuxki_mem *mem, int type); type 279 dev/pci/emuxki.c emuxki_dmamem_delete(struct dmamem *mem, int type) type 281 dev/pci/emuxki.c free(mem->segs, type); type 282 dev/pci/emuxki.c free(mem, type); type 287 dev/pci/emuxki.c int nsegs, int type, int flags) type 293 dev/pci/emuxki.c if ((mem = malloc(sizeof(*mem), type, flags)) == NULL) type 301 dev/pci/emuxki.c mem->segs = malloc(mem->nsegs * sizeof(*(mem->segs)), type, flags); type 303 dev/pci/emuxki.c free(mem, type); type 311 dev/pci/emuxki.c emuxki_dmamem_delete(mem, type); type 318 dev/pci/emuxki.c emuxki_dmamem_delete(mem, type); type 326 dev/pci/emuxki.c emuxki_dmamem_delete(mem, type); type 335 dev/pci/emuxki.c emuxki_dmamem_delete(mem, type); type 343 dev/pci/emuxki.c emuxki_dmamem_free(struct dmamem *mem, int type) type 349 dev/pci/emuxki.c emuxki_dmamem_delete(mem, type); type 969 dev/pci/emuxki.c size_t size, int type, int flags) type 973 dev/pci/emuxki.c if ((mem = malloc(sizeof(*mem), type, flags)) == NULL) type 978 dev/pci/emuxki.c EMU_DMA_ALIGN, EMU_DMAMEM_NSEG, type, flags)) == NULL) { type 979 dev/pci/emuxki.c free(mem, type); type 986 dev/pci/emuxki.c emuxki_mem_delete(struct emuxki_mem *mem, int type) type 988 dev/pci/emuxki.c emuxki_dmamem_free(mem->dmamem, type); type 989 dev/pci/emuxki.c free(mem, type); type 993 dev/pci/emuxki.c emuxki_pmem_alloc(struct emuxki_softc *sc, size_t size, int type, int flags) type 1017 dev/pci/emuxki.c size, type, flags)) == NULL) { type 1036 dev/pci/emuxki.c emuxki_rmem_alloc(struct emuxki_softc *sc, size_t size, int type, int flags) type 1041 dev/pci/emuxki.c mem = emuxki_mem_new(sc, EMU_RMEM, size, type, flags); type 2288 dev/pci/emuxki.c emuxki_allocm(void *addr, int direction, size_t size, int type, int flags) type 2293 dev/pci/emuxki.c return emuxki_pmem_alloc(sc, size, type, flags); type 2295 dev/pci/emuxki.c return emuxki_rmem_alloc(sc, size, type, flags); type 2299 dev/pci/emuxki.c emuxki_freem(void *addr, void *ptr, int type) type 2325 dev/pci/emuxki.c emuxki_mem_delete(mem, type); type 84 dev/pci/esa.c int type; type 489 dev/pci/esa.c esa_malloc(void *hdl, int direction, size_t size, int type, int flags) type 496 dev/pci/esa.c p = malloc(sizeof(*p), type, flags); type 501 dev/pci/esa.c free(p, type); type 513 dev/pci/esa.c esa_free(void *hdl, void *addr, int type) type 524 dev/pci/esa.c free(p, type); type 1023 dev/pci/esa.c sc->type = card->type; type 1392 dev/pci/esa.c if (sc->type == ESS_MAESTRO3) { type 1399 dev/pci/esa.c if (sc->type == ESS_ALLEGRO1) { type 1501 dev/pci/esa.c switch (sc->type) { type 133 dev/pci/esavar.h int type; /* Allegro-1 or Maestro 3? */ type 312 dev/pci/eso.c aa.type = AUDIODEV_TYPE_OPL; type 320 dev/pci/eso.c aa.type = AUDIODEV_TYPE_MPU; type 935 dev/pci/eso.c if (cp->type != AUDIO_MIXER_VALUE) type 964 dev/pci/eso.c if (cp->type != AUDIO_MIXER_VALUE) type 989 dev/pci/eso.c if (cp->type != AUDIO_MIXER_VALUE || type 1002 dev/pci/eso.c if (cp->type != AUDIO_MIXER_VALUE || type 1014 dev/pci/eso.c if (cp->type != AUDIO_MIXER_VALUE || type 1026 dev/pci/eso.c if (cp->type != AUDIO_MIXER_ENUM) type 1041 dev/pci/eso.c if (cp->type != AUDIO_MIXER_ENUM) type 1053 dev/pci/eso.c if (cp->type != AUDIO_MIXER_ENUM) type 1067 dev/pci/eso.c if (cp->type != AUDIO_MIXER_ENUM) type 1073 dev/pci/eso.c if (cp->type != AUDIO_MIXER_ENUM) type 1187 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1197 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1206 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1216 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1225 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1234 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1243 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1253 dev/pci/eso.c dip->type = AUDIO_MIXER_ENUM; type 1267 dev/pci/eso.c dip->type = AUDIO_MIXER_CLASS; type 1274 dev/pci/eso.c dip->type = AUDIO_MIXER_CLASS; type 1281 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1290 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1299 dev/pci/eso.c dip->type = AUDIO_MIXER_ENUM; type 1317 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1327 dev/pci/eso.c dip->type = AUDIO_MIXER_ENUM; type 1342 dev/pci/eso.c dip->type = AUDIO_MIXER_CLASS; type 1349 dev/pci/eso.c dip->type = AUDIO_MIXER_ENUM; type 1363 dev/pci/eso.c dip->type = AUDIO_MIXER_CLASS; type 1370 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1378 dev/pci/eso.c dip->type = AUDIO_MIXER_ENUM; type 1397 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1407 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1416 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1426 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1435 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1444 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1453 dev/pci/eso.c dip->type = AUDIO_MIXER_VALUE; type 1462 dev/pci/eso.c dip->type = AUDIO_MIXER_CLASS; type 1532 dev/pci/eso.c eso_allocm(hdl, direction, size, type, flags) type 1536 dev/pci/eso.c int type, flags; type 1543 dev/pci/eso.c if ((ed = malloc(size, type, flags)) == NULL) type 1560 dev/pci/eso.c free(ed, type); type 1570 dev/pci/eso.c eso_freem(hdl, addr, type) type 1573 dev/pci/eso.c int type; type 1582 dev/pci/eso.c free(p, type); type 282 dev/pci/fms.c ctl.type = AUDIO_MIXER_ENUM; type 291 dev/pci/fms.c aa.type = AUDIODEV_TYPE_OPL; type 296 dev/pci/fms.c aa.type = AUDIODEV_TYPE_MPU; type 148 dev/pci/fmsradio.c int type; /* Card type */ type 182 dev/pci/fmsradio.c r->type = TUNER_UNKNOWN; type 183 dev/pci/fmsradio.c if ((r->type = sf64pcr_probe(sc)) == TUNER_SF64PCR) type 185 dev/pci/fmsradio.c else if ((r->type = sf256pcpr_probe(sc)) == TUNER_SF256PCPR) type 187 dev/pci/fmsradio.c else if ((r->type = sf256pcs_probe(sc)) == TUNER_SF256PCS) type 194 dev/pci/fmsradio.c return r->type; type 481 dev/pci/fmsradio.c switch (radio->type) { type 517 dev/pci/fmsradio.c switch (radio->type) { type 338 dev/pci/gdt_pci.c ha->type = GDT_PCI; type 412 dev/pci/gdt_pci.c ha->type = GDT_PCINEW; type 2343 dev/pci/if_de.c unsigned length, type; type 2352 dev/pci/if_de.c type = 0; type 2355 dev/pci/if_de.c type = *dp++ & 0x3f; type 2358 dev/pci/if_de.c switch (type & 0x3f) { type 4150 dev/pci/if_em_hw.c eeprom->type = em_eeprom_microwire; type 4163 dev/pci/if_em_hw.c eeprom->type = em_eeprom_microwire; type 4181 dev/pci/if_em_hw.c eeprom->type = em_eeprom_spi; type 4192 dev/pci/if_em_hw.c eeprom->type = em_eeprom_microwire; type 4208 dev/pci/if_em_hw.c eeprom->type = em_eeprom_spi; type 4222 dev/pci/if_em_hw.c eeprom->type = em_eeprom_spi; type 4235 dev/pci/if_em_hw.c eeprom->type = em_eeprom_flash; type 4245 dev/pci/if_em_hw.c eeprom->type = em_eeprom_spi; type 4263 dev/pci/if_em_hw.c eeprom->type = em_eeprom_ich8; type 4293 dev/pci/if_em_hw.c if (eeprom->type == em_eeprom_spi) { type 4379 dev/pci/if_em_hw.c if (eeprom->type == em_eeprom_microwire) { type 4381 dev/pci/if_em_hw.c } else if (eeprom->type == em_eeprom_spi) { type 4497 dev/pci/if_em_hw.c if (eeprom->type == em_eeprom_microwire) { type 4505 dev/pci/if_em_hw.c } else if (eeprom->type == em_eeprom_spi) { type 4528 dev/pci/if_em_hw.c if (eeprom->type == em_eeprom_microwire) { type 4551 dev/pci/if_em_hw.c } else if (eeprom->type == em_eeprom_spi) { type 4578 dev/pci/if_em_hw.c if (hw->eeprom.type == em_eeprom_spi) { type 4585 dev/pci/if_em_hw.c } else if (hw->eeprom.type == em_eeprom_microwire) { type 4706 dev/pci/if_em_hw.c if (eeprom->type == em_eeprom_ich8) type 4711 dev/pci/if_em_hw.c if (eeprom->type == em_eeprom_spi) { type 4739 dev/pci/if_em_hw.c } else if (eeprom->type == em_eeprom_microwire) { type 4989 dev/pci/if_em_hw.c } else if (hw->eeprom.type == em_eeprom_flash) { type 4991 dev/pci/if_em_hw.c } else if (hw->eeprom.type == em_eeprom_ich8) { type 5042 dev/pci/if_em_hw.c if (eeprom->type == em_eeprom_ich8) type 5049 dev/pci/if_em_hw.c if (eeprom->type == em_eeprom_microwire) { type 269 dev/pci/if_em_hw.h em_eeprom_type type; type 216 dev/pci/if_gem_pci.c int type, gotenaddr = 0; type 219 dev/pci/if_gem_pci.c type = PCI_MAPREG_TYPE_MEM; type 222 dev/pci/if_gem_pci.c type = PCI_MAPREG_TYPE_IO; type 248 dev/pci/if_gem_pci.c if (pci_mapreg_map(pa, PCI_GEM_BASEADDR, type, 0, type 210 dev/pci/if_hme_pci.c int type, gotenaddr = 0; type 222 dev/pci/if_hme_pci.c type = PCI_MAPREG_TYPE_MEM; type 226 dev/pci/if_hme_pci.c type = PCI_MAPREG_TYPE_IO; type 248 dev/pci/if_hme_pci.c if (pci_mapreg_map(pa, PCI_HME_BASEADDR, type, 0, type 482 dev/pci/if_ipw.c sbd->type = IPW_SBD_TYPE_NOASSOC; type 526 dev/pci/if_ipw.c sbd->type = IPW_SBD_TYPE_DATA; type 767 dev/pci/if_ipw.c letoh32(cmd->type), letoh32(cmd->subtype), letoh32(cmd->seq), type 977 dev/pci/if_ipw.c switch (sbd->type) { type 1002 dev/pci/if_ipw.c sbd->type = IPW_SBD_TYPE_NOASSOC; type 1017 dev/pci/if_ipw.c if (sbd->type == IPW_SBD_TYPE_DATA) type 1073 dev/pci/if_ipw.c ipw_cmd(struct ipw_softc *sc, uint32_t type, void *data, uint32_t len) type 1088 dev/pci/if_ipw.c sc->cmd.type = htole32(type); type 1095 dev/pci/if_ipw.c sbd->type = IPW_SBD_TYPE_COMMAND; type 1113 dev/pci/if_ipw.c DPRINTFN(2, ("TX!CMD!%u!%u!%u!%u\n", type, 0, 0, len)); type 1164 dev/pci/if_ipw.c shdr->hdr.type = htole32(IPW_HDR_TYPE_SEND); type 1235 dev/pci/if_ipw.c sbd->type = IPW_SBD_TYPE_HEADER; type 1243 dev/pci/if_ipw.c DPRINTFN(5, ("TX!HDR!%u!%u!%u!%u", shdr->hdr.type, shdr->hdr.subtype, type 1265 dev/pci/if_ipw.c sbd->type = IPW_SBD_TYPE_DATA; type 1269 dev/pci/if_ipw.c sbd->type = IPW_SBD_TYPE_NOASSOC; type 154 dev/pci/if_ipwreg.h uint32_t type; type 170 dev/pci/if_ipwreg.h uint32_t type; type 40 dev/pci/if_ipwvar.h int type; type 992 dev/pci/if_iwi.c switch (notif->type) { type 1088 dev/pci/if_iwi.c DPRINTFN(5, ("Notification (%u)\n", notif->type)); type 1109 dev/pci/if_iwi.c switch (hdr->type) { type 1122 dev/pci/if_iwi.c sc->sc_dev.dv_xname, hdr->type); type 1227 dev/pci/if_iwi.c iwi_cmd(struct iwi_softc *sc, uint8_t type, void *data, uint8_t len, int async) type 1232 dev/pci/if_iwi.c desc->hdr.type = IWI_HDR_TYPE_COMMAND; type 1234 dev/pci/if_iwi.c desc->type = type; type 1243 dev/pci/if_iwi.c type, len)); type 1348 dev/pci/if_iwi.c desc->hdr.type = IWI_HDR_TYPE_DATA; type 1892 dev/pci/if_iwi.c rs.type = IWI_RATESET_TYPE_SUPPORTED; type 1902 dev/pci/if_iwi.c rs.type = IWI_RATESET_TYPE_SUPPORTED; type 1962 dev/pci/if_iwi.c memset(scan.type, IWI_SCAN_TYPE_PASSIVE, sizeof scan.type); type 1984 dev/pci/if_iwi.c memset(scan.type, IWI_SCAN_TYPE_BDIRECTED, sizeof scan.type); type 1987 dev/pci/if_iwi.c memset(scan.type, IWI_SCAN_TYPE_BROADCAST, sizeof scan.type); type 2053 dev/pci/if_iwi.c rs.type = IWI_RATESET_TYPE_NEGOTIATED; type 2079 dev/pci/if_iwi.c assoc.type = IWI_ASSOC_SIBSS; type 2081 dev/pci/if_iwi.c assoc.type = IWI_ASSOC_ASSOCIATE; type 125 dev/pci/if_iwireg.h uint8_t type; type 140 dev/pci/if_iwireg.h uint8_t type; type 181 dev/pci/if_iwireg.h uint8_t type; type 255 dev/pci/if_iwireg.h uint8_t type; type 295 dev/pci/if_iwireg.h uint8_t type; type 323 dev/pci/if_iwireg.h uint8_t type; type 352 dev/pci/if_iwireg.h uint8_t type[27]; type 194 dev/pci/if_ixgb.c sc->hw.fc.type = FLOW_CONTROL; type 2058 dev/pci/if_ixgb.c bus_type = sc->hw.bus.type; type 1629 dev/pci/if_nxe.c sc->sc_sensor.type = SENSOR_TEMP; type 160 dev/pci/if_san_common.c sdla_getcfg(card->hw, SDLA_CARDTYPE, &card->type); type 178 dev/pci/if_san_common.c switch (card->type) { type 377 dev/pci/if_san_common.c switch (card->type) { type 285 dev/pci/if_san_common.h # define offsetof(type, member) ((size_t)(&((type*)0)->member)) type 380 dev/pci/if_san_common.h unsigned int type; /* adapter type */ type 303 dev/pci/if_san_obsd.c switch (ifsettings.type) { type 305 dev/pci/if_san_obsd.c ifsettings.type = common->protocol; type 405 dev/pci/if_san_obsd.c switch (ifsettings->type) { type 443 dev/pci/if_san_obsd.c switch (ifsettings->type) { type 73 dev/pci/if_san_obsd.h unsigned int type; type 1941 dev/pci/if_san_te1.c ifs.type = IF_PROTO_PPP; type 1943 dev/pci/if_san_te1.c ifs.type = IF_PROTO_CISCO; type 3533 dev/pci/if_san_te1.c sdla_set_te1_lb_modes(void *arg, unsigned char type, unsigned char mode) type 3540 dev/pci/if_san_te1.c switch (type) { type 63 dev/pci/if_sandrv.c #define IS_SUPPORTED_ADAPTER(hw) ((hw)->type == SDLA_AFT) type 65 dev/pci/if_sandrv.c #define SDLA_CTYPE_NAME(type) \ type 66 dev/pci/if_sandrv.c ((type) == SDLA_AFT) ? "AFT" : "Unknown" type 68 dev/pci/if_sandrv.c #define IS_AFT(hw) (hw->type == SDLA_AFT) type 113 dev/pci/if_sandrv.c unsigned int type; /* S50x/S514/ADSL/XILINX */ type 422 dev/pci/if_sandrv.c hwcard->type = SDLA_AFT; type 787 dev/pci/if_sandrv.c switch (hwcard->type) { type 793 dev/pci/if_sandrv.c hw->devname, hw->hwcard->type); type 817 dev/pci/if_sandrv.c switch (card->type) { type 847 dev/pci/if_sandrv.c switch (card->type) { type 950 dev/pci/if_sandrv.c switch (card->type) { type 957 dev/pci/if_sandrv.c __FUNCTION__,card->type); type 1020 dev/pci/if_sandrv.c switch (card->type) { type 1027 dev/pci/if_sandrv.c __FUNCTION__,card->type); type 1185 dev/pci/if_sandrv.c switch (card->type) { type 1262 dev/pci/if_sandrv.c sdla_getcfg(void *phw, int type, void *value) type 1271 dev/pci/if_sandrv.c switch (type) { type 1273 dev/pci/if_sandrv.c *(u_int16_t*)value = hwcard->type; type 288 dev/pci/if_tht.c u_int16_t type; type 1303 dev/pci/if_tht.c rxf.type = htole16(THT_RXF_TYPE); type 1110 dev/pci/if_tl.c int tl_intvec_rxeof(xsc, type) type 1112 dev/pci/if_tl.c u_int32_t type; type 1190 dev/pci/if_tl.c int tl_intvec_rxeoc(xsc, type) type 1192 dev/pci/if_tl.c u_int32_t type; type 1202 dev/pci/if_tl.c r = tl_intvec_rxeof(xsc, type); type 1203 dev/pci/if_tl.c CMD_PUT(sc, TL_CMD_ACK | r | (type & ~(0x00100000))); type 1212 dev/pci/if_tl.c int tl_intvec_txeof(xsc, type) type 1214 dev/pci/if_tl.c u_int32_t type; type 1264 dev/pci/if_tl.c int tl_intvec_txeoc(xsc, type) type 1266 dev/pci/if_tl.c u_int32_t type; type 1285 dev/pci/if_tl.c CMD_PUT(sc, TL_CMD_ACK | 0x00000001 | type); type 1300 dev/pci/if_tl.c int tl_intvec_adchk(xsc, type) type 1302 dev/pci/if_tl.c u_int32_t type; type 1308 dev/pci/if_tl.c if (type) type 1320 dev/pci/if_tl.c int tl_intvec_netsts(xsc, type) type 1322 dev/pci/if_tl.c u_int32_t type; type 1343 dev/pci/if_tl.c u_int32_t type = 0; type 1352 dev/pci/if_tl.c type = (ints << 16) & 0xFFFF0000; type 1361 dev/pci/if_tl.c CMD_PUT(sc, type); type 1365 dev/pci/if_tl.c r = tl_intvec_txeof((void *)sc, type); type 1368 dev/pci/if_tl.c r = tl_intvec_txeoc((void *)sc, type); type 1375 dev/pci/if_tl.c r = tl_intvec_rxeof((void *)sc, type); type 1383 dev/pci/if_tl.c r = tl_intvec_adchk((void *)sc, type); type 1385 dev/pci/if_tl.c r = tl_intvec_netsts((void *)sc, type); type 1388 dev/pci/if_tl.c r = tl_intvec_rxeoc((void *)sc, type); type 1397 dev/pci/if_tl.c CMD_PUT(sc, TL_CMD_ACK | r | type); type 321 dev/pci/if_wpi.c sc->sensor.type = SENSOR_INTEGER; /* not in muK! */ type 1395 dev/pci/if_wpi.c "len=%d\n", desc->qid, desc->idx, desc->flags, desc->type, type 1401 dev/pci/if_wpi.c switch (desc->type) { type 1918 dev/pci/if_wpi.c wpi_read_prom_data(sc, WPI_EEPROM_TYPE, &sc->type, 1); type 1921 dev/pci/if_wpi.c sc->type)); type 2776 dev/pci/if_wpi.c if (sc->type > 1) type 199 dev/pci/if_wpireg.h uint8_t type; type 547 dev/pci/if_wpireg.h uint8_t type; type 165 dev/pci/if_wpivar.h uint8_t type; type 669 dev/pci/ixgb_hw.c switch(hw->fc.type) { type 709 dev/pci/ixgb_hw.c if(!(hw->fc.type & ixgb_fc_tx_pause)) { type 1088 dev/pci/ixgb_hw.c hw->bus.type = type 1092 dev/pci/ixgb_hw.c if(hw->bus.type == ixgb_bus_type_pci) { type 700 dev/pci/ixgb_hw.h ixgb_fc_type type; /* Type of flow control */ type 717 dev/pci/ixgb_hw.h ixgb_bus_type type; type 1628 dev/pci/maestro.c hwvol.type = AUDIO_MIXER_ENUM; type 1635 dev/pci/maestro.c hwvol.type = AUDIO_MIXER_VALUE; type 197 dev/pci/mbg.c sc->sc_timedelta.type = SENSOR_TIMEDELTA; type 203 dev/pci/mbg.c sc->sc_signal.type = SENSOR_PERCENT; type 255 dev/pci/musycc_obsd.c ma.ma_type = ntohl(framerconf.type); type 246 dev/pci/musyccreg.h u_int32_t type; type 132 dev/pci/neo.c u_int32_t type; type 385 dev/pci/neo.c if (sc->type == NM256AV_PCI_ID) type 387 dev/pci/neo.c else if (sc->type == NM256ZX_PCI_ID) type 510 dev/pci/neo.c if (sc->type == NM256AV_PCI_ID) { type 522 dev/pci/neo.c } else if (sc->type == NM256ZX_PCI_ID) { type 571 dev/pci/neo.c sc->type = pa->pa_id; type 82 dev/pci/opl_cmpci.c if (aa->type != AUDIODEV_TYPE_OPL) type 88 dev/pci/opl_eso.c if (aa->type != AUDIODEV_TYPE_OPL) type 87 dev/pci/opl_yds.c if (aa->type != AUDIODEV_TYPE_OPL) type 58 dev/pci/pci_map.c obsd_pci_io_find(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t type, type 123 dev/pci/pci_map.c obsd_pci_mem_find(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t type, type 130 dev/pci/pci_map.c is64bit = (PCI_MAPREG_MEM_TYPE(type) == PCI_MAPREG_MEM_TYPE_64BIT); type 181 dev/pci/pci_map.c if (type != -1 && type 182 dev/pci/pci_map.c PCI_MAPREG_MEM_TYPE(address) != PCI_MAPREG_MEM_TYPE(type)) { type 185 dev/pci/pci_map.c PCI_MAPREG_MEM_TYPE(type), type 301 dev/pci/pci_map.c pci_mapreg_info(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t type, type 305 dev/pci/pci_map.c if (PCI_MAPREG_TYPE(type) == PCI_MAPREG_TYPE_IO) type 306 dev/pci/pci_map.c return (obsd_pci_io_find(pc, tag, reg, type, basep, sizep, type 309 dev/pci/pci_map.c return (obsd_pci_mem_find(pc, tag, reg, type, basep, sizep, type 314 dev/pci/pci_map.c pci_mapreg_map(struct pci_attach_args *pa, int reg, pcireg_t type, int busflags, type 326 dev/pci/pci_map.c if ((rv = pci_mapreg_info(pa->pa_pc, pa->pa_tag, reg, type, type 333 dev/pci/pci_map.c if (PCI_MAPREG_TYPE(type) == PCI_MAPREG_TYPE_IO) type 341 dev/pci/pci_map.c if (PCI_MAPREG_TYPE(type) == PCI_MAPREG_TYPE_IO) { type 4569 dev/pci/pciide.c u_int8_t type; type 4679 dev/pci/pciide.c if (sis_hostbr_type_match->type == SIS_TYPE_SOUTH) { type 4711 dev/pci/pciide.c sis->sis_type = sis_hostbr_type_match->type; type 127 dev/pci/puc.c puc_pci_intr_establish(struct puc_attach_args *paa, int type, type 132 dev/pci/puc.c return (pci_intr_establish(sc->pc, sc->ih, type, func, arg, name)); type 184 dev/pci/puc.c pcireg_t type; type 189 dev/pci/puc.c if (!pci_mapreg_probe(pa->pa_pc, pa->pa_tag, bar, &type)) type 192 dev/pci/puc.c sc->sc_bar_mappings[i].mapped = (pci_mapreg_map(pa, bar, type, type 196 dev/pci/puc.c sc->sc_bar_mappings[i].type = type; type 251 dev/pci/puc.c if (sc->sc_desc->ports[i].type != PUC_PORT_TYPE_COM && type 252 dev/pci/puc.c sc->sc_desc->ports[i].type != PUC_PORT_TYPE_LPT) type 259 dev/pci/puc.c puc_port_type_name(sc->sc_desc->ports[i].type), type 266 dev/pci/puc.c paa->type = sc->sc_desc->ports[i].type; type 284 dev/pci/puc.c puc_port_type_name(paa->type), bar, (int)paa->a, type 300 dev/pci/puc.c printf("%s at %s", puc_port_type_name(paa->type), pnp); type 342 dev/pci/puc.c puc_port_type_name(int type) type 345 dev/pci/puc.c switch (type) { type 362 dev/pci/puc.c switch (desc->ports[i].type) { type 371 dev/pci/puc.c desc->ports[i].type); type 47 dev/pci/pucvar.h u_char type; type 64 dev/pci/pucvar.h ((port) < PUC_MAX_PORTS && (desc)->ports[(port)].type != PUC_PORT_TYPE_NONE) type 73 dev/pci/pucvar.h int type; type 99 dev/pci/pucvar.h u_long type; type 1032 dev/pci/sv.c dip->type = AUDIO_MIXER_CLASS; type 1050 dev/pci/sv.c dip->type = AUDIO_MIXER_VALUE; type 1062 dev/pci/sv.c dip->type = AUDIO_MIXER_ENUM; type 1086 dev/pci/sv.c dip->type = AUDIO_MIXER_ENUM; type 1105 dev/pci/sv.c dip->type = AUDIO_MIXER_VALUE; type 1123 dev/pci/sv.c dip->type = AUDIO_MIXER_ENUM; type 1153 dev/pci/sv.c if (cp->type != AUDIO_MIXER_ENUM) type 1174 dev/pci/sv.c if (cp->type != AUDIO_MIXER_VALUE) type 1221 dev/pci/sv.c if (cp->type != AUDIO_MIXER_ENUM) type 1247 dev/pci/sv.c if (cp->type != AUDIO_MIXER_VALUE) type 1271 dev/pci/sv.c if (cp->type != AUDIO_MIXER_ENUM) type 1285 dev/pci/sv.c if (cp->type != AUDIO_MIXER_ENUM) type 1318 dev/pci/sv.c if (cp->type != AUDIO_MIXER_ENUM) type 1324 dev/pci/sv.c if (cp->type != AUDIO_MIXER_VALUE) type 1359 dev/pci/sv.c if (cp->type != AUDIO_MIXER_ENUM) type 1368 dev/pci/sv.c if (cp->type != AUDIO_MIXER_VALUE) type 1381 dev/pci/sv.c if (cp->type != AUDIO_MIXER_ENUM) type 1391 dev/pci/sv.c if (cp->type != AUDIO_MIXER_ENUM) type 1411 dev/pci/sv.c cp.type = AUDIO_MIXER_ENUM; type 1419 dev/pci/sv.c cp.type = AUDIO_MIXER_ENUM; type 732 dev/pci/tga.c tga_alloc_screen(v, type, cookiep, curxp, curyp, attrp) type 734 dev/pci/tga.c const struct wsscreen_descr *type; type 138 dev/pci/tga_conf.c int type; type 153 dev/pci/tga_conf.c type = TGA_TYPE_UNKNOWN; type 162 dev/pci/tga_conf.c type = TGA_TYPE_T8_01; type 164 dev/pci/tga_conf.c type = TGA_TYPE_T8_02; type 169 dev/pci/tga_conf.c type = TGA_TYPE_T8_22; type 174 dev/pci/tga_conf.c type = TGA_TYPE_T8_44; type 180 dev/pci/tga_conf.c type = TGA_TYPE_POWERSTORM_4D20; type 187 dev/pci/tga_conf.c type = TGA_TYPE_T32_04; type 189 dev/pci/tga_conf.c type = TGA_TYPE_T32_08; type 194 dev/pci/tga_conf.c type = TGA_TYPE_T32_88; type 198 dev/pci/tga_conf.c return (type); type 202 dev/pci/tga_conf.c tga_getconf(type) type 203 dev/pci/tga_conf.c int type; type 206 dev/pci/tga_conf.c if (type >= 0 && type < TGA_TYPE_UNKNOWN) type 207 dev/pci/tga_conf.c return &tga_configs[type]; type 288 dev/pci/viaenv.c sc->sc_data[i].type = SENSOR_TEMP; type 292 dev/pci/viaenv.c sc->sc_data[i].type = SENSOR_FANRPM; type 296 dev/pci/viaenv.c sc->sc_data[i].type = SENSOR_VOLTS_DC; type 613 dev/pci/yds.c aa.type = AUDIODEV_TYPE_OPL; type 649 dev/pci/yds.c aa.type = AUDIODEV_TYPE_MPU; type 788 dev/pci/yds.c ctl.type = AUDIO_MIXER_ENUM; type 805 dev/pci/yds.c ctl.type = AUDIO_MIXER_ENUM; type 810 dev/pci/yds.c ctl.type = AUDIO_MIXER_VALUE; type 445 dev/pckbc/pckbd.c pckbd_decode(id, datain, type, dataout) type 448 dev/pckbc/pckbd.c u_int *type; type 482 dev/pckbc/pckbd.c *type = WSCONS_EVENT_KEY_UP; type 488 dev/pckbc/pckbd.c *type = WSCONS_EVENT_KEY_DOWN; type 570 dev/pckbc/pckbd.c int type, key; type 579 dev/pckbc/pckbd.c if (pckbd_decode(sc->id, data, &type, &key)) type 580 dev/pckbc/pckbd.c wskbd_input(sc->sc_wskbddev, type, key); type 680 dev/pckbc/pckbd.c pckbd_cngetc(v, type, data) type 682 dev/pckbc/pckbd.c u_int *type; type 690 dev/pckbc/pckbd.c if ((val != -1) && pckbd_decode(t, val, type, data)) type 436 dev/pcmcia/cfxga.c cfxga_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, type 449 dev/pcmcia/cfxga.c mode = type - sc->sc_wsd; type 499 dev/pcmcia/cfxga.c if (type->nrows == 0) /* first screen creation */ type 502 dev/pcmcia/cfxga.c rasops_init(ri, type->nrows, type->ncols); type 527 dev/pcmcia/cfxga.c if (type->nrows == 0) { type 528 dev/pcmcia/cfxga.c struct wsscreen_descr *wsd = (struct wsscreen_descr *)type; type 1231 dev/pcmcia/if_malo.c body_ssid->type = htole16(MALO_TLV_TYPE_SSID); type 1236 dev/pcmcia/if_malo.c body_chanlist->type = htole16(MALO_TLV_TYPE_CHANLIST); type 1248 dev/pcmcia/if_malo.c body_rates->type = htole16(MALO_TLV_TYPE_RATES); type 1256 dev/pcmcia/if_malo.c body_numprobes->type = htole16(MALO_TLV_TYPE_NUMPROBES); type 1686 dev/pcmcia/if_malo.c body_ssid->type = htole16(MALO_TLV_TYPE_SSID); type 1693 dev/pcmcia/if_malo.c body_phy->type = htole16(MALO_TLV_TYPE_PHY); type 1699 dev/pcmcia/if_malo.c body_cf->type = htole16(MALO_TLV_TYPE_CF); type 1704 dev/pcmcia/if_malo.c body_rates->type = htole16(MALO_TLV_TYPE_RATES); type 1712 dev/pcmcia/if_malo.c body_passeid->type = htole16(MALO_TLV_TYPE_PASSEID); type 1773 dev/pcmcia/if_malo.c body_80211d->type = htole16(MALO_TLV_TYPE_80211D); type 224 dev/pcmcia/if_malovar.h uint16_t type; type 230 dev/pcmcia/if_malovar.h uint16_t type; type 236 dev/pcmcia/if_malovar.h uint16_t type; type 242 dev/pcmcia/if_malovar.h uint16_t type; type 253 dev/pcmcia/if_malovar.h uint16_t type; type 268 dev/pcmcia/if_malovar.h uint16_t type; type 274 dev/pcmcia/if_malovar.h uint16_t type; type 280 dev/pcmcia/if_malovar.h uint16_t type; type 958 dev/pcmcia/if_ne_pcmcia.c int j, type; type 973 dev/pcmcia/if_ne_pcmcia.c type = bus_space_read_1(nsc->sc_asict, nsc->sc_asich, 0x0f); type 974 dev/pcmcia/if_ne_pcmcia.c if (type == 0x91 || type == 0x99) type 112 dev/pcmcia/if_ray.c #define offsetof(type, member) ((size_t)(&((type *)0)->member)) type 89 dev/puc/com_puc.c if (pa->type == PUC_PORT_TYPE_COM) type 70 dev/puc/lpt_puc.c if (aa->type != PUC_PORT_TYPE_LPT) type 65 dev/radio.c return (sa->type == AUDIODEV_TYPE_RADIO) ? 1 : 0; type 160 dev/radio.c arg.type = AUDIODEV_TYPE_RADIO; type 217 dev/raidframe/rf_aselect.c RF_IoType_t type = desc->type; type 263 dev/raidframe/rf_aselect.c (raidPtr->Layout.map->SelectionFunc) (raidPtr, type, asm_p, type 323 dev/raidframe/rf_aselect.c type, asm_up, type 403 dev/raidframe/rf_aselect.c type, asm_bp, type 270 dev/raidframe/rf_chaindecluster.c rf_RAIDCDagSelect(RF_Raid_t *raidPtr, RF_IoType_t type, type 273 dev/raidframe/rf_chaindecluster.c RF_ASSERT(RF_IO_IS_R_OR_W(type)); type 282 dev/raidframe/rf_chaindecluster.c *createFunc = (type == RF_IO_TYPE_READ) ? type 286 dev/raidframe/rf_chaindecluster.c if (type == RF_IO_TYPE_READ) { type 745 dev/raidframe/rf_dagdegrd.c pda_p->type = RF_PDA_TYPE_PARITY; type 749 dev/raidframe/rf_dagdegrd.c pda_p->type = RF_PDA_TYPE_Q; type 760 dev/raidframe/rf_dagdegrd.c pda_p->type = RF_PDA_TYPE_PARITY; type 763 dev/raidframe/rf_dagdegrd.c pda_p->type = RF_PDA_TYPE_Q; type 772 dev/raidframe/rf_dagdegrd.c pda_p->type = RF_PDA_TYPE_PARITY; type 775 dev/raidframe/rf_dagdegrd.c pda_p->type = RF_PDA_TYPE_Q; type 778 dev/raidframe/rf_dagdegrd.c pda_p->type = RF_PDA_TYPE_PARITY; type 781 dev/raidframe/rf_dagdegrd.c pda_p->type = RF_PDA_TYPE_Q; type 849 dev/raidframe/rf_dagdegrd.c pda_p->type = RF_PDA_TYPE_DATA; type 879 dev/raidframe/rf_dagdegrd.c pda_p->type = RF_PDA_TYPE_DATA; type 1067 dev/raidframe/rf_dagdegrd.c pda_p->type = RF_PDA_TYPE_DATA; type 1097 dev/raidframe/rf_dagdegrd.c pda_p->type = RF_PDA_TYPE_DATA; type 595 dev/raidframe/rf_dagdegwr.c pda_p->type = RF_PDA_TYPE_PARITY; type 599 dev/raidframe/rf_dagdegwr.c pda_p->type = RF_PDA_TYPE_Q; type 610 dev/raidframe/rf_dagdegwr.c pda_p->type = RF_PDA_TYPE_PARITY; type 613 dev/raidframe/rf_dagdegwr.c pda_p->type = RF_PDA_TYPE_Q; type 622 dev/raidframe/rf_dagdegwr.c pda_p->type = RF_PDA_TYPE_PARITY; type 625 dev/raidframe/rf_dagdegwr.c pda_p->type = RF_PDA_TYPE_Q; type 628 dev/raidframe/rf_dagdegwr.c pda_p->type = RF_PDA_TYPE_PARITY; type 631 dev/raidframe/rf_dagdegwr.c pda_p->type = RF_PDA_TYPE_Q; type 657 dev/raidframe/rf_dagdegwr.c pda_p->type = RF_PDA_TYPE_DATA; type 684 dev/raidframe/rf_dagdegwr.c pda_p->type = RF_PDA_TYPE_DATA; type 143 dev/raidframe/rf_dagffrd.c RF_IoType_t type type 155 dev/raidframe/rf_dagffrd.c RF_ASSERT(RF_IO_IS_R_OR_W(type)); type 156 dev/raidframe/rf_dagffrd.c switch (type) { type 206 dev/raidframe/rf_dagffrd.c switch (type) { type 254 dev/raidframe/rf_dagffrd.c if (type == RF_IO_TYPE_READ) { type 81 dev/raidframe/rf_dagffwr.c RF_AllocListElem_t *allocList, RF_IoType_t type) type 90 dev/raidframe/rf_dagffwr.c RF_AllocListElem_t *allocList, RF_IoType_t type) type 81 dev/raidframe/rf_desc.h RF_IoType_t type; /* Read or write. */ type 353 dev/raidframe/rf_diskqueue.c RF_ASSERT(req->type == RF_IO_TYPE_NOP || req->numSector); type 595 dev/raidframe/rf_diskqueue.c p->type = typ; type 639 dev/raidframe/rf_diskqueue.c p->type = typ; type 64 dev/raidframe/rf_diskqueue.h RF_IoType_t type; /* Read/write/nop. */ type 603 dev/raidframe/rf_driver.c RF_IoType_t type, type 634 dev/raidframe/rf_driver.c desc->type = type; type 683 dev/raidframe/rf_driver.c RF_IoType_t type, /* Should be read or write. */ type 724 dev/raidframe/rf_driver.c (type == RF_IO_TYPE_READ) ? "READ" : "WRITE", (int) raidAddress, type 739 dev/raidframe/rf_driver.c desc = rf_AllocRaidAccDesc(raidPtr, type, raidAddress, type 227 dev/raidframe/rf_evenodd.c RF_IoType_t type, type 237 dev/raidframe/rf_evenodd.c RF_ASSERT(RF_IO_IS_R_OR_W(type)); type 245 dev/raidframe/rf_evenodd.c if (type == RF_IO_TYPE_READ) { type 261 dev/raidframe/rf_evenodd.c if (asmap->failedPDAs[1]->type == type 308 dev/raidframe/rf_evenodd.c RF_ASSERT((asmap->failedPDAs[0]->type == type 310 dev/raidframe/rf_evenodd.c (asmap->failedPDAs[0]->type == RF_PDA_TYPE_Q)); type 311 dev/raidframe/rf_evenodd.c if (asmap->failedPDAs[0]->type == RF_PDA_TYPE_Q) { type 380 dev/raidframe/rf_evenodd.c RF_ASSERT(asmap->failedPDAs[0]->type == type 382 dev/raidframe/rf_evenodd.c RF_ASSERT((asmap->failedPDAs[1]->type == type 384 dev/raidframe/rf_evenodd.c (asmap->failedPDAs[1]->type == RF_PDA_TYPE_Q)); type 385 dev/raidframe/rf_evenodd.c if (asmap->failedPDAs[1]->type == RF_PDA_TYPE_Q) { type 132 dev/raidframe/rf_evenodd_dagfuncs.c RF_ASSERT(EPDA->type == RF_PDA_TYPE_Q); type 196 dev/raidframe/rf_evenodd_dagfuncs.c RF_ASSERT(((RF_PhysDiskAddr_t *) node->params[2].p)->type == type 741 dev/raidframe/rf_evenodd_dagfuncs.c if (((RF_PhysDiskAddr_t *) node->params[i].p)->type != type 758 dev/raidframe/rf_evenodd_dagfuncs.c RF_ASSERT(ppda2->type == RF_PDA_TYPE_PARITY); type 761 dev/raidframe/rf_evenodd_dagfuncs.c RF_ASSERT(epda2->type == RF_PDA_TYPE_Q); type 276 dev/raidframe/rf_interdecluster.c rf_RAIDIDagSelect(RF_Raid_t *raidPtr, RF_IoType_t type, type 279 dev/raidframe/rf_interdecluster.c RF_ASSERT(RF_IO_IS_R_OR_W(type)); type 287 dev/raidframe/rf_interdecluster.c *createFunc = (type == RF_IO_TYPE_READ) type 290 dev/raidframe/rf_interdecluster.c if (type == RF_IO_TYPE_READ) { type 254 dev/raidframe/rf_layout.h int type; /* type 178 dev/raidframe/rf_map.c pda_p->type = RF_PDA_TYPE_DATA; type 229 dev/raidframe/rf_map.c pda_p->type = RF_PDA_TYPE_PARITY; type 253 dev/raidframe/rf_map.c pda_p->type = RF_PDA_TYPE_PARITY; type 258 dev/raidframe/rf_map.c pda_q->type = RF_PDA_TYPE_Q; type 967 dev/raidframe/rf_map.c if (pda_p->type == RF_PDA_TYPE_DATA) type 1847 dev/raidframe/rf_openbsdkintf.c int op = (req->type == RF_IO_TYPE_READ) ? B_READ : B_WRITE; type 1901 dev/raidframe/rf_openbsdkintf.c switch (req->type) { type 1948 dev/raidframe/rf_openbsdkintf.c req->type, unit, queue->row, queue->col)); type 952 dev/raidframe/rf_paritylogging.c rf_ParityLoggingDagSelect(RF_Raid_t *raidPtr, RF_IoType_t type, type 961 dev/raidframe/rf_paritylogging.c RF_ASSERT(RF_IO_IS_R_OR_W(type)); type 1092 dev/raidframe/rf_paritylogging.c type, or, oc, (long) oo, type 1099 dev/raidframe/rf_paritylogging.c if (type == RF_IO_TYPE_READ) { type 111 dev/raidframe/rf_pq.c rf_PQDagSelect(RF_Raid_t *raidPtr, RF_IoType_t type, type 119 dev/raidframe/rf_pq.c RF_ASSERT(RF_IO_IS_R_OR_W(type)); type 127 dev/raidframe/rf_pq.c if (type == RF_IO_TYPE_READ) { type 143 dev/raidframe/rf_pq.c if (asmap->failedPDAs[1]->type == type 191 dev/raidframe/rf_pq.c RF_ASSERT((asmap->failedPDAs[0]->type == type 193 dev/raidframe/rf_pq.c (asmap->failedPDAs[0]->type == RF_PDA_TYPE_Q)); type 194 dev/raidframe/rf_pq.c if (asmap->failedPDAs[0]->type == RF_PDA_TYPE_Q) { type 240 dev/raidframe/rf_pq.c RF_ASSERT(asmap->failedPDAs[0]->type == type 242 dev/raidframe/rf_pq.c RF_ASSERT((asmap->failedPDAs[1]->type == type 244 dev/raidframe/rf_pq.c (asmap->failedPDAs[1]->type == type 246 dev/raidframe/rf_pq.c if (asmap->failedPDAs[1]->type == RF_PDA_TYPE_Q) type 129 dev/raidframe/rf_raid0.c rf_RAID0DagSelect(RF_Raid_t *raidPtr, RF_IoType_t type, type 132 dev/raidframe/rf_raid0.c *createFunc = ((type == RF_IO_TYPE_READ) ? type 192 dev/raidframe/rf_raid1.c rf_RAID1DagSelect(RF_Raid_t *raidPtr, RF_IoType_t type, type 202 dev/raidframe/rf_raid1.c RF_ASSERT(RF_IO_IS_R_OR_W(type)); type 260 dev/raidframe/rf_raid1.c raidPtr->raidid, type, or, oc, (long) oo, type 267 dev/raidframe/rf_raid1.c if (type == RF_IO_TYPE_READ) { type 184 dev/raidframe/rf_raid5.c rf_RaidFiveDagSelect(RF_Raid_t *raidPtr, RF_IoType_t type, type 193 dev/raidframe/rf_raid5.c RF_ASSERT(RF_IO_IS_R_OR_W(type)); type 328 dev/raidframe/rf_raid5.c type, or, oc, (long) oo, type 342 dev/raidframe/rf_raid5.c if (type == RF_IO_TYPE_READ) { type 366 dev/raidframe/rf_reconbuffer.c if (rbufs[i]->type == RF_RBUF_TYPE_FLOATING) type 370 dev/raidframe/rf_reconbuffer.c if (rbufs[i]->type == RF_RBUF_TYPE_FORCED) type 945 dev/raidframe/rf_reconstruct.c Dprintf1("RECON: rf_ProcessReconEvent type %d.\n", event->type); type 947 dev/raidframe/rf_reconstruct.c switch (event->type) { type 987 dev/raidframe/rf_reconstruct.c if (rbuf->type == RF_RBUF_TYPE_FLOATING) { type 993 dev/raidframe/rf_reconstruct.c if (rbuf->type == RF_RBUF_TYPE_FORCED) type 89 dev/raidframe/rf_reconstruct.h RF_RbufType_t type; /* FORCED or FLOATING. */ type 143 dev/raidframe/rf_reconstruct.h RF_Revent_t type; /* What kind of event has occurred. */ type 242 dev/raidframe/rf_reconutil.c RF_RbufType_t type) type 256 dev/raidframe/rf_reconutil.c t->type = type; type 306 dev/raidframe/rf_reconutil.c if (rbuf && rbuf->type == RF_RBUF_TYPE_FLOATING) type 310 dev/raidframe/rf_reconutil.c if (rbuf && rbuf->type == RF_RBUF_TYPE_FLOATING) type 316 dev/raidframe/rf_reconutil.c if (rbuf->type == RF_RBUF_TYPE_FLOATING) type 325 dev/raidframe/rf_reconutil.c if (rbuf->type == RF_RBUF_TYPE_FLOATING) type 330 dev/raidframe/rf_reconutil.c if (rbuf->type == RF_RBUF_TYPE_FLOATING) type 335 dev/raidframe/rf_reconutil.c if (rbuf->type == RF_RBUF_TYPE_FLOATING) type 340 dev/raidframe/rf_reconutil.c if (rbuf->type == RF_RBUF_TYPE_FLOATING) type 177 dev/raidframe/rf_revent.c void *arg, RF_Revent_t type) type 180 dev/raidframe/rf_revent.c RF_ReconEvent_t *event = GetReconEventDesc(row, col, arg, type); type 182 dev/raidframe/rf_revent.c if (type == RF_REVENT_BUFCLEAR) { type 200 dev/raidframe/rf_revent.c GetReconEventDesc(RF_RowCol_t row, RF_RowCol_t col, void *arg, RF_Revent_t type) type 209 dev/raidframe/rf_revent.c t->type = type; type 189 dev/raidframe/rf_states.c desc->raidPtr->raidid, desc->type, type 359 dev/raidframe/rf_states.c RF_ASSERT(RF_IO_IS_R_OR_W(desc->type)); type 373 dev/raidframe/rf_states.c desc->type, (void (*) (struct buf *)) type 382 dev/raidframe/rf_states.c if (desc->type == RF_IO_TYPE_WRITE && type 149 dev/raidframe/rf_stripelocks.c (((((_cand)->type == RF_IO_TYPE_READ) && \ type 150 dev/raidframe/rf_stripelocks.c ((_pred)->type == RF_IO_TYPE_WRITE)) || \ type 151 dev/raidframe/rf_stripelocks.c (((_cand)->type == RF_IO_TYPE_WRITE) && \ type 152 dev/raidframe/rf_stripelocks.c ((_pred)->type == RF_IO_TYPE_READ)) || \ type 153 dev/raidframe/rf_stripelocks.c (((_cand)->type == RF_IO_TYPE_WRITE) && \ type 154 dev/raidframe/rf_stripelocks.c ((_pred)->type == RF_IO_TYPE_WRITE))))) type 276 dev/raidframe/rf_stripelocks.c RF_ASSERT(RF_IO_IS_R_OR_W(lockReqDesc->type)); type 287 dev/raidframe/rf_stripelocks.c lockReqDesc->type, lockReqDesc->start, type 311 dev/raidframe/rf_stripelocks.c if (lockReqDesc->type == RF_IO_TYPE_WRITE) type 317 dev/raidframe/rf_stripelocks.c lockReqDesc->type, type 324 dev/raidframe/rf_stripelocks.c if (lockReqDesc->type == RF_IO_TYPE_WRITE) type 337 dev/raidframe/rf_stripelocks.c stripeID, lockReqDesc->type, type 367 dev/raidframe/rf_stripelocks.c tid, stripeID, lockReqDesc->type, type 379 dev/raidframe/rf_stripelocks.c lockReqDesc->type, type 404 dev/raidframe/rf_stripelocks.c RF_IoType_t type = lockReqDesc->type; type 409 dev/raidframe/rf_stripelocks.c RF_ASSERT(RF_IO_IS_R_OR_W(type)); type 418 dev/raidframe/rf_stripelocks.c tid, stripeID, lockReqDesc->type, type 459 dev/raidframe/rf_stripelocks.c if (lockReqDesc->type == RF_IO_TYPE_WRITE) type 495 dev/raidframe/rf_stripelocks.c RF_ASSERT(lr->type == RF_IO_TYPE_READ); type 513 dev/raidframe/rf_stripelocks.c lr->type, lr->start, lr->stop, type 544 dev/raidframe/rf_stripelocks.c candidate->type, type 570 dev/raidframe/rf_stripelocks.c candidate->type, type 605 dev/raidframe/rf_stripelocks.c candidate->type, type 626 dev/raidframe/rf_stripelocks.c candidate->type, type 776 dev/raidframe/rf_stripelocks.c printf(" %c(%ld-%ld", q->type, type 799 dev/raidframe/rf_stripelocks.c printf("%c(%ld-%ld", q->type, type 56 dev/raidframe/rf_stripelocks.h RF_IoType_t type; /* Read or write. */ type 79 dev/raidframe/rf_stripelocks.h RF_ASSERT(RF_IO_IS_R_OR_W((_lr_)->type)); \ type 118 dev/raidframe/rf_stripelocks.h (_lrd).type = _typ; \ type 338 dev/sbus/agten.c agten_alloc_screen(v, type, cookiep, curxp, curyp, attrp) type 340 dev/sbus/agten.c const struct wsscreen_descr *type; type 267 dev/sbus/bwtwo.c bwtwo_alloc_screen(v, type, cookiep, curxp, curyp, attrp) type 269 dev/sbus/bwtwo.c const struct wsscreen_descr *type; type 504 dev/sbus/cgsix.c cgsix_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, type 350 dev/sbus/cgthree.c cgthree_alloc_screen(void *v, const struct wsscreen_descr *type, type 438 dev/sbus/cgtwelve.c cgtwelve_alloc_screen(void *v, const struct wsscreen_descr *type, type 755 dev/sbus/cs4231.c DPRINTF(("cs4231_set_port: port=%d type=%d\n", cp->dev, cp->type)); type 759 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_VALUE) type 777 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_VALUE) type 795 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_VALUE) type 808 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_VALUE) type 826 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_VALUE) type 836 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_VALUE) type 857 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 868 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 874 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 880 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 886 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 892 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 898 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 905 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_VALUE) type 923 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 945 dev/sbus/cs4231.c DPRINTF(("cs4231_get_port: port=%d type=%d\n", cp->dev, cp->type)); type 949 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_VALUE) type 967 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_VALUE) type 982 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_VALUE) type 995 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_VALUE) type 1014 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_VALUE) type 1023 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_VALUE) type 1039 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 1045 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 1051 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 1057 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 1063 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 1069 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 1075 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_VALUE) type 1090 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 1096 dev/sbus/cs4231.c if (cp->type != AUDIO_MIXER_ENUM) type 1112 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_VALUE; type 1123 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_VALUE; type 1134 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_VALUE; type 1144 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_VALUE; type 1154 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_VALUE; type 1165 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_VALUE; type 1175 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_ENUM; type 1181 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_ENUM; type 1187 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_ENUM; type 1193 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_ENUM; type 1199 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_ENUM; type 1205 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_ENUM; type 1222 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_VALUE; type 1232 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_ENUM; type 1252 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_ENUM; type 1268 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_CLASS; type 1275 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_CLASS; type 1283 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_CLASS; type 1291 dev/sbus/cs4231.c dip->type = AUDIO_MIXER_CLASS; type 300 dev/sbus/mgx.c mgx_alloc_screen(void *v, const struct wsscreen_descr *type, type 388 dev/sbus/rfx.c rfx_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, type 386 dev/sbus/tvtwo.c tvtwo_alloc_screen(void *v, const struct wsscreen_descr *type, type 415 dev/sbus/vigra.c vigra_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, type 379 dev/sbus/zx.c zx_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, type 544 dev/sbus/zx.c zx_cross_loadwid(struct zx_softc *sc, u_int type, u_int index, u_int value) type 555 dev/sbus/zx.c if (type == ZX_WID_DBL_8) type 557 dev/sbus/zx.c else if (type == ZX_WID_DBL_24) type 2357 dev/softraid.c sd->sd_vol.sv_sensor.type = SENSOR_DRIVE; type 118 dev/sun/sunkbd.c sunkbd_decode(u_int8_t c, u_int *type, int *value) type 122 dev/sun/sunkbd.c *type = WSCONS_EVENT_ALL_KEYS_UP; type 126 dev/sun/sunkbd.c *type = (c & 0x80) ? type 1755 dev/systrace.c systrace_make_msg(struct str_process *strp, int type) type 1762 dev/systrace.c if (type == SYSTR_MSG_EXECVE) type 1766 dev/systrace.c msg->msg_type = type; type 1208 dev/usb/ehci.c ehci_dump_link(ehci_link_t link, int type) type 1216 dev/usb/ehci.c if (type) { type 262 dev/usb/if_atu.c usbd_status atu_usb_request(struct atu_softc *sc, u_int8_t type, type 270 dev/usb/if_atu.c int atu_send_mib(struct atu_softc *sc, u_int8_t type, type 272 dev/usb/if_atu.c int atu_get_mib(struct atu_softc *sc, u_int8_t type, type 301 dev/usb/if_atu.c atu_usb_request(struct atu_softc *sc, u_int8_t type, type 310 dev/usb/if_atu.c req.bmRequestType = type; type 318 dev/usb/if_atu.c if ((data == NULL) || (type & UT_READ)) { type 342 dev/usb/if_atu.c if (type & UT_READ) { type 427 dev/usb/if_atu.c atu_send_mib(struct atu_softc *sc, u_int8_t type, u_int8_t size, type 443 dev/usb/if_atu.c request.MIBType = type; type 478 dev/usb/if_atu.c atu_get_mib(struct atu_softc *sc, u_int8_t type, u_int8_t size, type 484 dev/usb/if_atu.c type << 8, index, size, buf); type 1322 dev/usb/if_uath.c desc->type = htobe32(UATH_TX_NULL); type 1447 dev/usb/if_uath.c desc->type = htobe32(UATH_TX_DATA); type 94 dev/usb/if_uathreg.h uint32_t type; type 629 dev/usb/if_wi_usb.c pcmd->type = htole16(WI_USB_CMDREQ); type 714 dev/usb/if_wi_usb.c prid->type = htole16(WI_USB_RRIDREQ); type 915 dev/usb/if_wi_usb.c total_len = sizeof(prid->type) + sizeof(prid->frmlen) + type 925 dev/usb/if_wi_usb.c prid->type = htole16(WI_USB_WRIDREQ); type 1437 dev/usb/if_wi_usb.c rtype = letoh16(uin->type); type 1540 dev/usb/if_wi_usb.c uint16_t type; type 1543 dev/usb/if_wi_usb.c type = htole16(presp->type); type 1547 dev/usb/if_wi_usb.c sc->wi_usb_dev.dv_xname, __func__, type, status, sc->cmdresp, type 1555 dev/usb/if_wi_usb.c type, status, sc->cmdresp, cmdresperr)); type 1657 dev/usb/if_wi_usb.c status = letoh16(uin->type); /* XXX -- type == status */ type 59 dev/usb/if_wi_usb.h u_int16_t type; /* 0x00 */ type 65 dev/usb/if_wi_usb.h u_int16_t type; /* 0x00 */ type 72 dev/usb/if_wi_usb.h u_int16_t type; /* 0x00 */ type 78 dev/usb/if_wi_usb.h u_int16_t type; type 85 dev/usb/if_wi_usb.h u_int16_t type; type 96 dev/usb/if_wi_usb.h u_int16_t type; type 104 dev/usb/if_wi_usb.h u_int16_t type; type 112 dev/usb/if_wi_usb.h u_int16_t type; type 1432 dev/usb/if_zyd.c zyd_rf_attach(struct zyd_softc *sc, uint8_t type) type 1438 dev/usb/if_zyd.c switch (type) { type 1486 dev/usb/if_zyd.c sc->sc_dev.dv_xname, zyd_rf_name(type)); type 1493 dev/usb/if_zyd.c zyd_rf_name(uint8_t type) type 1501 dev/usb/if_zyd.c return zyd_rfs[(type > 15) ? 0 : type]; type 94 dev/usb/uaudio.c u_int8_t type; type 631 dev/usb/uaudio.c if (mc->type == MIX_ON_OFF) { type 634 dev/usb/uaudio.c } else if (mc->type == MIX_SELECTOR) { type 638 dev/usb/uaudio.c mc->minval = uaudio_signext(mc->type, type 641 dev/usb/uaudio.c MIX_SIZE(mc->type))); type 642 dev/usb/uaudio.c mc->maxval = 1 + uaudio_signext(mc->type, type 645 dev/usb/uaudio.c MIX_SIZE(mc->type))); type 651 dev/usb/uaudio.c MIX_SIZE(mc->type)); type 666 dev/usb/uaudio.c mc->wIndex, mc->type, mc->ctlname, mc->ctlunit, type 783 dev/usb/uaudio.c mix.type = MIX_SIGNED_16; type 835 dev/usb/uaudio.c mix.type = MIX_SELECTOR; type 1131 dev/usb/uaudio.c mix.type = MIX_ON_OFF; type 1137 dev/usb/uaudio.c mix.type = MIX_SIGNED_16; type 1142 dev/usb/uaudio.c mix.type = MIX_SIGNED_8; type 1148 dev/usb/uaudio.c mix.type = MIX_SIGNED_8; type 1154 dev/usb/uaudio.c mix.type = MIX_SIGNED_8; type 1163 dev/usb/uaudio.c mix.type = MIX_ON_OFF; type 1169 dev/usb/uaudio.c mix.type = MIX_UNSIGNED_16; type 1175 dev/usb/uaudio.c mix.type = MIX_ON_OFF; type 1181 dev/usb/uaudio.c mix.type = MIX_ON_OFF; type 1216 dev/usb/uaudio.c mix.type = MIX_ON_OFF; /* XXX */ type 1245 dev/usb/uaudio.c mix.type = MIX_ON_OFF; type 1289 dev/usb/uaudio.c mix.type = MIX_ON_OFF; type 1528 dev/usb/uaudio.c int dir, type, sync; type 1572 dev/usb/uaudio.c type = UE_GET_ISO_TYPE(ed->bmAttributes); type 1574 dev/usb/uaudio.c dir == UE_DIR_IN && type == UE_ISO_ADAPT) type 1575 dev/usb/uaudio.c type = UE_ISO_ASYNC; type 1579 dev/usb/uaudio.c if (dir == UE_DIR_IN && type == UE_ISO_ADAPT) { type 1587 dev/usb/uaudio.c if (dir != UE_DIR_IN && type == UE_ISO_ASYNC) { type 2014 dev/usb/uaudio.c mi->type = AUDIO_MIXER_CLASS; type 2020 dev/usb/uaudio.c mi->type = AUDIO_MIXER_CLASS; type 2026 dev/usb/uaudio.c mi->type = AUDIO_MIXER_CLASS; type 2033 dev/usb/uaudio.c mi->type = AUDIO_MIXER_CLASS; type 2050 dev/usb/uaudio.c switch (mc->type) { type 2052 dev/usb/uaudio.c mi->type = AUDIO_MIXER_ENUM; type 2062 dev/usb/uaudio.c mi->type = AUDIO_MIXER_ENUM; type 2072 dev/usb/uaudio.c mi->type = AUDIO_MIXER_VALUE; type 2212 dev/usb/uaudio.c uaudio_get(struct uaudio_softc *sc, int which, int type, int wValue, type 2223 dev/usb/uaudio.c req.bmRequestType = type; type 2230 dev/usb/uaudio.c type, which, wValue, wIndex, len)); type 2252 dev/usb/uaudio.c uaudio_set(struct uaudio_softc *sc, int which, int type, int wValue, type 2262 dev/usb/uaudio.c req.bmRequestType = type; type 2280 dev/usb/uaudio.c type, which, wValue, wIndex, len, val & 0xffff)); type 2289 dev/usb/uaudio.c uaudio_signext(int type, int val) type 2291 dev/usb/uaudio.c if (!MIX_UNSIGNED(type)) { type 2292 dev/usb/uaudio.c if (MIX_SIZE(type) == 2) type 2304 dev/usb/uaudio.c mc->type, val, mc->minval, mc->maxval)); type 2305 dev/usb/uaudio.c if (mc->type == MIX_ON_OFF) { type 2307 dev/usb/uaudio.c } else if (mc->type == MIX_SELECTOR) { type 2311 dev/usb/uaudio.c val = ((uaudio_signext(mc->type, val) - mc->minval) * 255 type 2321 dev/usb/uaudio.c mc->type, val, mc->minval, mc->maxval)); type 2322 dev/usb/uaudio.c if (mc->type == MIX_ON_OFF) { type 2324 dev/usb/uaudio.c } else if (mc->type == MIX_SELECTOR) { type 2341 dev/usb/uaudio.c mc->wIndex, MIX_SIZE(mc->type)); type 2351 dev/usb/uaudio.c mc->wIndex, MIX_SIZE(mc->type), val); type 2371 dev/usb/uaudio.c if (mc->type == MIX_ON_OFF) { type 2372 dev/usb/uaudio.c if (cp->type != AUDIO_MIXER_ENUM) type 2375 dev/usb/uaudio.c } else if (mc->type == MIX_SELECTOR) { type 2376 dev/usb/uaudio.c if (cp->type != AUDIO_MIXER_ENUM) type 2380 dev/usb/uaudio.c if (cp->type != AUDIO_MIXER_VALUE) type 2415 dev/usb/uaudio.c if (mc->type == MIX_ON_OFF) { type 2416 dev/usb/uaudio.c if (cp->type != AUDIO_MIXER_ENUM) type 2419 dev/usb/uaudio.c } else if (mc->type == MIX_SELECTOR) { type 2420 dev/usb/uaudio.c if (cp->type != AUDIO_MIXER_ENUM) type 2424 dev/usb/uaudio.c if (cp->type != AUDIO_MIXER_VALUE) type 355 dev/usb/ubt.c int dir, type; type 366 dev/usb/ubt.c type = UE_GET_XFERTYPE(ed->bmAttributes); type 368 dev/usb/ubt.c if (dir == UE_DIR_IN && type == UE_INTERRUPT) type 370 dev/usb/ubt.c else if (dir == UE_DIR_IN && type == UE_BULK) type 372 dev/usb/ubt.c else if (dir == UE_DIR_OUT && type == UE_BULK) type 1204 dev/usb/ubt.c ubt_mbufload(uint8_t *buf, int count, uint8_t type) type 1212 dev/usb/ubt.c *mtod(m, uint8_t *) = type; type 218 dev/usb/udcf.c sc->sc_sensor.type = SENSOR_TIMEDELTA; type 226 dev/usb/udcf.c sc->sc_skew.type = SENSOR_TIMEDELTA; type 610 dev/usb/uhidev.c uhidev_set_report(struct uhidev *scd, int type, void *data, int len) type 616 dev/usb/uhidev.c return usbd_set_report(scd->sc_parent->sc_iface, type, type 623 dev/usb/uhidev.c retstat = usbd_set_report(scd->sc_parent->sc_iface, type, type 632 dev/usb/uhidev.c uhidev_set_report_async(struct uhidev *scd, int type, void *data, int len) type 643 dev/usb/uhidev.c usbd_set_report_async(scd->sc_parent->sc_iface, type, type 648 dev/usb/uhidev.c uhidev_get_report(struct uhidev *scd, int type, void *data, int len) type 650 dev/usb/uhidev.c return usbd_get_report(scd->sc_parent->sc_iface, type, type 94 dev/usb/uhidev.h usbd_status uhidev_set_report(struct uhidev *scd, int type, void *data,int len); type 95 dev/usb/uhidev.h void uhidev_set_report_async(struct uhidev *scd, int type, void *data, int len); type 96 dev/usb/uhidev.h usbd_status uhidev_get_report(struct uhidev *scd, int type, void *data,int len); type 831 dev/usb/ukbd.c ukbd_cngetc(void *v, u_int *type, int *data) type 858 dev/usb/ukbd.c *type = c & RELEASE ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN; type 1759 dev/usb/umass.c sc->sbl.common.type, sc->sbl.common.value)); type 1761 dev/usb/umass.c if (sc->sbl.common.type == IDB_TYPE_CCI) { type 112 dev/usb/umassvar.h uByte type; type 397 dev/usb/umidi_quirks.c for (q=p->quirks; q->type; q++) type 398 dev/usb/umidi_quirks.c p->type_mask |= 1<<(q->type-1); type 419 dev/usb/umidi_quirks.c for (qd=q->quirks; qd->type; qd++) type 420 dev/usb/umidi_quirks.c printf("%s%s", quirk_name[qd->type], type 421 dev/usb/umidi_quirks.c (qd+1)->type?", ":")\n"); type 428 dev/usb/umidi_quirks.c umidi_get_quirk_data_from_type(struct umidi_quirk *q, u_int32_t type) type 432 dev/usb/umidi_quirks.c for (qd=q->quirks; qd->type; qd++) type 433 dev/usb/umidi_quirks.c if (qd->type == type) type 49 dev/usb/umidi_quirks.h int type; type 62 dev/usb/umidi_quirks.h #define UMQ_ISTYPE(q, type) \ type 63 dev/usb/umidi_quirks.h ((q)->sc_quirk && ((q)->sc_quirk->type_mask & (1<<((type)-1)))) type 414 dev/usb/uow.c uow_cmd(struct uow_softc *sc, int type, int cmd, int param) type 420 dev/usb/uow.c req.bRequest = type; type 426 dev/usb/uow.c "param 0x%04x: %s\n", sc->sc_dev.dv_xname, type, cmd, type 437 dev/usb/uow.c "param 0x%04x\n", sc->sc_dev.dv_xname, type, cmd, type 725 dev/usb/usb.c usbd_add_dev_event(int type, usbd_device_handle udev) type 729 dev/usb/usb.c usbd_fill_deviceinfo(udev, &ue.u.ue_device, USB_EVENT_IS_ATTACH(type)); type 730 dev/usb/usb.c usb_add_event(type, &ue); type 734 dev/usb/usb.c usbd_add_drv_event(int type, usbd_device_handle udev, struct device *dev) type 741 dev/usb/usb.c usb_add_event(type, &ue); type 745 dev/usb/usb.c usb_add_event(int type, struct usb_event *uep) type 756 dev/usb/usb.c ueq->ue.ue_type = type; type 65 dev/usb/usbdi_util.c usbd_get_desc(usbd_device_handle dev, int type, int index, int len, void *desc) type 69 dev/usb/usbdi_util.c DPRINTFN(3,("usbd_get_desc: type=%d, index=%d, len=%d\n", type, index, type 74 dev/usb/usbdi_util.c USETW2(req.wValue, type, index); type 260 dev/usb/usbdi_util.c usbd_set_report(usbd_interface_handle iface, int type, int id, void *data, type 273 dev/usb/usbdi_util.c USETW2(req.wValue, type, id); type 280 dev/usb/usbdi_util.c usbd_set_report_async(usbd_interface_handle iface, int type, int id, type 293 dev/usb/usbdi_util.c USETW2(req.wValue, type, id); type 300 dev/usb/usbdi_util.c usbd_get_report(usbd_interface_handle iface, int type, int id, void *data, type 313 dev/usb/usbdi_util.c USETW2(req.wValue, type, id); type 521 dev/usb/usbdi_util.c usb_find_desc(usbd_device_handle dev, int type) type 530 dev/usb/usbdi_util.c if (desc->bDescriptorType == type) type 42 dev/usb/usbdi_util.h usbd_status usbd_get_desc(usbd_device_handle dev, int type, type 63 dev/usb/usbdi_util.h usbd_status usbd_set_report(usbd_interface_handle iface, int type, int id, type 65 dev/usb/usbdi_util.h usbd_status usbd_set_report_async(usbd_interface_handle iface, int type, type 67 dev/usb/usbdi_util.h usbd_status usbd_get_report(usbd_interface_handle iface, int type, int id, type 93 dev/usb/usbdi_util.h usb_descriptor_t *usb_find_desc(usbd_device_handle dev, int type); type 295 dev/usb/usbf.c u_int8_t type = UGETW(req->wValue) >> 8; type 301 dev/usb/usbf.c switch (type) { type 358 dev/usb/usbf.c type)); type 672 dev/usb/usbf.c u_int8_t type = UGETW(req->wValue) >> 8; type 676 dev/usb/usbf.c usb_enum_string(usb_request_desc_str, type), index); type 62 dev/wscons/wsconsio.h u_int type; type 92 dev/wscons/wsconsio.h #define IS_MOTION_EVENT(type) (((type) == WSCONS_EVENT_MOUSE_DELTA_X) || \ type 93 dev/wscons/wsconsio.h ((type) == WSCONS_EVENT_MOUSE_DELTA_Y) || \ type 94 dev/wscons/wsconsio.h ((type) == WSCONS_EVENT_MOUSE_DELTA_Z) || \ type 95 dev/wscons/wsconsio.h ((type) == WSCONS_EVENT_MOUSE_DELTA_W)) type 96 dev/wscons/wsconsio.h #define IS_BUTTON_EVENT(type) (((type) == WSCONS_EVENT_MOUSE_UP) || \ type 97 dev/wscons/wsconsio.h ((type) == WSCONS_EVENT_MOUSE_DOWN)) type 98 dev/wscons/wsconsio.h #define IS_CTRL_EVENT(type) ((type == WSCONS_EVENT_WSMOUSED_ON) || \ type 99 dev/wscons/wsconsio.h (type == WSCONS_EVENT_WSMOUSED_OFF)|| \ type 100 dev/wscons/wsconsio.h (type == WSCONS_EVENT_WSMOUSED_SLEEP)) type 477 dev/wscons/wsconsio.h int type; type 275 dev/wscons/wsdisplay.c const struct wsscreen_descr *type, void *cookie, int ccol, int crow, type 297 dev/wscons/wsdisplay.c dconf->emulops = type->textops; type 302 dev/wscons/wsdisplay.c dconf->wsemulcookie = (*dconf->wsemul->attach)(0, type, cookie, type 306 dev/wscons/wsdisplay.c dconf->scrdata = type; type 776 dev/wscons/wsdisplay.c wsdisplay_cnattach(const struct wsscreen_descr *type, void *cookie, int ccol, type 783 dev/wscons/wsdisplay.c KASSERT(type->nrows > 0); type 784 dev/wscons/wsdisplay.c KASSERT(type->ncols > 0); type 785 dev/wscons/wsdisplay.c KASSERT(crow < type->nrows); type 786 dev/wscons/wsdisplay.c KASSERT(ccol < type->ncols); type 788 dev/wscons/wsdisplay.c wsdisplay_console_conf.emulops = emulops = type->textops; type 790 dev/wscons/wsdisplay.c wsdisplay_console_conf.scrdata = type; type 805 dev/wscons/wsdisplay.c (*wsemul->cnattach)(type, cookie, ccol, crow, defattr); type 1315 dev/wscons/wsdisplay.c if (d->idx == -1 && d->type == WSMUX_KBD) type 2218 dev/wscons/wsdisplay.c if (IS_MOTION_EVENT(mouse_event.type)) { type 2219 dev/wscons/wsdisplay.c motion_event(mouse_event.type, mouse_event.value); type 2222 dev/wscons/wsdisplay.c if (IS_BUTTON_EVENT(mouse_event.type)) { type 2224 dev/wscons/wsdisplay.c if (mouse_event.type == WSCONS_EVENT_MOUSE_DOWN) { type 2231 dev/wscons/wsdisplay.c if (IS_CTRL_EVENT(mouse_event.type)) { type 2232 dev/wscons/wsdisplay.c return (ctrl_event(mouse_event.type, mouse_event.value, type 2243 dev/wscons/wsdisplay.c motion_event(u_int type, int value) type 2245 dev/wscons/wsdisplay.c switch (type) { type 2319 dev/wscons/wsdisplay.c ctrl_event(u_int type, int value, struct wsdisplay_softc *ws_sc, struct proc *p) type 2323 dev/wscons/wsdisplay.c if (type == WSCONS_EVENT_WSMOUSED_ON) { type 2333 dev/wscons/wsdisplay.c if (type == WSCONS_EVENT_WSMOUSED_OFF) { type 2338 dev/wscons/wsdisplay.c if (type == WSCONS_EVENT_WSMOUSED_SLEEP) { type 79 dev/wscons/wsemul_dumb.c wsemul_dumb_cnattach(type, cookie, ccol, crow, defattr) type 80 dev/wscons/wsemul_dumb.c const struct wsscreen_descr *type; type 90 dev/wscons/wsemul_dumb.c edp->emulops = emulops = type->textops; type 92 dev/wscons/wsemul_dumb.c edp->nrows = type->nrows; type 93 dev/wscons/wsemul_dumb.c edp->ncols = type->ncols; type 106 dev/wscons/wsemul_dumb.c wsemul_dumb_attach(console, type, cookie, ccol, crow, cbcookie, defattr) type 108 dev/wscons/wsemul_dumb.c const struct wsscreen_descr *type; type 121 dev/wscons/wsemul_dumb.c edp->emulops = type->textops; type 123 dev/wscons/wsemul_dumb.c edp->nrows = type->nrows; type 124 dev/wscons/wsemul_dumb.c edp->ncols = type->ncols; type 126 dev/wscons/wsemul_sun.c wsemul_sun_init(edp, type, cookie, ccol, crow, defattr) type 128 dev/wscons/wsemul_sun.c const struct wsscreen_descr *type; type 133 dev/wscons/wsemul_sun.c edp->emulops = type->textops; type 135 dev/wscons/wsemul_sun.c edp->scrcapabilities = type->capabilities; type 136 dev/wscons/wsemul_sun.c edp->nrows = type->nrows; type 137 dev/wscons/wsemul_sun.c edp->ncols = type->ncols; type 156 dev/wscons/wsemul_sun.c wsemul_sun_cnattach(type, cookie, ccol, crow, defattr) type 157 dev/wscons/wsemul_sun.c const struct wsscreen_descr *type; type 166 dev/wscons/wsemul_sun.c wsemul_sun_init(edp, type, cookie, ccol, crow, defattr); type 180 dev/wscons/wsemul_sun.c if (type->capabilities & WSSCREEN_WSCOLORS) type 203 dev/wscons/wsemul_sun.c wsemul_sun_attach(console, type, cookie, ccol, crow, cbcookie, defattr) type 205 dev/wscons/wsemul_sun.c const struct wsscreen_descr *type; type 222 dev/wscons/wsemul_sun.c wsemul_sun_init(edp, type, cookie, ccol, crow, defattr); type 121 dev/wscons/wsemul_vt100.c wsemul_vt100_init(edp, type, cookie, ccol, crow, defattr) type 123 dev/wscons/wsemul_vt100.c const struct wsscreen_descr *type; type 128 dev/wscons/wsemul_vt100.c edp->emulops = type->textops; type 130 dev/wscons/wsemul_vt100.c edp->scrcapabilities = type->capabilities; type 131 dev/wscons/wsemul_vt100.c edp->nrows = type->nrows; type 132 dev/wscons/wsemul_vt100.c edp->ncols = type->ncols; type 139 dev/wscons/wsemul_vt100.c wsemul_vt100_cnattach(type, cookie, ccol, crow, defattr) type 140 dev/wscons/wsemul_vt100.c const struct wsscreen_descr *type; type 149 dev/wscons/wsemul_vt100.c wsemul_vt100_init(edp, type, cookie, ccol, crow, defattr); type 167 dev/wscons/wsemul_vt100.c if (type->capabilities & WSSCREEN_WSCOLORS) type 190 dev/wscons/wsemul_vt100.c wsemul_vt100_attach(console, type, cookie, ccol, crow, cbcookie, defattr) type 192 dev/wscons/wsemul_vt100.c const struct wsscreen_descr *type; type 209 dev/wscons/wsemul_vt100.c wsemul_vt100_init(edp, type, cookie, ccol, crow, defattr); type 224 dev/wscons/wskbd.c void wskbd_deliver_event(struct wskbd_softc *sc, u_int type, int value); type 605 dev/wscons/wskbd.c wskbd_input(struct device *dev, u_int type, int value) type 624 dev/wscons/wskbd.c if (type == WSCONS_EVENT_KEY_DOWN && sc->sc_displaydv != NULL) type 627 dev/wscons/wskbd.c num = wskbd_translate(sc->id, type, value); type 653 dev/wscons/wskbd.c wskbd_deliver_event(sc, type, value); type 657 dev/wscons/wskbd.c if (type == WSCONS_EVENT_KEY_DOWN && sc->sc_keyrepeat_data.del1 != 0) { type 658 dev/wscons/wskbd.c sc->sc_repeat_type = type; type 673 dev/wscons/wskbd.c wskbd_deliver_event(struct wskbd_softc *sc, u_int type, int value) type 701 dev/wscons/wskbd.c ev->type = type; type 1269 dev/wscons/wskbd.c u_int type; type 1288 dev/wscons/wskbd.c &type, &data); type 1289 dev/wscons/wskbd.c num = wskbd_translate(&wskbd_console_data, type, data); type 1345 dev/wscons/wskbd.c update_modifier(struct wskbd_internal *id, u_int type, int toggle, int mask) type 1348 dev/wscons/wskbd.c if (type == WSCONS_EVENT_KEY_DOWN) type 1351 dev/wscons/wskbd.c if (type == WSCONS_EVENT_KEY_DOWN) type 1383 dev/wscons/wskbd.c internal_command(struct wskbd_softc *sc, u_int *type, keysym_t ksym, type 1388 dev/wscons/wskbd.c update_modifier(sc->id, *type, 0, MOD_COMMAND); type 1393 dev/wscons/wskbd.c update_modifier(sc->id, *type, 0, MOD_COMMAND1); type 1397 dev/wscons/wskbd.c update_modifier(sc->id, *type, 0, MOD_COMMAND2); type 1401 dev/wscons/wskbd.c if (*type != WSCONS_EVENT_KEY_DOWN) type 1437 dev/wscons/wskbd.c *type = WSCONS_EVENT_KEY_UP; type 1502 dev/wscons/wskbd.c wskbd_translate(struct wskbd_internal *id, u_int type, int value) type 1509 dev/wscons/wskbd.c if (type == WSCONS_EVENT_ALL_KEYS_UP) { type 1541 dev/wscons/wskbd.c iscommand = internal_command(sc, &type, kp->command, type 1547 dev/wscons/wskbd.c update_modifier(id, type, 0, MOD_SHIFT_L); type 1551 dev/wscons/wskbd.c update_modifier(id, type, 0, MOD_SHIFT_R); type 1555 dev/wscons/wskbd.c update_modifier(id, type, 1, MOD_SHIFTLOCK); type 1559 dev/wscons/wskbd.c update_modifier(id, type, 1, MOD_CAPSLOCK); type 1563 dev/wscons/wskbd.c update_modifier(id, type, 0, MOD_CONTROL_L); type 1567 dev/wscons/wskbd.c update_modifier(id, type, 0, MOD_CONTROL_R); type 1571 dev/wscons/wskbd.c update_modifier(id, type, 0, MOD_META_L); type 1575 dev/wscons/wskbd.c update_modifier(id, type, 0, MOD_META_R); type 1579 dev/wscons/wskbd.c update_modifier(id, type, 0, MOD_MODESHIFT); type 1583 dev/wscons/wskbd.c update_modifier(id, type, 1, MOD_MODELOCK); type 1587 dev/wscons/wskbd.c update_modifier(id, type, 1, MOD_NUMLOCK); type 1593 dev/wscons/wskbd.c update_modifier(id, type, 1, MOD_HOLDSCREEN); type 1600 dev/wscons/wskbd.c ((type == WSCONS_EVENT_KEY_UP && value != sc->sc_repkey) || type 1601 dev/wscons/wskbd.c (type == WSCONS_EVENT_KEY_DOWN && value == sc->sc_repkey))) type 1618 dev/wscons/wskbd.c if (type != WSCONS_EVENT_KEY_DOWN || iscommand) { type 93 dev/wscons/wskbdvar.h void wskbd_input(struct device *kbddev, u_int type, int value); type 365 dev/wscons/wsmouse.c ev->type = WSCONS_EVENT_MOUSE_ABSOLUTE_X; type 374 dev/wscons/wsmouse.c ev->type = WSCONS_EVENT_MOUSE_DELTA_X; type 384 dev/wscons/wsmouse.c ev->type = WSCONS_EVENT_MOUSE_ABSOLUTE_Y; type 393 dev/wscons/wsmouse.c ev->type = WSCONS_EVENT_MOUSE_DELTA_Y; type 403 dev/wscons/wsmouse.c ev->type = WSCONS_EVENT_MOUSE_ABSOLUTE_Z; type 412 dev/wscons/wsmouse.c ev->type = WSCONS_EVENT_MOUSE_DELTA_Z; type 422 dev/wscons/wsmouse.c ev->type = WSCONS_EVENT_MOUSE_ABSOLUTE_W; type 431 dev/wscons/wsmouse.c ev->type = WSCONS_EVENT_MOUSE_DELTA_W; type 451 dev/wscons/wsmouse.c ev->type = type 461 dev/wscons/wsmouse.c ev->type = WSCONS_EVENT_WSMOUSED_CLOSE; type 422 dev/wscons/wsmux.c d->type, d->idx)); type 423 dev/wscons/wsmux.c switch (d->type) { type 439 dev/wscons/wsmux.c d->type, d->idx)); type 442 dev/wscons/wsmux.c if (me->me_ops->type == d->type && type 459 dev/wscons/wsmux.c l->devices[n].type = me->me_ops->type; type 615 dev/wscons/wsmux.c sc->sc_base.me_dv.dv_xname, sc, me->me_ops->type)); type 63 dev/wscons/wsmuxvar.h int type; /* device type: WSMUX_{MOUSE,KBD,MUX} */ type 60 isofs/cd9660/cd9660_rrip.c char type[2]; type 325 isofs/cd9660/cd9660_rrip.c return (*p->h.type == 'C' ? ISO_SUSP_CLINK : ISO_SUSP_PLINK); type 561 isofs/cd9660/cd9660_rrip.c if (*phead->type == *ptable->type && type 562 isofs/cd9660/cd9660_rrip.c phead->type[1] == ptable->type[1]) type 41 isofs/cd9660/cd9660_rrip.h char type [ISODCL ( 0, 1)]; type 294 isofs/cd9660/cd9660_vfsops.c switch (isonum_711 (vdp->type)){ type 494 isofs/cd9660/cd9660_vfsops.c isonum_711 (vdp->type) == ISO_VD_END) type 497 isofs/cd9660/cd9660_vfsops.c if (isonum_711 (vdp->type) == ISO_VD_PRIMARY) type 501 isofs/cd9660/cd9660_vfsops.c if (isonum_711 (vdp->type) != ISO_VD_PRIMARY) type 49 isofs/cd9660/iso.h char type[ISODCL(1,1)]; /* 711 */ type 64 isofs/cd9660/iso.h char type [ISODCL ( 1, 1)]; /* 711 */ type 107 isofs/cd9660/iso.h char type [ISODCL ( 1, 1)]; /* 711 */ type 105 isofs/udf/ecma167-udf.h uint8_t type; type 218 isofs/udf/ecma167-udf.h uint8_t type; type 228 isofs/udf/ecma167-udf.h uint8_t type; type 237 isofs/udf/ecma167-udf.h uint8_t type; type 248 isofs/udf/ecma167-udf.h uint8_t type; type 164 kern/exec_elf.c ELFNAME(check_header)(Elf_Ehdr *ehdr, int type) type 183 kern/exec_elf.c if (ehdr->e_type != type) type 199 kern/exec_elf.c ELFNAME(olf_check_header)(Elf_Ehdr *ehdr, int type, u_int8_t *os) type 229 kern/exec_elf.c if (ehdr->e_type != type) type 889 kern/exec_elf.c if (np->type != ELF_NOTE_TYPE_OSVERSION) { type 55 kern/init_sysent.c #define s(type) sizeof(type) type 1157 kern/kern_descrip.c filedescopen(dev_t dev, int mode, int type, struct proc *p) type 84 kern/kern_ktrace.c ktrinitheader(struct ktr_header *kth, struct proc *p, int type) type 87 kern/kern_ktrace.c kth->ktr_type = type; type 518 kern/kern_lkm.c statp->type = curp->private.lkm_any->lkm_type; type 121 kern/kern_malloc.c int16_t type; type 140 kern/kern_malloc.c malloc(unsigned long size, int type, int flags) type 154 kern/kern_malloc.c struct kmemstats *ksp = &kmemstats[type]; type 156 kern/kern_malloc.c if (((unsigned long)type) >= M_LAST) type 161 kern/kern_malloc.c if (debug_malloc(size, type, flags, (void **)&va)) type 170 kern/kern_malloc.c "type = %d, size = %lu\n", type, size); type 188 kern/kern_malloc.c tsleep(ksp, PSWP+2, memname[type], 0); type 253 kern/kern_malloc.c freep->type = M_FREE; type 268 kern/kern_malloc.c savedtype = (unsigned)freep->type < M_LAST ? type 269 kern/kern_malloc.c memname[freep->type] : "???"; type 290 kern/kern_malloc.c freep->type = WEIRD_ADDR >> 16; type 293 kern/kern_malloc.c freep->type = (short)WEIRD_ADDR; type 339 kern/kern_malloc.c free(void *addr, int type) type 352 kern/kern_malloc.c struct kmemstats *ksp = &kmemstats[type]; type 356 kern/kern_malloc.c if (debug_free(addr, type)) type 363 kern/kern_malloc.c memname[type]); type 381 kern/kern_malloc.c addr, size, memname[type], alloc); type 424 kern/kern_malloc.c freep->type = type; type 109 kern/kern_malloc_debug.c debug_malloc(unsigned long size, int type, int flags, void **addr) type 115 kern/kern_malloc_debug.c if (((type != debug_malloc_type && debug_malloc_type != 0) || type 119 kern/kern_malloc_debug.c !debug_malloc_initialized) && type != M_DEBUG) type 146 kern/kern_malloc_debug.c md->md_type = type; type 157 kern/kern_malloc_debug.c debug_free(void *addr, int type) type 163 kern/kern_malloc_debug.c if (type != debug_malloc_type && debug_malloc_type != 0 && type 164 kern/kern_malloc_debug.c type != M_DEBUG) type 82 kern/kern_sensors.c if (v->type == sens->type && (v->type != nv->type || type 83 kern/kern_sensors.c (v->type == nv->type && nv->numt - v->numt > 1))) type 86 kern/kern_sensors.c if (v->type == sens->type) type 95 kern/kern_sensors.c if (sensdev->maxnumt[sens->type] == sens->numt) type 96 kern/kern_sensors.c sensdev->maxnumt[sens->type]++; type 129 kern/kern_sensors.c if (sens->numt == sensdev->maxnumt[sens->type] - 1) type 130 kern/kern_sensors.c sensdev->maxnumt[sens->type]--; type 147 kern/kern_sensors.c sensor_find(int dev, enum sensor_type type, int numt) type 159 kern/kern_sensors.c if (s->type == type && s->numt == numt) type 725 kern/kern_sig.c trapsignal(struct proc *p, int signum, u_long code, int type, type 738 kern/kern_sig.c initsiginfo(&si, signum, code, type, sigval); type 740 kern/kern_sig.c p->p_sigmask, type, &si); type 745 kern/kern_sig.c p->p_sigmask, code, type, sigval); type 756 kern/kern_sig.c ps->ps_type = type; type 1230 kern/kern_sig.c int s, type; type 1243 kern/kern_sig.c type = SI_USER; type 1247 kern/kern_sig.c type = SI_USER; type 1251 kern/kern_sig.c type = ps->ps_type; type 1259 kern/kern_sig.c initsiginfo(&si, signum, code, type, sigval); type 1261 kern/kern_sig.c ps->ps_oldmask : p->p_sigmask, type, &si); type 1315 kern/kern_sig.c type, sigval); type 1479 kern/kern_sig.c initsiginfo(siginfo_t *si, int sig, u_long code, int type, union sigval val) type 1484 kern/kern_sig.c si->si_code = type; type 1485 kern/kern_sig.c if (type == SI_USER) { type 160 kern/kern_subr.c hashinit(int elements, int type, int flags, u_long *hashmask) type 169 kern/kern_subr.c hashtbl = malloc(hashsize * sizeof(*hashtbl), type, flags); type 981 kern/kern_sysctl.c int error, needed, type, op; type 986 kern/kern_sysctl.c type = name[0]; type 988 kern/kern_sysctl.c if (type == KERN_PROC) { type 1065 kern/kern_sysctl.c if (type == KERN_PROC) { type 1782 kern/kern_sysctl.c enum sensor_type type; type 1808 kern/kern_sysctl.c type = name[1]; type 1811 kern/kern_sysctl.c ks = sensor_find(dev, type, numt); type 1821 kern/kern_sysctl.c us->type = ks->type; type 300 kern/kgdb_stub.c kgdb_trap(int type, db_regs_t *regs) type 315 kern/kgdb_stub.c type, (void *)PC_REGS(regs)); type 341 kern/kgdb_stub.c if (!IS_BREAKPOINT_TRAP(type, 0)) { type 358 kern/kgdb_stub.c snprintf(buffer, sizeof buffer, "S%02x", kgdb_signal(type)); type 387 kern/kgdb_stub.c kgdb_signal(type)); type 95 kern/tty_nmea.c np->time.type = SENSOR_TIMEDELTA; type 138 kern/uipc_domain.c pffindtype(int family, int type) type 148 kern/uipc_domain.c if (pr->pr_type && pr->pr_type == type) type 154 kern/uipc_domain.c pffindproto(int family, int protocol, int type) type 168 kern/uipc_domain.c if ((pr->pr_protocol == protocol) && (pr->pr_type == type)) type 171 kern/uipc_domain.c if (type == SOCK_RAW && pr->pr_type == SOCK_RAW && type 159 kern/uipc_mbuf.c m_get(int nowait, int type) type 167 kern/uipc_mbuf.c m->m_type = type; type 168 kern/uipc_mbuf.c mbstat.m_mtypes[type]++; type 179 kern/uipc_mbuf.c m_gethdr(int nowait, int type) type 187 kern/uipc_mbuf.c m->m_type = type; type 188 kern/uipc_mbuf.c mbstat.m_mtypes[type]++; type 208 kern/uipc_mbuf.c m_getclr(int nowait, int type) type 212 kern/uipc_mbuf.c MGET(m, nowait, type); type 260 kern/uipc_mbuf2.c m_tag_get(int type, int len, int wait) type 269 kern/uipc_mbuf2.c t->m_tag_id = type; type 303 kern/uipc_mbuf2.c m_tag_find(struct mbuf *m, int type, struct m_tag *t) type 312 kern/uipc_mbuf2.c if (p->m_tag_id == type) type 90 kern/uipc_socket.c socreate(int dom, struct socket **aso, int type, int proto) type 98 kern/uipc_socket.c prp = pffindproto(dom, proto, type); type 100 kern/uipc_socket.c prp = pffindtype(dom, type); type 103 kern/uipc_socket.c if (prp->pr_type != type) type 110 kern/uipc_socket.c so->so_type = type; type 130 kern/uipc_socket.c if (p->p_emul == &emul_sunos && type == SOCK_DGRAM) type 552 kern/uipc_socket.c int moff, type = 0; type 742 kern/uipc_socket.c type = m->m_type; type 743 kern/uipc_socket.c if (type == MT_OOBDATA) type 763 kern/uipc_socket.c if (type != MT_OOBDATA) type 765 kern/uipc_socket.c } else if (type == MT_OOBDATA) type 907 kern/uipc_socket2.c sbcreatecontrol(caddr_t p, int size, int type, int level) type 931 kern/uipc_socket2.c cp->cmsg_type = type; type 82 kern/uipc_syscalls.c error = socreate(SCARG(uap, domain), &so, SCARG(uap, type), type 323 kern/uipc_syscalls.c error = socreate(SCARG(uap, domain), &so1, SCARG(uap, type), type 327 kern/uipc_syscalls.c error = socreate(SCARG(uap, domain), &so2, SCARG(uap, type), type 349 kern/uipc_syscalls.c if (SCARG(uap, type) == SOCK_DGRAM) { type 1040 kern/uipc_syscalls.c sockargs(struct mbuf **mp, const void *buf, size_t buflen, int type) type 1051 kern/uipc_syscalls.c if (buflen > (type == MT_SONAME ? UCHAR_MAX : MCLBYTES)) type 1055 kern/uipc_syscalls.c m = m_get(M_WAIT, type); type 1070 kern/uipc_syscalls.c if (type == MT_SONAME) { type 591 kern/vfs_lockf.c lf_findoverlap(struct lockf *lf, struct lockf *lock, int type, type 605 kern/vfs_lockf.c if (((type & SELF) && lf->lf_id != lock->lf_id) || type 606 kern/vfs_lockf.c ((type & OTHERS) && lf->lf_id == lock->lf_id)) { type 631 kern/vfs_lockf.c if ((type & SELF) && end != -1 && lf->lf_start > end) type 295 kern/vfs_subr.c makefstype(char *type) type 299 kern/vfs_subr.c for (rv = 0; *type; type++) { type 301 kern/vfs_subr.c rv ^= *type; type 474 kern/vfs_subr.c getdevvp(dev_t dev, struct vnode **vpp, enum vtype type) type 490 kern/vfs_subr.c vp->v_type = type; type 1113 kern/vfs_subr.c vfinddev(dev_t dev, enum vtype type, struct vnode **vpp) type 1119 kern/vfs_subr.c if (dev != vp->v_rdev || type != vp->v_type) type 1133 kern/vfs_subr.c vdevgone(int maj, int minl, int minh, enum vtype type) type 1139 kern/vfs_subr.c if (vfinddev(makedev(maj, mn), type, &vp)) type 197 kern/vfs_syscalls.c error = copyinstr(SCARG(uap, type), fstypename, MFSNAMELEN, NULL); type 206 kern/vfs_syscalls.c fstypenum = (u_long)SCARG(uap, type); type 833 kern/vfs_syscalls.c int type, indx, error, localtrunc = 0; type 879 kern/vfs_syscalls.c type = F_FLOCK; type 881 kern/vfs_syscalls.c type |= F_WAIT; type 883 kern/vfs_syscalls.c error = VOP_ADVLOCK(vp, (caddr_t)fp, F_SETLK, &lf, type); type 977 kern/vfs_syscalls.c int type, indx, error=0; type 1057 kern/vfs_syscalls.c type = F_FLOCK; type 1059 kern/vfs_syscalls.c type |= F_WAIT; type 1061 kern/vfs_syscalls.c error = VOP_ADVLOCK(vp, (caddr_t)fp, F_SETLK, &lf, type); type 160 lib/libsa/cd9660.c if (isonum_711(vd->type) == ISO_VD_END) type 162 lib/libsa/cd9660.c if (isonum_711(vd->type) == ISO_VD_PRIMARY) type 33 lib/libz/inftrees.c int inflate_table(type, lens, codes, table, bits, work) type 34 lib/libz/inftrees.c codetype type; type 138 lib/libz/inftrees.c if (left > 0 && (type == CODES || max != 1)) type 183 lib/libz/inftrees.c switch (type) { type 213 lib/libz/inftrees.c if (type == LENS && used >= ENOUGH - MAXD) type 281 lib/libz/inftrees.c if (type == LENS && used >= ENOUGH - MAXD) type 54 lib/libz/inftrees.h extern int inflate_table OF((codetype type, unsigned short FAR *lens, type 166 lib/libz/zutil.h # define fdopen(fd,type) _fdopen(fd,type) type 86 miscfs/procfs/procfs.h #define PROCFS_FILENO(pid, type) \ type 87 miscfs/procfs/procfs.h (((type) < Pproc) ? \ type 88 miscfs/procfs/procfs.h ((type) + 4) : \ type 89 miscfs/procfs/procfs.h ((((pid)+1) << 5) + ((int) (type)))) type 714 net/bridgestp.c int type; type 723 net/bridgestp.c type = bstp_pdu_rcvtype(bp, cu); type 725 net/bridgestp.c switch (type) { type 805 net/bridgestp.c int type; type 808 net/bridgestp.c type = BSTP_PDU_OTHER; type 814 net/bridgestp.c type = BSTP_PDU_SUPERIOR; type 822 net/bridgestp.c type = BSTP_PDU_SUPERIOR; type 825 net/bridgestp.c type = BSTP_PDU_REPEATED; type 828 net/bridgestp.c type = BSTP_PDU_INFERIOR; type 840 net/bridgestp.c type = BSTP_PDU_INFERIORALT; type 844 net/bridgestp.c return (type); type 87 net/if_atm.h u_int8_t type[2]; /* "ethernet" type */ type 91 net/if_atm.h #define ATM_LLC_TYPE(X) (((X)->type[0] << 8) | ((X)->type[1])) type 93 net/if_atm.h (X)->type[0] = ((V) >> 8) & 0xff; \ type 94 net/if_atm.h (X)->type[1] = ((V) & 0xff); \ type 2737 net/if_bridge.c int mtu, int type, int code) type 2751 net/if_bridge.c m = icmp_do_error(n, type, code, 0, mtu); type 140 net/if_fddisubr.c u_int16_t type; type 204 net/if_fddisubr.c type = htons(ETHERTYPE_IP); type 211 net/if_fddisubr.c type = htons(ETHERTYPE_IPV6); type 234 net/if_fddisubr.c type = htons(ETHERTYPE_IPV6); type 254 net/if_fddisubr.c type = eh->ether_type; type 302 net/if_fddisubr.c if (type != 0) { type 311 net/if_fddisubr.c bcopy((caddr_t) &type, (caddr_t) &l->llc_snap.ether_type, type 335 net/if_media.h #define IFM_MAKEWORD(type, subtype, options, instance) \ type 336 net/if_media.h ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT)) type 1013 net/if_ppp.c int type; type 1025 net/if_ppp.c type = sl_compress_tcp(mp, ip, sc->sc_comp, type 1027 net/if_ppp.c switch (type) { type 200 net/if_spppsubr.c u_char type; type 207 net/if_spppsubr.c u_int32_t type; type 286 net/if_spppsubr.c HIDE void sppp_cisco_send(struct sppp *sp, u_int32_t type, u_int32_t par1, u_int32_t par2); type 291 net/if_spppsubr.c HIDE void sppp_cp_send(struct sppp *sp, u_short proto, u_char type, type 299 net/if_spppsubr.c struct sppp *sp, unsigned int type, u_char id, type 362 net/if_spppsubr.c HIDE const char *sppp_auth_type_name(u_short proto, u_char type); type 363 net/if_spppsubr.c HIDE const char *sppp_cp_type_name(u_char type); type 1066 net/if_spppsubr.c ntohl(h->type), h->par1, h->par2, (u_int)h->rel, type 1068 net/if_spppsubr.c switch (ntohl (h->type)) { type 1072 net/if_spppsubr.c SPP_ARGS(ifp), ntohl(h->type)); type 1122 net/if_spppsubr.c sppp_cisco_send(struct sppp *sp, u_int32_t type, u_int32_t par1, u_int32_t par2) type 1144 net/if_spppsubr.c ch->type = htonl (type); type 1155 net/if_spppsubr.c SPP_ARGS(ifp), ntohl(ch->type), ch->par1, ch->par2, type 1179 net/if_spppsubr.c sppp_cp_send(struct sppp *sp, u_short proto, u_char type, type 1208 net/if_spppsubr.c lh->type = type; type 1218 net/if_spppsubr.c sppp_cp_type_name (lh->type), lh->ident, type 1264 net/if_spppsubr.c sppp_cp_type_name (h->type), h->ident, ntohs (h->len)); type 1272 net/if_spppsubr.c switch (h->type) { type 1389 net/if_spppsubr.c if (h->type == CONF_NAK) type 1495 net/if_spppsubr.c sppp_cp_type_name(h->type), ntohs(*((u_short *)p))); type 1589 net/if_spppsubr.c SPP_ARGS(ifp), cp->name, h->type); type 3085 net/if_spppsubr.c switch (h->type) { type 3098 net/if_spppsubr.c sppp_auth_type_name(PPP_CHAP, h->type), type 3111 net/if_spppsubr.c sppp_auth_type_name(PPP_CHAP, h->type), h->ident, type 3190 net/if_spppsubr.c sppp_auth_type_name(PPP_CHAP, h->type), type 3222 net/if_spppsubr.c sppp_auth_type_name(PPP_CHAP, h->type), type 3277 net/if_spppsubr.c h->type, h->ident, ntohs(h->len)); type 3493 net/if_spppsubr.c switch (h->type) { type 3505 net/if_spppsubr.c sppp_auth_type_name(PPP_PAP, h->type), type 3518 net/if_spppsubr.c sppp_auth_type_name(PPP_PAP, h->type), type 3606 net/if_spppsubr.c h->type, h->ident, ntohs(h->len)); type 3786 net/if_spppsubr.c unsigned int type, u_char id, ...) type 3817 net/if_spppsubr.c lh->type = type; type 3844 net/if_spppsubr.c sppp_auth_type_name(cp->proto, lh->type), type 4237 net/if_spppsubr.c sppp_cp_type_name(u_char type) type 4240 net/if_spppsubr.c switch (type) { type 4253 net/if_spppsubr.c snprintf (buf, sizeof buf, "0x%x", type); type 4258 net/if_spppsubr.c sppp_auth_type_name(u_short proto, u_char type) type 4263 net/if_spppsubr.c switch (type) { type 4270 net/if_spppsubr.c switch (type) { type 4276 net/if_spppsubr.c snprintf (buf, sizeof buf, "0x%x", type); type 616 net/if_tun.c tp->tun_if.if_type = tunp->type; type 625 net/if_tun.c tunp->type = tp->tun_if.if_type; type 57 net/if_tun.h u_short type; type 1085 net/pf.c if (aw->type != PF_ADDR_TABLE) type 1095 net/pf.c if (aw->type != PF_ADDR_TABLE || aw->p.tbl == NULL) type 1106 net/pf.c if (aw->type != PF_ADDR_TABLE || kt == NULL) type 1294 net/pf.c if (aw1->type != aw2->type) type 1296 net/pf.c switch (aw1->type) { type 1313 net/pf.c printf("invalid address type: %d\n", aw1->type); type 1714 net/pf.c pf_send_icmp(struct mbuf *m, u_int8_t type, u_int8_t code, sa_family_t af, type 1736 net/pf.c icmp_error(m0, type, code, 0, 0); type 1741 net/pf.c icmp6_error(m0, type, code, 0); type 2091 net/pf.c if (rpool->cur->addr.type == PF_ADDR_NOROUTE) type 2093 net/pf.c if (rpool->cur->addr.type == PF_ADDR_DYNIFTL) { type 2116 net/pf.c } else if (rpool->cur->addr.type == PF_ADDR_TABLE) { type 2175 net/pf.c if (rpool->cur->addr.type == PF_ADDR_TABLE) { type 2180 net/pf.c } else if (rpool->cur->addr.type == PF_ADDR_DYNIFTL) { type 2191 net/pf.c if (rpool->cur->addr.type == PF_ADDR_TABLE) { type 2201 net/pf.c } else if (rpool->cur->addr.type == PF_ADDR_DYNIFTL) { type 2453 net/pf.c if (r->rpool.cur->addr.type == PF_ADDR_DYNIFTL){ type 2489 net/pf.c if (r->src.addr.type == PF_ADDR_DYNIFTL) { type 3056 net/pf.c else if (r->type && r->type != icmptype + 1) type 3529 net/pf.c r->flagset || r->type || r->code || type 5624 net/pf.c if (tr->src.addr.type == PF_ADDR_TABLE) type 5630 net/pf.c if (tr->dst.addr.type == PF_ADDR_TABLE) type 6000 net/pf.c if (tr->src.addr.type == PF_ADDR_TABLE) type 6005 net/pf.c if (tr->dst.addr.type == PF_ADDR_TABLE) type 333 net/pf_if.c if (aw->type != PF_ADDR_DYNIFTL) type 563 net/pf_if.c if (aw->type != PF_ADDR_DYNIFTL || aw->p.dyn == NULL || type 581 net/pf_if.c if (aw->type != PF_ADDR_DYNIFTL || aw->p.dyn == NULL || type 464 net/pf_ioctl.c if (a->type == PF_ADDR_RTLABEL && type 473 net/pf_ioctl.c if (a->type == PF_ADDR_RTLABEL) type 482 net/pf_ioctl.c if (a->type == PF_ADDR_RTLABEL && a->v.rtlabel) { type 725 net/pf_ioctl.c PF_MD5_UPD(pfr, addr.type); type 726 net/pf_ioctl.c switch (pfr->addr.type) { type 780 net/pf_ioctl.c PF_MD5_UPD(rule, type); type 2087 net/pf_ioctl.c if (pp->addr.addr.type != PF_ADDR_ADDRMASK && type 2088 net/pf_ioctl.c pp->addr.addr.type != PF_ADDR_DYNIFTL && type 2089 net/pf_ioctl.c pp->addr.addr.type != PF_ADDR_TABLE) { type 2170 net/pf_ioctl.c if (pca->addr.addr.type != PF_ADDR_ADDRMASK && type 2171 net/pf_ioctl.c pca->addr.addr.type != PF_ADDR_DYNIFTL && type 2172 net/pf_ioctl.c pca->addr.addr.type != PF_ADDR_TABLE) { type 76 net/pf_table.c #define SWAP(type, a1, a2) \ type 78 net/pf_table.c type tmp = a1; \ type 2140 net/pfkeyv2.c pfkeyv2_expire(struct tdb *sa, u_int16_t type) type 2193 net/pfkeyv2.c headers[type] = p; type 2194 net/pfkeyv2.c export_lifetime(&p, sa, type == SADB_EXT_LIFETIME_SOFT ? type 178 net/pfkeyv2_convert.c switch (tdb->tdb_compalgxform->type) { type 189 net/pfkeyv2_convert.c switch (tdb->tdb_authalgxform->type) { type 225 net/pfkeyv2_convert.c switch (tdb->tdb_encalgxform->type) { type 283 net/pfkeyv2_convert.c import_lifetime(struct tdb *tdb, struct sadb_lifetime *sadb_lifetime, int type) type 292 net/pfkeyv2_convert.c switch (type) { type 368 net/pfkeyv2_convert.c export_lifetime(void **p, struct tdb *tdb, int type) type 375 net/pfkeyv2_convert.c switch (type) { type 535 net/pfkeyv2_convert.c export_encap(void **p, struct sockaddr_encap *encap, int type) type 549 net/pfkeyv2_convert.c if (type == SADB_X_EXT_SRC_FLOW || type 550 net/pfkeyv2_convert.c type == SADB_X_EXT_SRC_MASK) { type 564 net/pfkeyv2_convert.c if (type == SADB_X_EXT_SRC_FLOW || type 565 net/pfkeyv2_convert.c type == SADB_X_EXT_SRC_MASK) { type 796 net/pfkeyv2_convert.c import_identity(struct tdb *tdb, struct sadb_ident *sadb_ident, int type) type 803 net/pfkeyv2_convert.c if (type == PFKEYV2_IDENTITY_SRC) type 892 net/pfkeyv2_convert.c export_identity(void **p, struct tdb *tdb, int type) type 897 net/pfkeyv2_convert.c if (type == PFKEYV2_IDENTITY_SRC) type 926 net/pfkeyv2_convert.c import_key(struct ipsecinit *ii, struct sadb_key *sadb_key, int type) type 931 net/pfkeyv2_convert.c if (type == PFKEYV2_ENCRYPTION_KEY) { /* Encryption key */ type 941 net/pfkeyv2_convert.c export_key(void **p, struct tdb *tdb, int type) type 945 net/pfkeyv2_convert.c if (type == PFKEYV2_ENCRYPTION_KEY) { type 165 net/pfvar.h u_int8_t type; /* PF_ADDR_* */ type 322 net/pfvar.h (((aw)->type == PF_ADDR_NOROUTE && \ type 324 net/pfvar.h (((aw)->type == PF_ADDR_URPFFAILED && (ifp) != NULL && \ type 326 net/pfvar.h ((aw)->type == PF_ADDR_RTLABEL && \ type 328 net/pfvar.h ((aw)->type == PF_ADDR_TABLE && \ type 330 net/pfvar.h ((aw)->type == PF_ADDR_DYNIFTL && \ type 332 net/pfvar.h ((aw)->type == PF_ADDR_ADDRMASK && \ type 581 net/pfvar.h u_int8_t type; type 526 net/rtsock.c rt_msg1(int type, struct rt_addrinfo *rtinfo) type 534 net/rtsock.c switch (type) { type 579 net/rtsock.c rtm->rtm_type = type; type 584 net/rtsock.c rt_msg2(int type, struct rt_addrinfo *rtinfo, caddr_t cp, struct walkarg *w) type 592 net/rtsock.c switch (type) { type 643 net/rtsock.c rtm->rtm_type = type; type 656 net/rtsock.c rt_missmsg(int type, struct rt_addrinfo *rtinfo, int flags, type 665 net/rtsock.c m = rt_msg1(type, rtinfo); type 430 net/slcompress.c sl_uncompress_tcp(bufp, len, type, comp) type 433 net/slcompress.c u_int type; type 440 net/slcompress.c vjlen = sl_uncompress_tcp_core(cp, len, len, type, comp, &hdr, &hlen); type 478 net/slcompress.c sl_uncompress_tcp_core(buf, buflen, total_len, type, comp, hdrp, hlenp) type 481 net/slcompress.c u_int type; type 494 net/slcompress.c switch (type) { type 620 net80211/ieee80211.h u_int8_t type; type 137 net80211/ieee80211_input.c u_int8_t dir, type, subtype; type 174 net80211/ieee80211_input.c type = wh->i_fc[0] & IEEE80211_FC0_TYPE_MASK; type 190 net80211/ieee80211_input.c if (type == IEEE80211_FC0_TYPE_DATA && type 246 net80211/ieee80211_input.c switch (type) { type 511 net80211/ieee80211_input.c IEEE80211_DPRINTF(("%s: bad packet type %x\n", __func__, type)); type 2421 net80211/ieee80211_input.c "data length=%d\n", key->version, key->type, key->desc, type 2466 net80211/ieee80211_input.c if (key->type != EAPOL_KEY || key->desc != ni->ni_eapol_desc) type 169 net80211/ieee80211_output.c struct mbuf *m, int type) type 192 net80211/ieee80211_output.c wh->i_fc[0] = IEEE80211_FC0_VERSION_0 | IEEE80211_FC0_TYPE_MGT | type; type 208 net80211/ieee80211_output.c (type & IEEE80211_FC0_SUBTYPE_MASK) != type 213 net80211/ieee80211_output.c (type & IEEE80211_FC0_SUBTYPE_MASK) type 946 net80211/ieee80211_output.c ieee80211_getmbuf(int flags, int type, u_int pktlen) type 955 net80211/ieee80211_output.c MGETHDR(m, flags, type); type 1259 net80211/ieee80211_output.c int type, int arg) type 1276 net80211/ieee80211_output.c switch (type) { type 1310 net80211/ieee80211_output.c if ((m = ieee80211_get_assoc_req(ic, ni, type)) == NULL) type 1334 net80211/ieee80211_output.c __func__, type)); type 1339 net80211/ieee80211_output.c ret = ieee80211_mgmt_output(ifp, ni, m, type); type 1529 net80211/ieee80211_output.c key->type = EAPOL_KEY; type 1601 net80211/ieee80211_output.c ieee80211_get_eapol_key(int flags, int type, u_int pktlen) type 1610 net80211/ieee80211_output.c MGETHDR(m, flags, type); type 392 netbt/hci.h uint8_t type; /* MUST be 0x01 */ type 402 netbt/hci.h uint8_t type; /* MUST be 0x02 */ type 412 netbt/hci.h uint8_t type; /* MUST be 0x03 */ type 422 netbt/hci.h uint8_t type; /* MUST be 0x04 */ type 1176 netbt/hci.h uint8_t type; /* Xmit level type */ type 1330 netbt/hci.h uint8_t type; /* inquiry scan type */ type 1336 netbt/hci.h uint8_t type; /* inquiry scan type */ type 1364 netbt/hci.h uint8_t type; /* page scan type */ type 1370 netbt/hci.h uint8_t type; /* page scan type */ type 1834 netbt/hci.h uint8_t type; /* service type */ type 148 netbt/hci_event.c KASSERT(hdr.type == HCI_EVENT_PKT); type 426 netbt/hci_link.c if (hdr.type != HCI_ACL_DATA_PKT) { type 652 netbt/hci_link.c hdr->type = HCI_ACL_DATA_PKT; type 831 netbt/hci_link.c if (hdr.type != HCI_SCO_DATA_PKT) { type 998 netbt/hci_link.c hci_link_lookup_state(struct hci_unit *unit, uint16_t type, uint16_t state) type 1003 netbt/hci_link.c if (link->hl_type == type && link->hl_state == state) type 1016 netbt/hci_link.c hci_link_lookup_bdaddr(struct hci_unit *unit, bdaddr_t *bdaddr, uint16_t type) type 1024 netbt/hci_link.c if (link->hl_type != type) type 1027 netbt/hci_link.c if (type == HCI_LINK_SCO && link->hl_handle != 0) type 261 netbt/hci_socket.c if (hdr.type != HCI_CMD_PKT) { type 622 netbt/hci_socket.c uint8_t type; type 626 netbt/hci_socket.c KASSERT(m->m_len >= sizeof(type)); type 628 netbt/hci_socket.c type = *mtod(m, uint8_t *); type 646 netbt/hci_socket.c if (hci_filter_test(type, &pcb->hp_pfilter) == 0) type 652 netbt/hci_socket.c switch(type) { type 242 netbt/hci_unit.c p->type = HCI_CMD_PKT; type 155 netbt/l2cap.h #define L2CAP_OPT_HINT(type) ((type) & L2CAP_OPT_HINT_BIT) type 278 netbt/l2cap.h uint8_t type; type 315 netbt/l2cap.h uint16_t type; /* requested information type */ type 321 netbt/l2cap.h uint16_t type; /* requested information type */ type 477 netbt/l2cap_signal.c switch(opt.type & L2CAP_OPT_HINT_MASK) { type 527 netbt/l2cap_signal.c if (opt.type & L2CAP_OPT_HINT_BIT) type 541 netbt/l2cap_signal.c buf[len++] = opt.type; type 670 netbt/l2cap_signal.c switch (opt.type) { type 698 netbt/l2cap_signal.c UNKNOWN(opt.type); type 738 netbt/l2cap_signal.c switch(opt.type) { type 757 netbt/l2cap_signal.c UNKNOWN(opt.type); type 875 netbt/l2cap_signal.c switch(letoh16(cp.type)) { type 879 netbt/l2cap_signal.c rp.type = cp.type; type 1041 netbt/l2cap_signal.c opt->type = L2CAP_OPT_MTU; type 1053 netbt/l2cap_signal.c opt->type = L2CAP_OPT_FLUSH_TIMO; type 221 netbt/rfcomm.h #define RFCOMM_MKCONTROL(type, pf) ((((type) & 0xef) | ((pf) << 4))) type 227 netbt/rfcomm.h #define RFCOMM_MKMCC_TYPE(cr, type) ((((type) << 2) | ((cr) << 1) | 0x01)) type 599 netbt/rfcomm_session.c int dlci, len, type, pf; type 627 netbt/rfcomm_session.c type = RFCOMM_TYPE(b); type 633 netbt/rfcomm_session.c if (type != RFCOMM_FRAME_UIH) type 646 netbt/rfcomm_session.c if (type != RFCOMM_FRAME_UIH) type 662 netbt/rfcomm_session.c DPRINTFN(10, "dlci %d, type %2.2x, len = %d\n", dlci, type, len); type 664 netbt/rfcomm_session.c switch (type) { type 689 netbt/rfcomm_session.c UNKNOWN(type); type 991 netbt/rfcomm_session.c int type, cr, len; type 1017 netbt/rfcomm_session.c type = RFCOMM_MCC_TYPE(b); type 1040 netbt/rfcomm_session.c (cr ? "command" : "response"), type, len); type 1045 netbt/rfcomm_session.c switch(type) { type 1079 netbt/rfcomm_session.c b = RFCOMM_MKMCC_TYPE(cr, type); type 1448 netbt/rfcomm_session.c rfcomm_session_send_frame(struct rfcomm_session *rs, int type, int dlci) type 1472 netbt/rfcomm_session.c if (type == RFCOMM_FRAME_UA || type == RFCOMM_FRAME_DM) type 1479 netbt/rfcomm_session.c hdr->control = RFCOMM_MKCONTROL(type, 1); /* PF = 1 */ type 1497 netbt/rfcomm_session.c dlci, type, m->m_pkthdr.len, fcs); type 1627 netbt/rfcomm_session.c uint8_t type, void *data, int len) type 1643 netbt/rfcomm_session.c *hdr++ = RFCOMM_MKMCC_TYPE(cr, type); type 1687 netbt/rfcomm_session.c (cr ? "command" : "response"), type, m->m_pkthdr.len); type 305 netbt/sco_upper.c hdr->type = HCI_SCO_DATA_PKT; type 500 netinet/icmp6.h #define ICMP6_FILTER_SETPASS(type, filterp) \ type 501 netinet/icmp6.h (((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31))) type 502 netinet/icmp6.h #define ICMP6_FILTER_SETBLOCK(type, filterp) \ type 503 netinet/icmp6.h (((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31))) type 504 netinet/icmp6.h #define ICMP6_FILTER_WILLPASS(type, filterp) \ type 505 netinet/icmp6.h ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0) type 506 netinet/icmp6.h #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ type 507 netinet/icmp6.h ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0) type 678 netinet/icmp6.h #define icmp6_ifoutstat_inc(ifp, type, code) \ type 681 netinet/icmp6.h switch(type) { \ type 495 netinet/igmp.c igmp_sendpkt(inm, type, addr) type 497 netinet/igmp.c int type; type 534 netinet/igmp.c igmp->igmp_type = type; type 166 netinet/ip_ah.c cria.cri_alg = tdbp->tdb_authalgxform->type; type 652 netinet/ip_ah.c crda->crd_alg = ahx->type; type 706 netinet/ip_ah.c skip, ahx->type, 0)) != 0) { type 1172 netinet/ip_ah.c crda->crd_alg = ahx->type; type 1235 netinet/ip_ah.c skip, ahx->type, 1)) != 0) { type 239 netinet/ip_carp.c u_int8_t version = CARP_VERSION, type = CARP_ADVERTISEMENT; type 260 netinet/ip_carp.c SHA1Update(&sc->sc_sha1[ctx], (void *)&type, sizeof(type)); type 1285 netinet/ip_carp.c carp_addrcount(struct carp_if *cif, struct ifaddr *ifa0, int type) type 1292 netinet/ip_carp.c switch (type) { type 227 netinet/ip_esp.c crie.cri_alg = tdbp->tdb_encalgxform->type; type 248 netinet/ip_esp.c cria.cri_alg = tdbp->tdb_authalgxform->type; type 436 netinet/ip_esp.c crda->crd_alg = esph->type; type 478 netinet/ip_esp.c crde->crd_alg = espx->type; type 956 netinet/ip_esp.c crde->crd_alg = espx->type; type 994 netinet/ip_esp.c crda->crd_alg = esph->type; type 138 netinet/ip_icmp.c icmp_do_error(struct mbuf *n, int type, int code, n_long dest, int destmtu) type 148 netinet/ip_icmp.c printf("icmp_error(%x, %d, %d)\n", oip, type, code); type 150 netinet/ip_icmp.c if (type != ICMP_REDIRECT) type 159 netinet/ip_icmp.c if (oip->ip_p == IPPROTO_ICMP && type != ICMP_REDIRECT && type 173 netinet/ip_icmp.c if (icmp_ratelimit(&oip->ip_src, type, code)) type 215 netinet/ip_icmp.c if ((u_int)type > ICMP_MAXTYPE) type 217 netinet/ip_icmp.c icmpstat.icps_outhist[type]++; type 218 netinet/ip_icmp.c icp->icmp_type = type; type 219 netinet/ip_icmp.c if (type == ICMP_REDIRECT) type 227 netinet/ip_icmp.c if (type == ICMP_PARAMPROB) { type 230 netinet/ip_icmp.c } else if (type == ICMP_UNREACH && type 280 netinet/ip_icmp.c icmp_error(struct mbuf *n, int type, int code, n_long dest, int destmtu) type 284 netinet/ip_icmp.c m = icmp_do_error(n, type, code, dest, destmtu); type 989 netinet/ip_icmp.c icmp_ratelimit(const struct in_addr *dst, const int type, const int code) type 200 netinet/ip_icmp.h #define ICMP_INFOTYPE(type) \ type 201 netinet/ip_icmp.h ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \ type 202 netinet/ip_icmp.h (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \ type 203 netinet/ip_icmp.h (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \ type 204 netinet/ip_icmp.h (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \ type 205 netinet/ip_icmp.h (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY) type 1017 netinet/ip_input.c int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; type 1060 netinet/ip_input.c type = ICMP_UNREACH; type 1072 netinet/ip_input.c type = ICMP_UNREACH; type 1104 netinet/ip_input.c type = ICMP_UNREACH; type 1142 netinet/ip_input.c type = ICMP_UNREACH; type 1212 netinet/ip_input.c icmp_error(m, type, code, 0, 0); type 1439 netinet/ip_input.c int error, type = 0, code = 0, destmtu = 0, rtableid = 0; type 1518 netinet/ip_input.c type = ICMP_REDIRECT; type 1534 netinet/ip_input.c if (type) type 1553 netinet/ip_input.c type = ICMP_UNREACH; type 1558 netinet/ip_input.c type = ICMP_UNREACH; type 1584 netinet/ip_input.c type = ICMP_SOURCEQUENCH; type 1590 netinet/ip_input.c icmp_error(mcopy, type, code, dest, destmtu); type 119 netinet/ip_ipcomp.c cric.cri_alg = tdbp->tdb_compalgxform->type; type 185 netinet/ip_ipcomp.c crdc->crd_alg = ipcompx->type; type 515 netinet/ip_ipcomp.c crdc->crd_alg = ipcompx->type; type 379 netinet/tcp_subr.c #define xchg(a,b,type) do { type t; t=a; a=b; b=t; } while (0) type 128 netinet6/frag6.c #define offsetof(type, member) ((size_t)(&((type *)0)->member)) type 193 netinet6/icmp6.c icmp6_errcount(stat, type, code) type 195 netinet6/icmp6.c int type, code; type 197 netinet6/icmp6.c switch (type) { type 277 netinet6/icmp6.c icmp6_error(m, type, code, param) type 279 netinet6/icmp6.c int type, code, param; type 290 netinet6/icmp6.c icmp6_errcount(&icmp6stat.icp6s_outerrhist, type, code); type 312 netinet6/icmp6.c (type != ICMP6_PACKET_TOO_BIG && type 313 netinet6/icmp6.c (type != ICMP6_PARAM_PROB || type 360 netinet6/icmp6.c if (icmp6_ratelimit(&oip6->ip6_src, type, code)) { type 391 netinet6/icmp6.c icmp6->icmp6_type = type; type 404 netinet6/icmp6.c icmp6stat.icp6s_outhist[type]++; type 1179 netinet6/icmp6.c #define offsetof(type, member) ((size_t)(&((type *)0)->member)) type 1990 netinet6/icmp6.c int type, code; type 2036 netinet6/icmp6.c type = icmp6->icmp6_type; /* keep type for statistics */ type 2142 netinet6/icmp6.c icmp6_ifoutstat_inc(outif, type, code); type 2755 netinet6/icmp6.c icmp6_ratelimit(dst, type, code) type 2757 netinet6/icmp6.c const int type; /* not used at this moment */ type 95 netinet6/ip6_forward.c int error = 0, type = 0, code = 0; type 399 netinet6/ip6_forward.c type = ND_REDIRECT; type 462 netinet6/ip6_forward.c if (type) type 477 netinet6/ip6_forward.c if (type == ND_REDIRECT) { type 496 netinet6/ip6_forward.c type = ICMP6_DST_UNREACH; type 500 netinet6/ip6_forward.c icmp6_error(mcopy, type, code, 0); type 2243 netinet6/ip6_output.c #define PKTOPT_EXTHDRCPY(type) \ type 2245 netinet6/ip6_output.c if (src->type) {\ type 2246 netinet6/ip6_output.c int hlen = (((struct ip6_ext *)src->type)->ip6e_len + 1) << 3;\ type 2247 netinet6/ip6_output.c dst->type = malloc(hlen, M_IP6OPT, canwait);\ type 2248 netinet6/ip6_output.c if (dst->type == NULL && canwait == M_NOWAIT)\ type 2250 netinet6/ip6_output.c bcopy(src->type, dst->type, hlen);\ type 366 netinet6/mld6.c mld6_sendpkt(in6m, type, dst) type 368 netinet6/mld6.c int type; type 425 netinet6/mld6.c mldh->mld_type = type; type 451 netinet6/mld6.c icmp6stat.icp6s_outhist[type]++; type 453 netinet6/mld6.c switch (type) { type 1454 netinet6/nd6.c nd6_cache_lladdr(ifp, from, lladdr, lladdrlen, type, code) type 1459 netinet6/nd6.c int type; /* ICMP6 type */ type 1626 netinet6/nd6.c switch (type & 0xff) { type 373 netinet6/raw_ip6.c int type, code; /* for ICMPv6 output statistics only */ type 411 netinet6/raw_ip6.c type = icmp6->icmp6_type; type 501 netinet6/raw_ip6.c icmp6_ifoutstat_inc(oifp, type, code); type 502 netinet6/raw_ip6.c icmp6stat.icp6s_outhist[type]++; type 273 ntfs/ntfs.h #define NTFS_NEXTREC(s, type) ((type)(((caddr_t) s) + (s)->reclen)) type 106 ntfs/ntfs_subr.c #define NTFS_AALPCMP(aalp,type,name,namelen) ( \ type 107 ntfs/ntfs_subr.c (aalp->al_type == type) && (aalp->al_namelen == namelen) && \ type 129 ntfs/ntfs_subr.c ntfs_findvattr(ntmp, ip, lvapp, vapp, type, name, namelen, vcn) type 133 ntfs/ntfs_subr.c u_int32_t type; type 158 ntfs/ntfs_subr.c if ((vap->va_type == type) && type 184 ntfs/ntfs_subr.c u_int32_t type, type 203 ntfs/ntfs_subr.c ip->i_number, type, name, (u_int32_t) vcn)); type 208 ntfs/ntfs_subr.c ip->i_number, type, (u_int32_t) vcn)); type 213 ntfs/ntfs_subr.c error = ntfs_findvattr(ntmp, ip, &lvap, vapp, type, name, namelen, vcn); type 220 ntfs/ntfs_subr.c ip->i_number, type, name, (u_int32_t) vcn)); type 247 ntfs/ntfs_subr.c if (!NTFS_AALPCMP(aalp, type, name, namelen) || type 249 ntfs/ntfs_subr.c NTFS_AALPCMP(nextaalp, type, name, namelen))) type 268 ntfs/ntfs_subr.c type, name, namelen, vcn); type 279 ntfs/ntfs_subr.c ip->i_number, type, (int) namelen, name, (u_int32_t) vcn)); type 1664 scsi/cd.c switch (a->type) { type 1734 scsi/cd.c a->type = DVD_LU_SEND_KEY1; type 1746 scsi/cd.c a->type = DVD_AUTH_FAILURE; type 1749 scsi/cd.c a->type = DVD_AUTH_ESTABLISHED; type 1769 scsi/cd.c a->lrpcs.type = (buf[4] >> 6) & 3; type 1807 scsi/cd.c cmd.bytes[6] = s->type; type 1847 scsi/cd.c cmd.bytes[6] = s->type; type 1876 scsi/cd.c cmd.format = s->type; type 1902 scsi/cd.c cmd.bytes[6] = s->type; type 1932 scsi/cd.c cmd.format = s->type; type 1956 scsi/cd.c switch (s->type) { type 314 scsi/safte.c s->se_sensor.type = SENSOR_INDICATOR; type 325 scsi/safte.c s->se_sensor.type = SENSOR_INDICATOR; type 342 scsi/safte.c s->se_sensor.type = SENSOR_INDICATOR; type 353 scsi/safte.c s->se_sensor.type = SENSOR_INDICATOR; type 370 scsi/safte.c s->se_sensor.type = SENSOR_TEMP; type 371 scsi/scsi_base.c scsi_prevent(struct scsi_link *sc_link, int type, int flags) type 380 scsi/scsi_base.c scsi_cmd.how = type; type 390 scsi/scsi_base.c scsi_start(struct scsi_link *sc_link, int type, int flags) type 397 scsi/scsi_base.c scsi_cmd.how = type; type 401 scsi/scsi_base.c type == SSS_START ? 30000 : 10000, NULL, flags)); type 178 scsi/scsi_changer.h u_int8_t type; /* element type code; see type codes below */ type 349 scsi/scsi_ioctl.c sca->type = TYPE_SCSI; type 352 scsi/scsi_ioctl.c sca->type = TYPE_ATAPI; type 192 scsi/scsiconf.c scsibusdetach(struct device *dev, int type) type 201 scsi/scsiconf.c if ((error = config_detach_children(dev, type)) != 0) type 589 scsi/scsiconf.c u_int8_t type; type 603 scsi/scsiconf.c type = inqbuf->device & SID_TYPE; type 631 scsi/scsiconf.c switch (type) { type 682 scsi/scsiconf.c SCSISPC(inqbuf->version), type, dtype, type 877 scsi/scsiconf.c u_int8_t type; type 883 scsi/scsiconf.c type = inqbuf->device; type 890 scsi/scsiconf.c if (type != match->type) type 910 scsi/scsiconf.c priority, match->type, match->removable, type 188 scsi/scsiconf.h u_int8_t type; type 327 scsi/ses.c DEVNAME(sc), i, tdh->subenc_id, tdh->type, tdh->n_elem); type 414 scsi/ses.c status->f3, types[i].type); type 427 scsi/ses.c switch (types[i].type) { type 469 scsi/ses.c sensor->se_type = types[i].type; type 471 scsi/ses.c sensor->se_sensor.type = stype; type 104 scsi/ses.h u_int8_t type; type 1730 scsi/st.c st_load(st, type, flags) type 1732 scsi/st.c u_int type; type 1740 scsi/st.c if (type != LD_LOAD) { type 1749 scsi/st.c if (type == LD_LOAD) { type 1761 scsi/st.c cmd.how = type; type 115 sys/agpio.h u_int32_t type; /* 0 == normal, other devspec */ type 212 sys/audioio.h int type; type 246 sys/audioio.h int type; type 278 sys/cdio.h u_int8_t type; type 285 sys/cdio.h u_int8_t type; type 293 sys/cdio.h u_int8_t type; type 300 sys/cdio.h u_int8_t type; type 307 sys/cdio.h u_int8_t type; type 315 sys/cdio.h u_int8_t type; type 356 sys/cdio.h u_int8_t type; type 362 sys/cdio.h u_int8_t type; type 369 sys/cdio.h u_int8_t type; type 376 sys/cdio.h u_int8_t type; type 393 sys/cdio.h u_int8_t type; type 404 sys/cdio.h u_int8_t type; type 411 sys/cdio.h u_int8_t type; type 416 sys/cdio.h u_int8_t type; type 424 sys/cdio.h u_int8_t type; type 474 sys/exec_elf.h Elf32_Word type; type 480 sys/exec_elf.h Elf64_Half type; type 62 sys/ktrace.h #define KTRPOINT(p, type) \ type 63 sys/ktrace.h (((p)->p_traceflag & ((1<<(type))|KTRFAC_ACTIVE)) == (1<<(type))) type 169 sys/lkm.h int type; type 355 sys/lkm.h MODTYPE type; /* OUT: type of module */ type 397 sys/malloc.h #define MALLOC(space, cast, size, type, flags) \ type 398 sys/malloc.h (space) = (cast)malloc((u_long)(size), type, flags) type 399 sys/malloc.h #define FREE(addr, type) free((caddr_t)(addr), type) type 402 sys/malloc.h #define MALLOC(space, cast, size, type, flags) do { \ type 407 sys/malloc.h (space) = (cast)malloc(kbp_size, type, flags); \ type 415 sys/malloc.h #define FREE(addr, type) do { \ type 420 sys/malloc.h free((caddr_t)(addr), type); \ type 439 sys/malloc.h extern void *malloc(unsigned long size, int type, int flags); type 440 sys/malloc.h extern void free(void *addr, int type); type 216 sys/mbuf.h #define MGET(m, how, type) m = m_get((how), (type)) type 218 sys/mbuf.h #define MGETHDR(m, how, type) m = m_gethdr((how), (type)) type 291 sys/mbuf.h #define MEXTADD(m, buf, size, type, free, arg) do { \ type 298 sys/mbuf.h (m)->m_ext.ext_type = (type); \ type 94 sys/queue.h #define SLIST_HEAD(name, type) \ type 96 sys/queue.h struct type *slh_first; /* first element */ \ type 102 sys/queue.h #define SLIST_ENTRY(type) \ type 104 sys/queue.h struct type *sle_next; /* next element */ \ type 150 sys/queue.h #define SLIST_REMOVE(head, elm, type, field) do { \ type 154 sys/queue.h struct type *curelm = (head)->slh_first; \ type 167 sys/queue.h #define LIST_HEAD(name, type) \ type 169 sys/queue.h struct type *lh_first; /* first element */ \ type 175 sys/queue.h #define LIST_ENTRY(type) \ type 177 sys/queue.h struct type *le_next; /* next element */ \ type 178 sys/queue.h struct type **le_prev; /* address of previous next element */ \ type 245 sys/queue.h #define SIMPLEQ_HEAD(name, type) \ type 247 sys/queue.h struct type *sqh_first; /* first element */ \ type 248 sys/queue.h struct type **sqh_last; /* addr of last next element */ \ type 254 sys/queue.h #define SIMPLEQ_ENTRY(type) \ type 256 sys/queue.h struct type *sqe_next; /* next element */ \ type 306 sys/queue.h #define TAILQ_HEAD(name, type) \ type 308 sys/queue.h struct type *tqh_first; /* first element */ \ type 309 sys/queue.h struct type **tqh_last; /* addr of last next element */ \ type 315 sys/queue.h #define TAILQ_ENTRY(type) \ type 317 sys/queue.h struct type *tqe_next; /* next element */ \ type 318 sys/queue.h struct type **tqe_prev; /* address of previous next element */ \ type 413 sys/queue.h #define CIRCLEQ_HEAD(name, type) \ type 415 sys/queue.h struct type *cqh_first; /* first element */ \ type 416 sys/queue.h struct type *cqh_last; /* last element */ \ type 422 sys/queue.h #define CIRCLEQ_ENTRY(type) \ type 424 sys/queue.h struct type *cqe_next; /* next element */ \ type 425 sys/queue.h struct type *cqe_prev; /* previous element */ \ type 88 sys/reboot.h #define MAKEBOOTDEV(type, adaptor, controller, unit, partition) \ type 89 sys/reboot.h (((type) << B_TYPESHIFT) | ((adaptor) << B_ADAPTORSHIFT) | \ type 59 sys/scsiio.h int type; type 100 sys/sensors.h enum sensor_type type; /* sensor type */ type 128 sys/sensors.h enum sensor_type type; /* sensor type */ type 164 sys/signalvar.h void trapsignal(struct proc *p, int sig, u_long code, int type, type 181 sys/signalvar.h int type, union sigval val); type 266 sys/socketvar.h sbcreatecontrol(caddr_t p, int size, int type, int level); type 285 sys/socketvar.h int socreate(int dom, struct socket **aso, int type, int proto); type 115 sys/syscallargs.h syscallarg(const char *) type; type 424 sys/syscallargs.h syscallarg(int) type; type 623 sys/syscallargs.h syscallarg(int) type; type 57 sys/tree.h #define SPLAY_HEAD(name, type) \ type 59 sys/tree.h struct type *sph_root; /* root of the tree */ \ type 69 sys/tree.h #define SPLAY_ENTRY(type) \ type 71 sys/tree.h struct type *spe_left; /* left element */ \ type 72 sys/tree.h struct type *spe_right; /* right element */ \ type 114 sys/tree.h #define SPLAY_PROTOTYPE(name, type, field, cmp) \ type 115 sys/tree.h void name##_SPLAY(struct name *, struct type *); \ type 117 sys/tree.h struct type *name##_SPLAY_INSERT(struct name *, struct type *); \ type 118 sys/tree.h struct type *name##_SPLAY_REMOVE(struct name *, struct type *); \ type 121 sys/tree.h static __inline struct type * \ type 122 sys/tree.h name##_SPLAY_FIND(struct name *head, struct type *elm) \ type 132 sys/tree.h static __inline struct type * \ type 133 sys/tree.h name##_SPLAY_NEXT(struct name *head, struct type *elm) \ type 146 sys/tree.h static __inline struct type * \ type 156 sys/tree.h #define SPLAY_GENERATE(name, type, field, cmp) \ type 157 sys/tree.h struct type * \ type 158 sys/tree.h name##_SPLAY_INSERT(struct name *head, struct type *elm) \ type 181 sys/tree.h struct type * \ type 182 sys/tree.h name##_SPLAY_REMOVE(struct name *head, struct type *elm) \ type 184 sys/tree.h struct type *__tmp; \ type 203 sys/tree.h name##_SPLAY(struct name *head, struct type *elm) \ type 205 sys/tree.h struct type __node, *__left, *__right, *__tmp; \ type 242 sys/tree.h struct type __node, *__left, *__right, *__tmp; \ type 291 sys/tree.h #define RB_HEAD(name, type) \ type 293 sys/tree.h struct type *rbh_root; /* root of the tree */ \ type 305 sys/tree.h #define RB_ENTRY(type) \ type 307 sys/tree.h struct type *rbe_left; /* left element */ \ type 308 sys/tree.h struct type *rbe_right; /* right element */ \ type 309 sys/tree.h struct type *rbe_parent; /* parent element */ \ type 376 sys/tree.h #define RB_PROTOTYPE(name, type, field, cmp) \ type 377 sys/tree.h void name##_RB_INSERT_COLOR(struct name *, struct type *); \ type 378 sys/tree.h void name##_RB_REMOVE_COLOR(struct name *, struct type *, struct type *);\ type 379 sys/tree.h struct type *name##_RB_REMOVE(struct name *, struct type *); \ type 380 sys/tree.h struct type *name##_RB_INSERT(struct name *, struct type *); \ type 381 sys/tree.h struct type *name##_RB_FIND(struct name *, struct type *); \ type 382 sys/tree.h struct type *name##_RB_NEXT(struct type *); \ type 383 sys/tree.h struct type *name##_RB_MINMAX(struct name *, int); \ type 389 sys/tree.h #define RB_GENERATE(name, type, field, cmp) \ type 391 sys/tree.h name##_RB_INSERT_COLOR(struct name *head, struct type *elm) \ type 393 sys/tree.h struct type *parent, *gparent, *tmp; \ type 435 sys/tree.h name##_RB_REMOVE_COLOR(struct name *head, struct type *parent, struct type *elm) \ type 437 sys/tree.h struct type *tmp; \ type 457 sys/tree.h struct type *oleft; \ type 489 sys/tree.h struct type *oright; \ type 510 sys/tree.h struct type * \ type 511 sys/tree.h name##_RB_REMOVE(struct name *head, struct type *elm) \ type 513 sys/tree.h struct type *child, *parent, *old = elm; \ type 520 sys/tree.h struct type *left; \ type 578 sys/tree.h struct type * \ type 579 sys/tree.h name##_RB_INSERT(struct name *head, struct type *elm) \ type 581 sys/tree.h struct type *tmp; \ type 582 sys/tree.h struct type *parent = NULL; \ type 609 sys/tree.h struct type * \ type 610 sys/tree.h name##_RB_FIND(struct name *head, struct type *elm) \ type 612 sys/tree.h struct type *tmp = RB_ROOT(head); \ type 626 sys/tree.h struct type * \ type 627 sys/tree.h name##_RB_NEXT(struct type *elm) \ type 647 sys/tree.h struct type * \ type 650 sys/tree.h struct type *tmp = RB_ROOT(head); \ type 651 sys/tree.h struct type *parent = NULL; \ type 107 ufs/ext2fs/ext2fs_dir.h inot2ext2dt(type) type 108 ufs/ext2fs/ext2fs_dir.h u_int16_t type; type 110 ufs/ext2fs/ext2fs_dir.h switch(type) { type 103 ufs/ffs/ffs_softdep.c #define TYPENAME(type) \ type 104 ufs/ffs/ffs_softdep.c ((unsigned)(type) <= D_LAST ? softdep_typenames[type] : "???") type 381 ufs/ffs/ffs_softdep.c softdep_free(struct worklist *item, int type) type 384 ufs/ffs/ffs_softdep.c switch (type) { type 442 ufs/ffs/ffs_softdep.c panic("softdep_free: unknown type %d", type); type 486 ufs/ffs/ffs_softdep.c #define WORKITEM_FREE(item, type) softdep_freequeue_add((struct worklist *)item) type 495 ufs/ffs/ffs_softdep.c #define WORKITEM_FREE(item, type) workitem_free((struct worklist *)item) type 4271 ufs/ffs/ffs_softdep.c handle_written_mkdir(mkdir, type) type 4273 ufs/ffs/ffs_softdep.c int type; type 4280 ufs/ffs/ffs_softdep.c if (mkdir->md_state != type) type 4283 ufs/ffs/ffs_softdep.c dap->da_state &= ~type; type 82 ufs/ufs/quota.h #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK)) type 259 ufs/ufs/ufs_quota.c chkdqchg(struct inode *ip, long change, struct ucred *cred, int type) type 261 ufs/ufs/ufs_quota.c struct dquot *dq = ip->i_dquot[type]; type 272 ufs/ufs/ufs_quota.c quotatypes[type]); type 284 ufs/ufs/ufs_quota.c ip->i_ump->um_btime[type]; type 288 ufs/ufs/ufs_quota.c quotatypes[type], "disk quota exceeded"); type 296 ufs/ufs/ufs_quota.c quotatypes[type], type 380 ufs/ufs/ufs_quota.c chkiqchg(struct inode *ip, long change, struct ucred *cred, int type) type 382 ufs/ufs/ufs_quota.c struct dquot *dq = ip->i_dquot[type]; type 393 ufs/ufs/ufs_quota.c quotatypes[type]); type 405 ufs/ufs/ufs_quota.c ip->i_ump->um_itime[type]; type 409 ufs/ufs/ufs_quota.c quotatypes[type], "inode quota exceeded"); type 417 ufs/ufs/ufs_quota.c quotatypes[type], type 481 ufs/ufs/ufs_quota.c quotaon(struct proc *p, struct mount *mp, int type, caddr_t fname) type 494 ufs/ufs/ufs_quota.c vpp = &ump->um_quotas[type]; type 505 ufs/ufs/ufs_quota.c quotaoff(p, mp, type); type 506 ufs/ufs/ufs_quota.c ump->um_qflags[type] |= QTF_OPENING; type 515 ufs/ufs/ufs_quota.c ump->um_cred[type] = p->p_ucred; type 516 ufs/ufs/ufs_quota.c ump->um_btime[type] = MAX_DQ_TIME; type 517 ufs/ufs/ufs_quota.c ump->um_itime[type] = MAX_IQ_TIME; type 518 ufs/ufs/ufs_quota.c if (dqget(NULLVP, 0, ump, type, &dq) == 0) { type 520 ufs/ufs/ufs_quota.c ump->um_btime[type] = dq->dq_btime; type 522 ufs/ufs/ufs_quota.c ump->um_itime[type] = dq->dq_itime; type 532 ufs/ufs/ufs_quota.c ump->um_qflags[type] &= ~QTF_OPENING; type 534 ufs/ufs/ufs_quota.c quotaoff(p, mp, type); type 540 ufs/ufs/ufs_quota.c int type; type 557 ufs/ufs/ufs_quota.c dq = ip->i_dquot[qa->type]; type 558 ufs/ufs/ufs_quota.c ip->i_dquot[qa->type] = NODQUOT; type 568 ufs/ufs/ufs_quota.c quotaoff(struct proc *p, struct mount *mp, int type) type 579 ufs/ufs/ufs_quota.c if ((qvp = ump->um_quotas[type]) == NULLVP) type 581 ufs/ufs/ufs_quota.c ump->um_qflags[type] |= QTF_CLOSING; type 587 ufs/ufs/ufs_quota.c qa.type = type; type 591 ufs/ufs/ufs_quota.c ump->um_quotas[type] = NULLVP; type 592 ufs/ufs/ufs_quota.c crfree(ump->um_cred[type]); type 593 ufs/ufs/ufs_quota.c ump->um_cred[type] = NOCRED; type 594 ufs/ufs/ufs_quota.c ump->um_qflags[type] &= ~QTF_CLOSING; type 595 ufs/ufs/ufs_quota.c for (type = 0; type < MAXQUOTAS; type++) type 596 ufs/ufs/ufs_quota.c if (ump->um_quotas[type] != NULLVP) type 598 ufs/ufs/ufs_quota.c if (type == MAXQUOTAS) type 607 ufs/ufs/ufs_quota.c getquota(struct mount *mp, u_long id, int type, caddr_t addr) type 612 ufs/ufs/ufs_quota.c if ((error = dqget(NULLVP, id, VFSTOUFS(mp), type, &dq)) != 0) type 623 ufs/ufs/ufs_quota.c setquota(struct mount *mp, u_long id, int type, caddr_t addr) type 634 ufs/ufs/ufs_quota.c if ((error = dqget(NULLVP, id, ump, type, &ndq)) != 0) type 655 ufs/ufs/ufs_quota.c newlim.dqb_btime = time_second + ump->um_btime[type]; type 659 ufs/ufs/ufs_quota.c newlim.dqb_itime = time_second + ump->um_itime[type]; type 679 ufs/ufs/ufs_quota.c setuse(struct mount *mp, u_long id, int type, caddr_t addr) type 690 ufs/ufs/ufs_quota.c if ((error = dqget(NULLVP, id, ump, type, &ndq)) != 0) type 703 ufs/ufs/ufs_quota.c dq->dq_btime = time_second + ump->um_btime[type]; type 706 ufs/ufs/ufs_quota.c dq->dq_itime = time_second + ump->um_itime[type]; type 796 ufs/ufs/ufs_quota.c dqget(struct vnode *vp, u_long id, struct ufsmount *ump, int type, type 807 ufs/ufs/ufs_quota.c dqvp = ump->um_quotas[type]; type 808 ufs/ufs/ufs_quota.c if (dqvp == NULLVP || (ump->um_qflags[type] & QTF_CLOSING)) { type 863 ufs/ufs/ufs_quota.c dq->dq_type = type; type 864 ufs/ufs/ufs_quota.c crhold(ump->um_cred[type]); type 865 ufs/ufs/ufs_quota.c dq->dq_cred = ump->um_cred[type]; type 902 ufs/ufs/ufs_quota.c dq->dq_btime = time_second + ump->um_btime[type]; type 904 ufs/ufs/ufs_quota.c dq->dq_itime = time_second + ump->um_itime[type]; type 1003 ufs/ufs/ufs_quota.c int cmd, type, error; type 1021 ufs/ufs/ufs_quota.c type = cmds & SUBCMDMASK; type 1022 ufs/ufs/ufs_quota.c if ((u_int)type >= MAXQUOTAS) type 1032 ufs/ufs/ufs_quota.c error = quotaon(p, mp, type, arg); type 1036 ufs/ufs/ufs_quota.c error = quotaoff(p, mp, type); type 1040 ufs/ufs/ufs_quota.c error = setquota(mp, uid, type, arg) ; type 1044 ufs/ufs/ufs_quota.c error = setuse(mp, uid, type, arg); type 1048 ufs/ufs/ufs_quota.c error = getquota(mp, uid, type, arg); type 52 xfs/xfs_common-bsd.c xfs_alloc(u_int size, xfs_malloc_type type) type 60 xfs/xfs_common-bsd.c MALLOC(ret, void *, size, type, M_WAITOK); type 65 xfs/xfs_common-bsd.c xfs_free(void *ptr, u_int size, xfs_malloc_type type) type 68 xfs/xfs_common-bsd.c FREE(ptr, type); type 53 xfs/xfs_common.h void *xfs_alloc(u_int size, xfs_malloc_type type); type 54 xfs/xfs_common.h void xfs_free(void *, u_int size, xfs_malloc_type type); type 42 xfs/xfs_queue.h #define NNPQUEUE_HEAD(name, type) \ type 44 xfs/xfs_queue.h struct type *nnpq_first; \ type 45 xfs/xfs_queue.h struct type **nnpq_last; \ type 49 xfs/xfs_queue.h #define NNPQUEUE_ENTRY(type) \ type 51 xfs/xfs_queue.h struct type *nnpq_next, **nnpq_prev; \