Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/amd64/
H A Dpci_lpc.h68 int lpc_device_parse(const char *opt);
H A Dbhyverun_machdep.c175 } else if (lpc_device_parse(optarg) != 0) { in bhyve_optparse()
H A Dpci_lpc.c93 lpc_device_parse(const char *opts) in lpc_device_parse() function