Lines Matching refs:emul
274 char *emul, *config, *str, *cp; in pci_parse_slot() local
281 emul = config = NULL; in pci_parse_slot()
284 emul = cp + 1; in pci_parse_slot()
285 if ((cp = strchr(emul, ',')) != NULL) { in pci_parse_slot()
313 pde = pci_emul_finddev(emul); in pci_parse_slot()
316 fnum, emul); in pci_parse_slot()
1490 const char *emul; in init_pci() local
1536 emul = get_config_value_node(nvl, "device"); in init_pci()
1537 if (emul == NULL) { in init_pci()
1542 pde = pci_emul_finddev(emul); in init_pci()
1546 emul); in init_pci()
1552 bus, slot, func, emul, in init_pci()