Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
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()
/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dpci_lpc.c100 const char *romfile, *varfile, *tpm_type, *tpm_path; in lpc_device_parse() local
113 varfile = strsep(&str, ","); in lpc_device_parse()
114 if (varfile == NULL) { in lpc_device_parse()
118 if (strchr(varfile, '=') == NULL) { in lpc_device_parse()
119 set_config_value("bootvars", varfile); in lpc_device_parse()
124 varfile); in lpc_device_parse()