Searched refs:bios_bootsr_t (Results 1 – 7 of 7) sorted by relevance
79 bios_bootsr_t bootsr; in run_loadfile()118 addbootarg(BOOTARG_BOOTSR, sizeof(bios_bootsr_t), &bootsr); in run_loadfile()
79 bios_bootsr_t bootsr; in run_loadfile()115 addbootarg(BOOTARG_BOOTSR, sizeof(bios_bootsr_t), &bootsr); in run_loadfile()
102 bios_bootsr_t bootsr; in run_loadfile()135 addbootarg(BOOTARG_BOOTSR, sizeof(bios_bootsr_t), &bootsr); in run_loadfile()
196 } __packed bios_bootsr_t; typedef
224 } __packed bios_bootsr_t; typedef
510 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()
2017 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()