OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bootprogsize
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x68k/stand/installboot/
installboot.c
52
size_t
bootprogsize
;
variable in typeref:typename:size_t
84
bootprogsize
= st.st_size;
212
if (
bootprogsize
> MAXBBSIZE - bboffset)
219
if (read(fd, bootblock + bboffset,
bootprogsize
) !=
bootprogsize
)
241
bootprogsize
= howmany(
bootprogsize
+bboffset, blocksize) * blocksize;
242
if (write(fd, bootblock,
bootprogsize
) !=
bootprogsize
) {
installboot.c
52
size_t
bootprogsize
;
variable in typeref:typename:size_t
84
bootprogsize
= st.st_size;
212
if (
bootprogsize
> MAXBBSIZE - bboffset)
219
if (read(fd, bootblock + bboffset,
bootprogsize
) !=
bootprogsize
)
241
bootprogsize
= howmany(
bootprogsize
+bboffset, blocksize) * blocksize;
242
if (write(fd, bootblock,
bootprogsize
) !=
bootprogsize
) {
Completed in 20 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025