typ 186 arch/i386/include/cpufunc.h void setidt(int idx, /*XXX*/caddr_t func, int typ, int dpl); typ 124 dev/acpi/acpiprt.c int typ; typ 126 dev/acpi/acpiprt.c typ = AML_CRSTYPE(crs); typ 127 dev/acpi/acpiprt.c switch (typ) { typ 135 dev/acpi/acpiprt.c printf("Unknown interrupt : %x\n", typ); typ 266 dev/acpi/acpiprt.c int typ = AML_CRSTYPE(crs); typ 269 dev/acpi/acpiprt.c if (typ == LR_WORD && crs->lr_word.type == 2) typ 3362 dev/acpi/dsdt.c int typ = AML_CRSTYPE(crs); typ 3364 dev/acpi/dsdt.c switch (typ) { typ 3409 dev/acpi/dsdt.c printf("unknown type: %x\n", typ); typ 1474 dev/ipmi.c int typ, idx; typ 1480 dev/ipmi.c typ = ipmi_sensor_type(sensor_type, ext_type, entity); typ 1481 dev/ipmi.c if (typ == -1) { typ 1499 dev/ipmi.c psensor->i_sensor.type = typ; typ 1510 dev/ipmi.c typ, s1->entity_id, s1->entity_instance, typ 364 dev/raidframe/rf_copyback.c rf_CopybackOne(RF_CopybackDesc_t *desc, int typ, RF_RaidAddr_t addr, typ 375 dev/raidframe/rf_copyback.c if (typ == RF_COPYBACK_DATA) typ 573 dev/raidframe/rf_diskqueue.c RF_IoType_t typ, typ 595 dev/raidframe/rf_diskqueue.c p->type = typ; typ 614 dev/raidframe/rf_diskqueue.c RF_IoType_t typ, typ 639 dev/raidframe/rf_diskqueue.c p->type = typ; typ 277 netinet/ip6.h #define IP6_EXTHDR_GET(val, typ, m, off, len) \ typ 282 netinet/ip6.h (val) = (typ)(mtod((m), caddr_t) + (off)); \ typ 288 netinet/ip6.h (val) = (typ)(mtod(t, caddr_t) + tmp); \ typ 290 netinet/ip6.h (val) = (typ)NULL; \ typ 296 netinet/ip6.h #define IP6_EXTHDR_GET0(val, typ, m, off, len) \ typ 300 netinet/ip6.h (val) = (typ)mtod((m), caddr_t); \ typ 306 netinet/ip6.h (val) = (typ)mtod(t, caddr_t); \ typ 308 netinet/ip6.h (val) = (typ)NULL; \