autoconf.c | 1542 static int instance_match(device_t, void *, struct bootpath *); 1666 instance_match(device_t dev, void *aux, struct bootpath *bp) function in typeref:typename:int 1690 DPRINTF(ACDB_BOOTDEV, ("instance_match: mainbus device, " 1701 DPRINTF(ACDB_BOOTDEV, ("instance_match: sbus device, " 1710 DPRINTF(ACDB_BOOTDEV, ("instance_match: iommu device, " 1728 ("instance_match: x[dy]c device, want drive %#x have %#x\n", 1737 DPRINTF(ACDB_BOOTDEV, ("instance_match: pci bus " 1746 DPRINTF(ACDB_BOOTDEV, ("instance_match: pci device " 1828 if (instance_match(dev, aux, bp) != 0) { 1858 if (instance_match(dev, aux, bp) != 0) [all...] |