Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_lpc.h72 const char *lpc_fwcfg(void);
H A Dbhyverun_machdep.c374 if (bootrom_boot() && strcmp(lpc_fwcfg(), "bhyve") == 0) in bhyve_init_platform_late()
H A Dpci_lpc.c186 lpc_fwcfg(void) in lpc_fwcfg() function
/freebsd/usr.sbin/bhyve/
H A Dqemu_fwcfg.c440 fwcfg_enabled = strcmp(lpc_fwcfg(), "qemu") == 0; in qemu_fwcfg_init()