/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);
|
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...] |
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;
|
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
|
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
|
disklabel.h | 79 u_long bbsize; member in struct:cpu_disklabel
|