Home
last modified time | relevance | path

Searched refs:varfile (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dbootrom.c203 const char *bootrom, *varfile; in bootrom_loadrom() local
239 varfile = get_config_value("bootvars"); in bootrom_loadrom()
241 if (varfile != NULL) { in bootrom_loadrom()
242 varfd = open(varfile, O_RDWR); in bootrom_loadrom()
245 "\"%s\": %s", varfile, strerror(errno)); in bootrom_loadrom()
252 varfile, strerror(errno)); in bootrom_loadrom()
/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c97 const char *romfile, *varfile, *tpm_type, *tpm_path; in lpc_device_parse() local
110 varfile = strsep(&str, ","); in lpc_device_parse()
111 if (varfile == NULL) { in lpc_device_parse()
115 if (strchr(varfile, '=') == NULL) { in lpc_device_parse()
116 set_config_value("bootvars", varfile); in lpc_device_parse()
121 varfile); in lpc_device_parse()