Searched refs:romfile (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/usr.sbin/bhyve/
H A Dbootrom.c52 bootrom_init(struct vmctx *ctx, const char *romfile) argument
61 fd = open(romfile, O_RDONLY);
64 romfile, strerror(errno));
70 romfile, strerror(errno));
99 /* Read 'romfile' into the guest address space */
104 "file %s: %ld bytes\n", i, romfile, rlen);
H A Dbootrom.h38 int bootrom_init(struct vmctx *ctx, const char *romfile);
H A Dpci_lpc.c68 static const char *romfile; variable
84 * For e.g. "com1,stdio" or "bootrom,/var/romfile"
97 romfile = str;
121 return (romfile);
183 if (romfile != NULL) {
184 error = bootrom_init(ctx, romfile);

Completed in 296 milliseconds