Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dbootrom.c200 const char *bootrom, *varfile; in bootrom_loadrom() local
236 varfile = get_config_value_node(nvl, "bootvars"); in bootrom_loadrom()
238 if (varfile != NULL) { in bootrom_loadrom()
239 varfd = open(varfile, O_RDWR); in bootrom_loadrom()
242 "\"%s\": %s\n", varfile, strerror(errno)); in bootrom_loadrom()
249 varfile, strerror(errno)); in bootrom_loadrom()
H A Dpci_lpc.c101 const char *romfile, *varfile, *tpm_type, *tpm_path; in lpc_device_parse() local
114 varfile = strsep(&str, ","); in lpc_device_parse()
115 if (varfile == NULL) { in lpc_device_parse()
119 if (strchr(varfile, '=') == NULL) { in lpc_device_parse()
120 set_config_value("lpc.bootvars", varfile); in lpc_device_parse()
125 varfile); in lpc_device_parse()