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

  /src/sys/arch/amiga/stand/bootblock/elf2bb/
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/sys/lib/libsa/
ustarfs.c 73 #define BBSIZE 8192
141 static const int ustarfs_mode_offset = BBSIZE;
  /src/sys/fs/ntfs/
ntfs.h 42 #define BBSIZE 1024
  /src/sbin/disklabel/
main.c 131 #ifndef BBSIZE
132 #define BBSIZE 8192 /* size of boot area, with label */
145 char bootarea[BBSIZE]; /* Buffer matching part of disk */
712 lab.d_bbsize = BBSIZE;
1719 lp->d_bbsize = BBSIZE; /* XXX */
  /src/sys/ufs/ext2fs/
ext2fs.h 82 #define BBSIZE 1024
85 #define SBOFF ((off_t)(BBOFF + BBSIZE))
87 #define SBLOCK ((daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE))
  /src/sys/ufs/ffs/
fs.h 89 #define BBSIZE 8192
755 #define APPLEUFS_LABEL_OFFSET (BBSIZE - APPLEUFS_LABEL_SIZE) /* located at 7k */

Completed in 16 milliseconds