Searched refs:bi (Results 1 - 25 of 832) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
H A Dinit.c41 BackendInfo *bi )
48 bi->bi_controls = controls;
50 bi->bi_open = dnssrv_back_open;
51 bi->bi_config = 0;
52 bi->bi_close = 0;
53 bi->bi_destroy = 0;
55 bi->bi_db_init = 0;
56 bi->bi_db_destroy = 0;
57 bi->bi_db_config = 0 /* dnssrv_back_db_config */;
58 bi
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-passwd/
H A Dinit.c40 BackendInfo *bi
45 bi->bi_open = passwd_back_open;
46 bi->bi_config = 0;
47 bi->bi_close = 0;
48 bi->bi_destroy = passwd_back_destroy;
50 bi->bi_db_init = passwd_back_db_init;
51 bi->bi_db_config = 0;
52 bi->bi_db_open = 0;
53 bi->bi_db_close = 0;
54 bi
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sock/
H A Dinit.c37 BackendInfo *bi
40 bi->bi_open = 0;
41 bi->bi_config = 0;
42 bi->bi_close = 0;
43 bi->bi_destroy = 0;
45 bi->bi_db_init = sock_back_db_init;
46 bi->bi_db_config = 0;
47 bi->bi_db_open = 0;
48 bi->bi_db_close = 0;
49 bi
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dinit.c40 BackendInfo *bi )
56 bi->bi_controls = controls;
58 bi->bi_flags |=
66 bi->bi_db_init = backsql_db_init;
67 bi->bi_db_config = config_generic_wrapper;
68 bi->bi_db_open = backsql_db_open;
69 bi->bi_db_close = backsql_db_close;
70 bi->bi_db_destroy = backsql_db_destroy;
72 bi->bi_op_abandon = 0;
73 bi
108 backsql_info *bi; local
134 backsql_info *bi = (backsql_info*)bd->be_private; local
234 backsql_info *bi = (backsql_info*)bd->be_private; local
649 backsql_info *bi = (backsql_info*)bd->be_private; local
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dmodule_init.c76 lload_pause_cb( BackendInfo *bi )
85 lload_unpause_cb( BackendInfo *bi )
94 lload_back_open( BackendInfo *bi )
131 lload_back_close( BackendInfo *bi )
149 lload_back_initialize( BackendInfo *bi )
151 bi->bi_flags = SLAP_BFLAG_STANDALONE;
152 bi->bi_open = lload_back_open;
153 bi->bi_config = config_generic_wrapper;
154 bi->bi_pause = lload_pause_cb;
155 bi
[all...]
/netbsd-current/sys/arch/cobalt/stand/boot/
H A Dbootinfo.c46 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
[all...]
/netbsd-current/sys/arch/mipsco/stand/common/
H A Dbootinfo.c45 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
[all...]
/netbsd-current/sys/arch/mmeye/stand/boot/
H A Dbootinfo.c46 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
[all...]
/netbsd-current/sys/arch/newsmips/stand/boot/
H A Dbootinfo.c44 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
[all...]
/netbsd-current/sys/arch/pmax/stand/common/
H A Dbootinfo.c44 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
[all...]
/netbsd-current/sys/arch/emips/stand/common/
H A Dbootinfo.c44 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
[all...]
/netbsd-current/sys/arch/x86/x86/
H A Dx86_userconf.c47 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);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dbitmap.h529 bmp_iter_set_init (bitmap_iterator *bi, const_bitmap map, argument
532 bi->elt1 = map->first;
533 bi->elt2 = NULL;
540 if (!bi->elt1)
542 bi->elt1 = &bitmap_zero_bits;
546 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
548 bi->elt1 = bi->elt1->next;
552 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
553 start_bit = bi
573 bmp_iter_and_init(bitmap_iterator *bi, const_bitmap map1, const_bitmap map2, unsigned start_bit, unsigned *bit_no) argument
642 bmp_iter_and_compl_init(bitmap_iterator *bi, const_bitmap map1, const_bitmap map2, unsigned start_bit, unsigned *bit_no) argument
693 bmp_iter_next(bitmap_iterator *bi, unsigned *bit_no) argument
702 bmp_iter_next_bit(bitmap_iterator * bi, unsigned *bit_no) argument
725 bmp_iter_set(bitmap_iterator *bi, unsigned *bit_no) argument
771 bmp_iter_and(bitmap_iterator *bi, unsigned *bit_no) argument
840 bmp_iter_and_compl(bitmap_iterator *bi, unsigned *bit_no) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dbitmap.h536 bmp_iter_set_init (bitmap_iterator *bi, const_bitmap map, argument
539 bi->elt1 = map->first;
540 bi->elt2 = NULL;
547 if (!bi->elt1)
549 bi->elt1 = &bitmap_zero_bits;
553 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
555 bi->elt1 = bi->elt1->next;
559 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
560 start_bit = bi
580 bmp_iter_and_init(bitmap_iterator *bi, const_bitmap map1, const_bitmap map2, unsigned start_bit, unsigned *bit_no) argument
649 bmp_iter_and_compl_init(bitmap_iterator *bi, const_bitmap map1, const_bitmap map2, unsigned start_bit, unsigned *bit_no) argument
700 bmp_iter_next(bitmap_iterator *bi, unsigned *bit_no) argument
709 bmp_iter_next_bit(bitmap_iterator * bi, unsigned *bit_no) argument
732 bmp_iter_set(bitmap_iterator *bi, unsigned *bit_no) argument
778 bmp_iter_and(bitmap_iterator *bi, unsigned *bit_no) argument
847 bmp_iter_and_compl(bitmap_iterator *bi, unsigned *bit_no) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Drrandomb.c65 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 < chunksiz
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Drandom2.c68 mp_bitcnt_t bi; local
83 bi = nbits;
89 bi = (bi < chunksize) ? 0 : bi - chunksize;
91 if (bi == 0)
94 rp[bi / GMP_NUMB_BITS] ^= CNST_LIMB (1) << bi % GMP_NUMB_BITS;
98 bi = (bi < chunksiz
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-perl/
H A Dinit.c43 BackendInfo *bi
54 bi->bi_open = NULL;
55 bi->bi_config = 0;
56 bi->bi_close = perl_back_close;
57 bi->bi_destroy = 0;
59 bi->bi_db_init = perl_back_db_init;
60 bi->bi_db_config = perl_back_db_config;
61 bi->bi_db_open = perl_back_db_open;
62 bi->bi_db_close = 0;
63 bi
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/nds32/
H A Dls.s10 lw.bi $r0, [$r1], $r2 << 1
11 lh.bi $r0, [$r1], $r2 << 1
12 lhs.bi $r0, [$r1], $r2 << 1
13 lb.bi $r0, [$r1], $r2 << 1
14 lbs.bi $r0, [$r1], $r2 << 1
15 sw.bi $r0, [$r1], $r2 << 1
16 sh.bi $r0, [$r1], $r2 << 1
17 sb.bi $r0, [$r1], $r2 << 1
H A Dlsi.s10 lwi.bi $r0, [$r1], (1 << 2)
11 lhi.bi $r0, [$r1], (1 << 1)
12 lhsi.bi $r0, [$r1], (-1 << 1)
13 lbi.bi $r0, [$r1], 1
14 lbsi.bi $r0, [$r1], -1
15 swi.bi $r0, [$r1], (1 << 2)
16 shi.bi $r0, [$r1], (1 << 1)
17 sbi.bi $r0, [$r1], 1
H A Dlsi.d18 0+0020 <[^>]*> lwi.bi \$r0, \[\$r1\], #4
19 0+0024 <[^>]*> lhi.bi \$r0, \[\$r1\], #2
20 0+0028 <[^>]*> lhsi.bi \$r0, \[\$r1\], #-2
21 0+002c <[^>]*> lbi.bi \$r0, \[\$r1\], #1
22 0+0030 <[^>]*> lbsi.bi \$r0, \[\$r1\], #-1
23 0+0034 <[^>]*> swi.bi \$r0, \[\$r1\], #4
24 0+0038 <[^>]*> shi.bi \$r0, \[\$r1\], #2
25 0+003c <[^>]*> sbi.bi \$r0, \[\$r1\], #1
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nds32/isr-library/
H A Drestore_fpu_regs_03.inc27 fldi.bi $fd0, [$sp], #8
28 fldi.bi $fd1, [$sp], #8
29 fldi.bi $fd2, [$sp], #8
30 fldi.bi $fd3, [$sp], #8
31 fldi.bi $fd4, [$sp], #8
32 fldi.bi $fd5, [$sp], #8
33 fldi.bi $fd6, [$sp], #8
34 fldi.bi $fd7, [$sp], #8
35 fldi.bi $fd8, [$sp], #8
36 fldi.bi
[all...]
H A Dsave_fpu_regs_03.inc28 fsdi.bi $fd31, [$sp], #-8
29 fsdi.bi $fd30, [$sp], #-8
30 fsdi.bi $fd29, [$sp], #-8
31 fsdi.bi $fd28, [$sp], #-8
32 fsdi.bi $fd27, [$sp], #-8
33 fsdi.bi $fd26, [$sp], #-8
34 fsdi.bi $fd25, [$sp], #-8
35 fsdi.bi $fd24, [$sp], #-8
36 fsdi.bi $fd23, [$sp], #-8
37 fsdi.bi
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nds32/isr-library/
H A Dsave_fpu_regs_03.inc28 fsdi.bi $fd31, [$sp], #-8
29 fsdi.bi $fd30, [$sp], #-8
30 fsdi.bi $fd29, [$sp], #-8
31 fsdi.bi $fd28, [$sp], #-8
32 fsdi.bi $fd27, [$sp], #-8
33 fsdi.bi $fd26, [$sp], #-8
34 fsdi.bi $fd25, [$sp], #-8
35 fsdi.bi $fd24, [$sp], #-8
36 fsdi.bi $fd23, [$sp], #-8
37 fsdi.bi
[all...]
H A Drestore_fpu_regs_03.inc27 fldi.bi $fd0, [$sp], #8
28 fldi.bi $fd1, [$sp], #8
29 fldi.bi $fd2, [$sp], #8
30 fldi.bi $fd3, [$sp], #8
31 fldi.bi $fd4, [$sp], #8
32 fldi.bi $fd5, [$sp], #8
33 fldi.bi $fd6, [$sp], #8
34 fldi.bi $fd7, [$sp], #8
35 fldi.bi $fd8, [$sp], #8
36 fldi.bi
[all...]
/netbsd-current/sys/arch/sparc/stand/boot/
H A Dbootinfo.c46 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
[all...]

Completed in 179 milliseconds

1234567891011>>