Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/amd64/
H A Dpci_lpc.h68 int lpc_device_parse(const char *opt);
H A Dpci_lpc.c93 lpc_device_parse(const char *opts) in lpc_device_parse() function
/freebsd-14.2/usr.sbin/bhyve/
H A Dbhyverun.c766 } else if (lpc_device_parse(optarg) != 0) { in main()