Home
last modified time | relevance | path

Searched refs:bios_bootmac_t (Results 1 – 10 of 10) sorted by relevance

/openbsd/usr.sbin/vmd/
H A Dloadfile_elf.c117 static uint32_t push_bootargs(bios_memmap_t *, size_t, bios_bootmac_t *);
277 bios_bootmac_t bm, *bootmac = NULL; in loadfile_elf()
390 push_bootargs(bios_memmap_t *memmap, size_t n, bios_bootmac_t *bootmac) in push_bootargs()
418 (sizeof(bios_bootmac_t) + 3) & ~3; in push_bootargs()
422 memcpy(&ba[i + 3], bootmac, sizeof(bios_bootmac_t)); in push_bootargs()
/openbsd/sys/arch/amd64/amd64/
H A Dautoconf.c179 extern bios_bootmac_t *bios_bootmac; in diskconf()
H A Dmachdep.c243 bios_bootmac_t *bios_bootmac;
2081 bios_bootmac = (bios_bootmac_t *)q->ba_arg; in getbootinfo()
/openbsd/sys/arch/i386/i386/
H A Dautoconf.c206 extern bios_bootmac_t *bios_bootmac; in diskconf()
H A Dbios.c108 bios_bootmac_t *bios_bootmac;
591 bios_bootmac = (bios_bootmac_t *)q->ba_arg; in bios_getopt()
/openbsd/sys/arch/i386/stand/libsa/
H A Dexec_i386.c98 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac); in run_loadfile()
/openbsd/sys/arch/amd64/include/
H A Dbiosvar.h178 } __packed bios_bootmac_t; typedef
/openbsd/sys/arch/i386/include/
H A Dbiosvar.h206 } __packed bios_bootmac_t; typedef
/openbsd/sys/arch/amd64/stand/efiboot/
H A Dexec_i386.c95 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac); in run_loadfile()
/openbsd/sys/arch/amd64/stand/libsa/
H A Dexec_i386.c115 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac); in run_loadfile()