| /src/sys/arch/x86/x86/ |
| x86_userconf.c | 47 struct bi_userconfcommand *bi, *bimax; local 55 bi = (struct bi_userconfcommand *)((uint8_t *)biuc + sizeof(*biuc)); 56 bimax = bi + biuc->num; 57 for (; bi < bimax; bi++) { 58 aprint_debug("Processing userconf command: %s\n", bi->text); 59 userconf_parse(bi->text);
|
| /src/external/lgpl3/gmp/dist/tests/cxx/ |
| t-ops.cc | 159 signed int bi = 3; local 163 c = a / bi; ASSERT_ALWAYS(c == -3); 164 c = a % bi; ASSERT_ALWAYS(c == -1); 172 signed int bi = -3; local 176 c = a / bi; ASSERT_ALWAYS(c == 3); 177 c = a % bi; ASSERT_ALWAYS(c == -1);
|
| /src/sys/arch/arc/stand/boot/ |
| bootinfo.c | 62 struct btinfo_common *bi; local 71 bi = (void *)bi_next; 72 bi->next = size; 73 bi->type = type; 77 bi = (void *)bi_next; 78 bi->next = 0; 79 bi->type = BTINFO_NONE;
|
| /src/sys/arch/cobalt/stand/boot/ |
| bootinfo.c | 46 struct btinfo_common *bi; local 50 bi = (struct btinfo_common *)bootinfo; 51 bi->next = bi->type = 0; 64 struct btinfo_common *bi; local 73 bi = new; 74 bi->next = size; 75 bi->type = type; 79 bi = (struct btinfo_common *)bi_next; 80 bi->next = bi->type = 0 [all...] |
| /src/sys/arch/emips/stand/common/ |
| bootinfo.c | 44 struct btinfo_common *bi; local 48 bi = (struct btinfo_common *)bootinfo; 49 bi->next = bi->type = 0; 59 struct btinfo_common *bi; local 64 bi = new; 65 bi->next = size; 66 bi->type = type; 70 bi = (struct btinfo_common *)bi_next; 71 bi->next = bi->type = 0 [all...] |
| /src/sys/arch/mipsco/stand/common/ |
| bootinfo.c | 45 struct btinfo_common *bi; local 49 bi = (struct btinfo_common *)bootinfo; 50 bi->next = bi->type = 0; 62 struct btinfo_common *bi; local 67 bi = new; 68 bi->next = size; 69 bi->type = type; 73 bi = (struct btinfo_common *)bi_next; 74 bi->next = bi->type = 0 [all...] |
| /src/sys/arch/mmeye/stand/boot/ |
| bootinfo.c | 46 struct btinfo_common *bi; local 50 bi = (struct btinfo_common *)bootinfo; 51 bi->next = bi->type = 0; 64 struct btinfo_common *bi; local 73 bi = new; 74 bi->next = size; 75 bi->type = type; 79 bi = (struct btinfo_common *)bi_next; 80 bi->next = bi->type = 0 [all...] |
| /src/sys/arch/newsmips/stand/boot/ |
| bootinfo.c | 44 struct btinfo_common *bi; local 48 bi = (struct btinfo_common *)bootinfo; 49 bi->next = bi->type = 0; 60 struct btinfo_common *bi; local 65 bi = new; 66 bi->next = size; 67 bi->type = type; 71 bi = (struct btinfo_common *)bi_next; 72 bi->next = bi->type = 0 [all...] |
| /src/sys/arch/pmax/stand/common/ |
| bootinfo.c | 44 struct btinfo_common *bi; local 48 bi = (struct btinfo_common *)bootinfo; 49 bi->next = bi->type = 0; 59 struct btinfo_common *bi; local 64 bi = new; 65 bi->next = size; 66 bi->type = type; 70 bi = (struct btinfo_common *)bi_next; 71 bi->next = bi->type = 0 [all...] |
| /src/sys/arch/sgimips/stand/common/ |
| bootinfo.c | 62 struct btinfo_common *bi; local 71 bi = (void *)bi_next; 72 bi->next = size; 73 bi->type = type; 77 bi = (void *)bi_next; 78 bi->next = 0; 79 bi->type = BTINFO_NONE;
|
| /src/sys/arch/mmeye/mmeye/ |
| autoconf.c | 110 struct btinfo_bootdev *bi; local 113 bi = (struct btinfo_bootdev *)lookup_bootinfo(BTINFO_BOOTDEV); 114 if (bi == NULL) 116 x = strlen(bi->bootdev) - 2; 117 p = strlen(bi->bootdev) - 1; 118 if (!isdigit(bi->bootdev[x]) || 119 !isalpha(bi->bootdev[p])) 122 bootunit = bi->bootdev[x] - '0'; 123 booted_partition = bi->bootdev[p] - 'a';
|
| /src/sys/arch/sparc/stand/boot/ |
| bootinfo.c | 46 struct btinfo_common *bi; local 58 bi = (struct btinfo_common *)bootinfo; 59 bi->next = bi->type = 0; 71 struct btinfo_common *bi; local 76 bi = new; 77 bi->next = ALIGN(size); 78 bi->type = type; 82 bi = (struct btinfo_common *)bi_next; 83 bi->next = bi->type = 0 [all...] |
| /src/sys/arch/sparc/stand/ofwboot/ |
| bootinfo.c | 47 struct btinfo_common *bi; local 65 bi = (struct btinfo_common *)bootinfo; 66 bi->next = bi->type = 0; 78 struct btinfo_common *bi; local 83 bi = new; 84 bi->next = ALIGN(size); 85 bi->type = type; 89 bi = (struct btinfo_common *)bi_next; 90 bi->next = bi->type = 0 [all...] |
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| proto-lload.h | 88 LDAP_SLAPD_F (int) lload_back_init_cf( BackendInfo *bi ); variable 175 LDAP_SLAPD_F (int) lload_monitor_backend_init( BackendInfo *bi, monitor_subsys_t *ms, LloadBackend *b ); 176 LDAP_SLAPD_F (int) lload_monitor_tier_init( BackendInfo *bi, LloadTier *tier );
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| modify.c | 40 backsql_info *bi = (backsql_info*)op->o_bd->be_private; local 140 if ( BACKSQL_CHECK_SCHEMA( bi ) ) {
|
| /src/external/gpl3/gdb.old/dist/sim/m32c/ |
| misc.c | 59 static int bi = 0; local 63 bi = (bi + 1) % 5; 64 bp = buf[bi] + 19;
|
| /src/external/gpl3/gdb.old/dist/sim/rx/ |
| misc.c | 59 static int bi = 0; local 63 bi = (bi + 1) % 5; 64 bp = buf[bi] + 19;
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| rrandomb.c | 65 mp_bitcnt_t bi; local 80 bi = nbits; 86 bi = (bi < chunksize) ? 0 : bi - chunksize; 88 if (bi == 0) 91 rp[bi / GMP_NUMB_BITS] ^= CNST_LIMB (1) << bi % GMP_NUMB_BITS; 95 bi = (bi < chunksize) ? 0 : bi - chunksize [all...] |
| /src/external/gpl3/gdb/dist/sim/m32c/ |
| misc.c | 59 static int bi = 0; local 63 bi = (bi + 1) % 5; 64 bp = buf[bi] + 19;
|
| /src/external/gpl3/gdb/dist/sim/rx/ |
| misc.c | 59 static int bi = 0; local 63 bi = (bi + 1) % 5; 64 bp = buf[bi] + 19;
|
| /src/lib/libc/db/btree/ |
| bt_search.c | 153 BINTERNAL *bi; local 198 bi = GETBINTERNAL(h, idx); 199 pgno = bi->pgno; 230 BINTERNAL *bi; local 275 bi = GETBINTERNAL(h, idx); 276 pgno = bi->pgno;
|
| bt_utils.c | 150 BINTERNAL *bi; local 177 bi = GETBINTERNAL(h, e->index); 178 if (bi->flags & P_BIGKEY) 179 bigkey = bi->bytes; 181 k2.data = bi->bytes; 182 k2.size = bi->ksize;
|
| /src/sys/arch/hpc/stand/hpcboot/ |
| arch.cpp | 85 menu.setup_bootinfo(_boot_arg->bi); 86 _boot_arg->bi.bi_cnuse = _cons->getBootConsole(); 88 _boot_arg->bootinfo = ptokv(p + offsetof(struct BootArgs, bi)); 91 struct bootinfo &bi = _boot_arg->bi; local 93 bi.fb_width, bi.fb_height, bi.fb_type, bi.fb_line_bytes, 94 bi.fb_addr)) [all...] |
| /src/sys/arch/ia64/stand/efi/libefi/ |
| exec.c | 115 enter_kernel(u_int64_t start, struct bootinfo *bi) 129 __asm __volatile("mov r8=%0" :: "r" (bi)); 137 struct bootinfo *bi; local 161 (void*)&bi); 168 memset(bi, 0, sizeof(struct bootinfo)); 169 bi_load(bi, fp, &mapkey, pages); 207 enter_kernel(fp->marks[MARK_ENTRY], bi);
|
| /src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| pbind.c | 50 void *bi = op->o_bd->bd_info; local 57 op->o_bd->bd_info = bi;
|