HomeSort by: relevance | last modified time | path
    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 23 milliseconds