Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/amd64/
H A Dbhyverun_machdep.c189 } else if (pci_parse_slot(optarg) != 0) in bhyve_optparse()
/src/usr.sbin/bhyve/riscv/
H A Dbhyverun_machdep.c165 } else if (pci_parse_slot(optarg) != 0) in bhyve_optparse()
/src/usr.sbin/bhyve/aarch64/
H A Dbhyverun_machdep.c174 } else if (pci_parse_slot(optarg) != 0) in bhyve_optparse()
/src/usr.sbin/bhyve/
H A Dpci_emul.h254 int pci_parse_slot(char *opt);
H A Dpci_emul.c271 pci_parse_slot(char *opt) in pci_parse_slot() function