HomeSort by: relevance | last modified time | path
    Searched defs:bbsize (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/amiga/stand/bootblock/elf2bb/
chksum.c 65 int bbsize; local in function:main
68 bbsize = atol(argb[1]);
69 bbsize *= (512 / sizeof(uint32_t));
71 if (4 * bbsize != read(0, myblock, sizeof(uint32_t) * bbsize)) {
76 cks = chksum(myblock, bbsize);
80 cks1 = chksum(myblock, bbsize);
elf2bb.c 73 #define BBSIZE 8192
76 int bbsize = BBSIZE; variable in typeref:typename:int
229 bbsize = roundup(tsz + dsz, 512);
230 sumsize = bbsize / 512;
235 if (tsz + dsz + bsz > bbsize)
246 buffer = realloc(buffer, bbsize);
247 relbuf = realloc(relbuf, bbsize);
251 memset(buffer, 0, bbsize);
284 rpo = buffer + bbsize - 1
    [all...]
  /src/usr.sbin/makefs/ffs/
mkfs.c 124 static int bbsize; /* boot block size */ variable in typeref:typename:int
167 bbsize = BBSIZE;
  /src/sys/arch/evbcf/include/
disklabel.h 79 u_long bbsize; member in struct:cpu_disklabel
  /src/sys/arch/mvme68k/include/
disklabel.h 79 u_long bbsize; member in struct:cpu_disklabel

Completed in 13 milliseconds