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

1 2 3

  /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;
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;
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;
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;
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)
bootinfo.c 40 static int bi_size; variable in typeref:typename:int
51 bi_size = 0;
61 if (bi_size + size > BOOTINFO_SIZE)
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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

Completed in 35 milliseconds

1 2 3