HomeSort by: relevance | last modified time | path
    Searched defs:bbsec (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/stand/installboot/
disklabel.c 79 uint32_t bbsec; local
93 if ((e = ahdi_label(fd, &bbsec, dl)) < 0)
96 return bbsec;
128 ahdi_label(int fd, uint32_t *bbsec, struct disklabel *label)
180 *bbsec = pd->ap_st; /* got it */
185 *bbsec = NO_BOOT_BLOCK; /* AHDI label, no NetBSD boot block */
installboot.c 285 u_int32_t bbsec; local
300 bbsec = readdisklabel(devnm, &rawlabel);
301 if (bbsec == NO_BOOT_BLOCK)
310 if (bbsec) {
331 mkahdiboot(&ahdiboot, xxb00t, devnm, bbsec);
335 off_t bbo = (off_t)bbsec * AHDI_BSIZE;
346 devnm, bbsec);
364 u_int32_t bbsec)
391 if (pd->ap_st == bbsec) {

Completed in 16 milliseconds