/src/sys/arch/xen/xen/ |
xpci_xenbus.c | 290 u_long num_roots; local in function:xpci_connect 299 "root_num", &num_roots, 10); 313 aprint_verbose_dev(sc->sc_dev, "%lu bus%s\n", num_roots, 314 (num_roots > 1) ? "ses" : ""); 316 for (i = 0; i < num_roots; i++) {
|
xpci_xenbus.c | 290 u_long num_roots; local in function:xpci_connect 299 "root_num", &num_roots, 10); 313 aprint_verbose_dev(sc->sc_dev, "%lu bus%s\n", num_roots, 314 (num_roots > 1) ? "ses" : ""); 316 for (i = 0; i < num_roots; i++) {
|
pciback.c | 686 int num_roots = 0; local in function:pciback_xenbus_export_roots 694 snprintf(root, sizeof(root), "root-%d", num_roots); 703 num_roots++; 708 "%d", num_roots);
|
pciback.c | 686 int num_roots = 0; local in function:pciback_xenbus_export_roots 694 snprintf(root, sizeof(root), "root-%d", num_roots); 703 num_roots++; 708 "%d", num_roots);
|