HomeSort by: relevance | last modified time | path
    Searched refs:bi (Results 1 - 25 of 819) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
init.c 41 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->bi_db_open = 0
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-passwd/
init.c 40 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->bi_db_destroy = 0
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sock/
init.c 37 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->bi_db_destroy = sock_back_db_destroy
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
init.c 40 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->bi_op_compare = backsql_compare
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...]
  /src/external/bsd/openldap/dist/servers/lloadd/
module_init.c 76 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_destroy( BackendInfo *bi )
155 lload_back_initialize( BackendInfo *bi )
157 bi->bi_flags = SLAP_BFLAG_STANDALONE;
158 bi->bi_open = lload_back_open;
159 bi->bi_pause = lload_pause_cb;
160 bi->bi_unpause = lload_unpause_cb
    [all...]
  /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/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/gpl3/gcc/dist/gcc/
bitmap.h 539 bmp_iter_set_init (bitmap_iterator *bi, const_bitmap map,
542 bi->elt1 = map->first;
543 bi->elt2 = NULL;
550 if (!bi->elt1)
552 bi->elt1 = &bitmap_zero_bits;
556 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
558 bi->elt1 = bi->elt1->next;
562 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
563 start_bit = bi->elt1->indx * BITMAP_ELEMENT_ALL_BITS
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
bitmap.h 536 bmp_iter_set_init (bitmap_iterator *bi, const_bitmap map,
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->elt1->indx * BITMAP_ELEMENT_ALL_BITS
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/generic/
random2.c 68 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 < chunksize) ? 0 : bi - chunksize
    [all...]
  /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/bsd/openldap/dist/servers/slapd/back-perl/
init.c 43 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->bi_db_destroy = perl_back_db_destroy
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/isr-library/
restore_fpu_regs_03.inc 27 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 $fd9, [$sp], #
    [all...]
save_fpu_regs_03.inc 28 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 $fd22, [$sp], #-
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/isr-library/
restore_fpu_regs_03.inc 27 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 $fd9, [$sp], #
    [all...]
save_fpu_regs_03.inc 28 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 $fd22, [$sp], #-
    [all...]
  /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/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/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;

Completed in 41 milliseconds

1 2 3 4 5 6 7 8 91011>>