Searched refs:proto_pci_prefix (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/dev/proto/
H A Dproto_bus_pci.c62 static char proto_pci_prefix[] = "pci"; variable
74 sbuf_printf(sb, "%s%d:%d:%d:%d", proto_pci_prefix, pci_get_domain(dev),
79 return (proto_probe(dev, proto_pci_prefix, &proto_pci_devnames));

Completed in 72 milliseconds