OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bboffset
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x68k/stand/installboot/
installboot.c
51
off_t
bboffset
= 0;
variable in typeref:typename:off_t
155
bboffset
= 1024; /* adjusted below */
210
if (merging && blocksize >
bboffset
&& !floppy)
211
bboffset
= blocksize;
212
if (bootprogsize > MAXBBSIZE -
bboffset
)
219
if (read(fd, bootblock +
bboffset
, bootprogsize) != bootprogsize)
241
bootprogsize = howmany(bootprogsize+
bboffset
, blocksize) * blocksize;
Completed in 12 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025