Home
last modified time | relevance | path

Searched refs:bios_bootsr_t (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/arch/i386/stand/libsa/
H A Dexec_i386.c79 bios_bootsr_t bootsr; in run_loadfile()
118 addbootarg(BOOTARG_BOOTSR, sizeof(bios_bootsr_t), &bootsr); in run_loadfile()
/openbsd/sys/arch/amd64/stand/efiboot/
H A Dexec_i386.c79 bios_bootsr_t bootsr; in run_loadfile()
115 addbootarg(BOOTARG_BOOTSR, sizeof(bios_bootsr_t), &bootsr); in run_loadfile()
/openbsd/sys/arch/amd64/stand/libsa/
H A Dexec_i386.c102 bios_bootsr_t bootsr; in run_loadfile()
135 addbootarg(BOOTARG_BOOTSR, sizeof(bios_bootsr_t), &bootsr); in run_loadfile()
/openbsd/sys/arch/amd64/include/
H A Dbiosvar.h196 } __packed bios_bootsr_t; typedef
/openbsd/sys/arch/i386/include/
H A Dbiosvar.h224 } __packed bios_bootsr_t; typedef
/openbsd/sys/arch/i386/i386/
H A Dbios.c510 bios_bootsr_t *bios_bootsr; in bios_getopt()
607 bios_bootsr = (bios_bootsr_t *)q->ba_arg; in bios_getopt()
614 explicit_bzero(bios_bootsr, sizeof(bios_bootsr_t)); in bios_getopt()
/openbsd/sys/arch/amd64/amd64/
H A Dmachdep.c2017 bios_bootsr_t *bios_bootsr; in getbootinfo()
2097 bios_bootsr = (bios_bootsr_t *)q->ba_arg; in getbootinfo()
2104 explicit_bzero(bios_bootsr, sizeof(bios_bootsr_t)); in getbootinfo()