Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/xen/xen-pciback/
Dpci_stub.c24 static char *pci_devs_to_hide; variable
30 module_param_named(hide, pci_devs_to_hide, charp, 0444);
1298 if (pci_devs_to_hide && *pci_devs_to_hide) { in pcistub_init()
1302 err = sscanf(pci_devs_to_hide + pos, in pcistub_init()
1307 err = sscanf(pci_devs_to_hide + pos, in pcistub_init()
1320 } while (parsed > 0 && pci_devs_to_hide[pos]); in pcistub_init()
1360 pci_devs_to_hide + pos); in pcistub_init()