Searched refs:s1start (Results 1 – 7 of 7) sorted by relevance
112 uint32_t s1start; in x68k_setboot() local125 s1start = params->s1start; in x68k_setboot()127 s1start = X68K_BOOT_BLOCK_OFFSET / in x68k_setboot()132 s1start * X68K_BOOT_BLOCK_BLOCKSIZE + X68K_LABELOFFSET); in x68k_setboot()161 printf("Bootstrap start sector: %#x\n", s1start); in x68k_setboot()173 s1start * X68K_BOOT_BLOCK_BLOCKSIZE); in x68k_setboot()
464 if (params->s1start != 0) in i386_setboot()466 bpb->bpbHiddenSecs = htole32(params->s1start); in i386_setboot()
233 startblock = params->s1start; in pmax_setboot()
282 startblock = params->s1start; in alpha_setboot()
78 uint64_t s1start; /* start block of stage1 */ member
93 uint64_t s1start; /* start block of stage1 */ member
156 params->s1start = (uint32_t)lval; in main()