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

/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/include/
H A Dbootinfo.h37 size_t bi_size; member in struct:bootinfo
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/stand/boot/
H A Dbootinfo.c39 static int bi_size; variable
51 bi_size = 0;
62 if (bi_size + size > BOOTINFO_SIZE)
74 bi_size += size;
/netbsd-6-1-5-RELEASE/sys/arch/pmax/stand/common/
H A Dbootinfo.c40 static int bi_size; variable
51 bi_size = 0;
61 if (bi_size + size > BOOTINFO_SIZE)
73 bi_size += size;
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/stand/common/
H A Dbootinfo.c41 static int bi_size; /* current bootinfo size */ variable
53 bi_size = 0;
64 if (bi_size + size > BOOTINFO_SIZE)
67 bi_size += size;
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/stand/common/
H A Dbootinfo.c40 static int bi_size; variable
52 bi_size = 0;
64 if (bi_size + size > BOOTINFO_SIZE)
76 bi_size += size;
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/stand/boot/
H A Dbootinfo.c41 static int bi_size; variable
53 bi_size = 0;
66 if (bi_size + size > BOOTINFO_SIZE)
82 bi_size += size;
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/stand/boot/
H A Dbootinfo.c41 static int bi_size; variable
53 bi_size = 0;
66 if (bi_size + size > BOOTINFO_SIZE)
82 bi_size += size;
/netbsd-6-1-5-RELEASE/sys/arch/arc/stand/boot/
H A Dbootinfo.c41 static int bi_size; /* current bootinfo size */ variable
53 bi_size = 0;
64 if (bi_size + size > BOOTINFO_SIZE)
67 bi_size += size;
/netbsd-6-1-5-RELEASE/sys/arch/emips/stand/common/
H A Dbootinfo.c47 static int bi_size; variable
58 bi_size = 0;
68 if (bi_size + size > BOOTINFO_SIZE)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/boot/
H A Dbootinfo.c41 static int bi_size; variable
61 bi_size = 0;
73 if (bi_size + size > BOOTINFO_SIZE)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/ofwboot/
H A Dbootinfo.c42 static int bi_size; variable
68 bi_size = 0;
80 if (bi_size + size > BOOTINFO_SIZE)
/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_syscalls.c194 blkiov[i].bi_size = blkiov15[i].bi_size;
205 blkiov15[i].bi_size = blkiov[i].bi_size;
417 if (obsize != blkp->bi_size) {
421 (long) obsize, blkp->bi_size));
437 blkp->bi_size, blkp->bi_bp);
442 if (blkp->bi_size != fs->lfs_bsize &&
445 " size=%d\n", blkp->bi_size);
446 bp = getblk(vp, blkp->bi_lbn, blkp->bi_size,
[all...]
H A Dlfs.h921 int bi_size; /* size of the block (if fragment) */ member in struct:block_info
932 int bi_size; /* size of the block (if fragment) */ member in struct:block_info_15
/netbsd-6-1-5-RELEASE/libexec/lfs_cleanerd/
H A Dcoalesce.c211 printf("bi_size = %d, bi_ino = %d, "
213 bip[i].bi_size, bip[i].bi_inode, bip[i].bi_lbn,
275 bip[i].bi_bp = malloc(bip[i].bi_size);
278 bip[i].bi_size);
283 if (kops.ko_pread(fs->clfs_devfd, bip[i].bi_bp, bip[i].bi_size,
H A Dlfs_cleanerd.c366 for (j = 0; j < bip->bi_size; j++) {
370 assert(j < bip->bi_size);
488 bip[*bic - 1].bi_size = DINODE1_SIZE;
571 bip[*bic + i].bi_size = (i == fip->fi_nblocks - 1) ?
576 daddr += btofsb(fs, bip[*bic + i].bi_size);
759 if (a->bi_size <= 0 && b->bi_size > 0)
761 if (b->bi_size <= 0 && a->bi_size > 0)
836 *sizep += bip[i].bi_size;
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/stand/libsa/
H A Dbugsyscalls.h97 u_int16_t bi_size; /* Size of this structure */ member in struct:bug_boardid
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/ews4800mips/
H A Dmachdep.c95 if (bi == NULL || bi->bi_size != sizeof(struct bootinfo)) {
182 bi->bi_version, bi->bi_size, bi->bi_nsym, bi->bi_ssym, bi->bi_esym);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/boot2440/
H A Dmain.c64 int bi_size; variable
499 bi_size = 0;
511 if (bi_size + size > BOOTINFO_MAXSIZE)
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/stand/common/
H A Dloader.c204 bi.bi_size = sizeof bi;
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Dmain.c65 int bi_size; /* BOOTINFO_MAXSIZE */ variable
365 bi_size = 0;
376 if (bi_size + size > BOOTINFO_MAXSIZE)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dautoconf.c1936 int bi_size; local
1949 * we account for that up-front by initializing `bi_size'
1952 bi_size = sizeof(struct btinfo_common);
1956 bi_size += bt->next;
1964 if ((int)bootinfo - (int)newloc < bi_size)
1987 kernel_top = (char *)newloc + ALIGN(bi_size);

Completed in 301 milliseconds