Home
last modified time | relevance | path

Searched refs:bootprogsize (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/x68k/stand/installboot/
H A Dinstallboot.c52 size_t bootprogsize; variable
84 bootprogsize = st.st_size; in checkbootprog()
212 if (bootprogsize > MAXBBSIZE - bboffset) in main()
219 if (read(fd, bootblock + bboffset, bootprogsize) != bootprogsize) in main()
241 bootprogsize = howmany(bootprogsize+bboffset, blocksize) * blocksize; in main()
242 if (write(fd, bootblock, bootprogsize) != bootprogsize) { in main()