Searched refs:bios_bootmac_t (Results 1 – 10 of 10) sorted by relevance
/openbsd/usr.sbin/vmd/ |
H A D | loadfile_elf.c | 117 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 D | autoconf.c | 179 extern bios_bootmac_t *bios_bootmac; in diskconf()
|
H A D | machdep.c | 243 bios_bootmac_t *bios_bootmac; 2081 bios_bootmac = (bios_bootmac_t *)q->ba_arg; in getbootinfo()
|
/openbsd/sys/arch/i386/i386/ |
H A D | autoconf.c | 206 extern bios_bootmac_t *bios_bootmac; in diskconf()
|
H A D | bios.c | 108 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 D | exec_i386.c | 98 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac); in run_loadfile()
|
/openbsd/sys/arch/amd64/include/ |
H A D | biosvar.h | 178 } __packed bios_bootmac_t; typedef
|
/openbsd/sys/arch/i386/include/ |
H A D | biosvar.h | 206 } __packed bios_bootmac_t; typedef
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | exec_i386.c | 95 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac); in run_loadfile()
|
/openbsd/sys/arch/amd64/stand/libsa/ |
H A D | exec_i386.c | 115 addbootarg(BOOTARG_BOOTMAC, sizeof(bios_bootmac_t), bootmac); in run_loadfile()
|