Home
last modified time | relevance | path

Searched refs:bbsec (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/arch/atari/stand/installboot/
H A Ddisklabel.c82 uint32_t bbsec; in readdisklabel() local
96 if ((e = ahdi_label(fd, &bbsec, dl)) < 0) in readdisklabel()
99 return bbsec; in readdisklabel()
131 ahdi_label(int fd, uint32_t *bbsec, struct disklabel *label) in ahdi_label() argument
183 *bbsec = pd->ap_st; /* got it */ in ahdi_label()
188 *bbsec = NO_BOOT_BLOCK; /* AHDI label, no NetBSD boot block */ in ahdi_label()
H A Dinstallboot.c288 u_int32_t bbsec; in install_hd() local
303 bbsec = readdisklabel(devnm, &rawlabel); in install_hd()
304 if (bbsec == NO_BOOT_BLOCK) in install_hd()
313 if (bbsec) { in install_hd()
334 mkahdiboot(&ahdiboot, xxb00t, devnm, bbsec); in install_hd()
338 off_t bbo = (off_t)bbsec * AHDI_BSIZE; in install_hd()
349 devnm, bbsec); in install_hd()
367 u_int32_t bbsec) in mkahdiboot() argument
394 if (pd->ap_st == bbsec) { in mkahdiboot()