Searched refs:outbufsize (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/alpha/stand/mkbootimage/
H A Dmkbootimage.c62 size_t outbufsize; local
114 outbufsize = roundup(insb.st_size, ALPHA_BOOT_BLOCK_BLOCKSIZE);
115 outbufsize += sizeof (struct alpha_boot_block);
117 outbuf = malloc(outbufsize);
120 memset(outbuf, 0, outbufsize);
158 rv = write(outfd, outbuf, outbufsize);
161 else if (rv != outbufsize)

Completed in 112 milliseconds