OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jul 20 00:27:07 UTC 2026