Home
last modified time | relevance | path

Searched refs:mb_type (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
H A Dmptable.c172 int mb_type; /* MPTABLE_BUS_ */ member
601 bus->mb_type = MPTABLE_BUS_PCI; in mptable_bus_info_callback()
604 bus->mb_type = MPTABLE_BUS_ISA; in mptable_bus_info_callback()
1027 if (bus->mb_type == MPTABLE_BUS_PCI && in mptable_pci_int_callback()
1137 if (bus->mb_type == MPTABLE_BUS_PCI) in mptable_pci_int_register()
1190 if (bus->mb_type == MPTABLE_BUS_ISA && in mptable_ioapic_probe_callback()
1279 if (bus->mb_type == MPTABLE_BUS_ISA && in mptable_ioapic_int_callback()
/dragonfly/sys/dev/raid/mly/
H A Dmlyvar.h110 int mb_type; /* see 8.2 */ member
H A Dmly.c914 btl.mb_type = ldi->raid_level; in mly_complete_rescan()
927 btl.mb_type = MLY_DEVICE_TYPE_PHYSICAL; in mly_complete_rescan()
2343 padstr(inq->vendor, mly_describe_code(mly_table_device_type, btl->mb_type), 8); in mly_cam_complete()