Searched refs:bootprogsize (Results 1 – 1 of 1) sorted by relevance
52 size_t bootprogsize; variable84 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()