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

  /src/sys/arch/arc/stand/boot/
bootinfo.c 41 static int bi_size; /* current bootinfo size */ variable in typeref:typename:int
53 bi_size = 0;
64 if (bi_size + size > BOOTINFO_SIZE)
67 bi_size += size;
  /src/sys/arch/cobalt/stand/boot/
bootinfo.c 41 static int bi_size; variable in typeref:typename:int
53 bi_size = 0;
66 if (bi_size + size > BOOTINFO_SIZE)
82 bi_size += size;
  /src/sys/arch/emips/stand/common/
bootinfo.c 40 static int bi_size; variable in typeref:typename:int
51 bi_size = 0;
61 if (bi_size + size > BOOTINFO_SIZE)
  /src/sys/arch/mipsco/stand/common/
bootinfo.c 40 static int bi_size; variable in typeref:typename:int
52 bi_size = 0;
64 if (bi_size + size > BOOTINFO_SIZE)
76 bi_size += size;
  /src/sys/arch/mmeye/stand/boot/
bootinfo.c 41 static int bi_size; variable in typeref:typename:int
53 bi_size = 0;
66 if (bi_size + size > BOOTINFO_SIZE)
82 bi_size += size;
  /src/sys/arch/newsmips/stand/boot/
bootinfo.c 39 static int bi_size; variable in typeref:typename:int
51 bi_size = 0;
62 if (bi_size + size > BOOTINFO_SIZE)
74 bi_size += size;
  /src/sys/arch/pmax/stand/common/
bootinfo.c 40 static int bi_size; variable in typeref:typename:int
51 bi_size = 0;
61 if (bi_size + size > BOOTINFO_SIZE)
73 bi_size += size;
  /src/sys/arch/sgimips/stand/common/
bootinfo.c 41 static int bi_size; /* current bootinfo size */ variable in typeref:typename:int
53 bi_size = 0;
64 if (bi_size + size > BOOTINFO_SIZE)
67 bi_size += size;
  /src/sys/arch/ews4800mips/include/
bootinfo.h 37 size_t bi_size; member in struct:bootinfo
  /src/sys/arch/sparc/stand/boot/
bootinfo.c 41 static int bi_size; variable in typeref:typename:int
61 bi_size = 0;
73 if (bi_size + size > BOOTINFO_SIZE)
  /src/sys/arch/sparc/stand/ofwboot/
bootinfo.c 42 static int bi_size; variable in typeref:typename:int
68 bi_size = 0;
80 if (bi_size + size > BOOTINFO_SIZE)
  /src/sys/arch/virt68k/include/
bootinfo.h 47 uint16_t bi_size; /* record size (including header) */ member in struct:bi_record
  /src/sys/arch/evbarm/stand/boot2440/
main.c 64 int bi_size; variable in typeref:typename:int
512 bi_size = 0;
524 if (bi_size + size > BOOTINFO_MAXSIZE)
  /src/sys/arch/sandpoint/stand/altboot/
main.c 69 int bi_size; /* BOOTINFO_MAXSIZE */ variable in typeref:typename:int
411 bi_size = 0;
422 if (bi_size + size > BOOTINFO_MAXSIZE)
  /src/sys/arch/mvmeppc/stand/libsa/
bugsyscalls.h 97 u_int16_t bi_size; /* Size of this structure */ member in struct:bug_boardid
  /src/sys/arch/sparc/sparc/
autoconf.c 1987 int bi_size; local in function:bootinfo_relocate
1999 * we account for that up-front by initializing `bi_size'
2002 bi_size = sizeof(struct btinfo_common);
2006 bi_size += bt->next;
2014 if ((int)bootinfo - (int)newloc < bi_size)
2037 kernel_top = (char *)newloc + ALIGN(bi_size);
  /src/sys/ufs/lfs/
lfs.h 1133 int bi_size; /* size of the block (if fragment) */ member in struct:block_info
1145 int bi_size; /* size of the block (if fragment) */ member in struct:block_info_70
1156 int bi_size; /* size of the block (if fragment) */ member in struct:block_info_15

Completed in 23 milliseconds