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