Searched refs:ids (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Didl.h34 #define BDB_IDL_IS_RANGE(ids) ((ids)[0] == NOID)
37 #define BDB_IDL_SIZEOF(ids) ((BDB_IDL_IS_RANGE(ids) \
38 ? BDB_IDL_RANGE_SIZE : ((ids)[0]+1)) * sizeof(ID))
40 #define BDB_IDL_RANGE_FIRST(ids) ((ids)[1])
41 #define BDB_IDL_RANGE_LAST(ids) ((ids)[2])
43 #define BDB_IDL_RANGE( ids,
[all...]
H A Didl.c64 static void idl_check( ID *ids )
66 if( BDB_IDL_IS_RANGE( ids ) ) {
67 assert( BDB_IDL_RANGE_FIRST(ids) <= BDB_IDL_RANGE_LAST(ids) );
70 for( i=1; i < ids[0]; i++ ) {
71 assert( ids[i+1] > ids[i] );
77 static void idl_dump( ID *ids )
79 if( BDB_IDL_IS_RANGE( ids ) ) {
82 (long) BDB_IDL_RANGE_FIRST( ids ),
104 bdb_idl_search( ID *ids, ID id ) argument
163 bdb_idl_insert( ID *ids, ID id ) argument
224 bdb_idl_delete( ID *ids, ID id ) argument
329 bdb_idl_cache_put( struct bdb_info *bdb, DB *db, DBT *key, ID *ids, int rc ) argument
505 bdb_idl_fetch_key( BackendDB *be, DB *db, DB_TXN *txn, DBT *key, ID *ids, DBC **saved_cursor, int get_flag ) argument
1261 bdb_idl_first( ID *ids, ID *cursor ) argument
1290 bdb_idl_next( ID *ids, ID *cursor ) argument
1312 bdb_idl_append_one( ID *ids, ID id ) argument
1408 bdb_idl_sort( ID *ids, ID *tmp ) argument
1487 bdb_idl_sort( ID *ids, ID *tmp ) argument
[all...]
H A Dfilterindex.c34 ID *ids );
40 ID *ids,
46 ID *ids,
53 ID *ids,
59 ID *ids,
67 ID *ids,
76 ID *ids,
87 ID *ids,
97 ID *ids,
107 ID *ids,
103 bdb_filter_candidates( Operation *op, DB_TXN *rtxn, Filter *f, ID *ids, ID *tmp, ID *stack ) argument
234 comp_list_candidates( Operation *op, DB_TXN *rtxn, MatchingRuleAssertion* mra, ComponentFilter *flist, int ftype, ID *ids, ID *tmp, ID *save ) argument
299 comp_equality_candidates( Operation *op, DB_TXN *rtxn, MatchingRuleAssertion *mra, ComponentAssertion *ca, ID *ids, ID *tmp, ID *stack) argument
410 ava_comp_candidates( Operation *op, DB_TXN *rtxn, AttributeAssertion *ava, AttributeAliasing *aa, ID *ids, ID *tmp, ID *stack ) argument
434 comp_candidates( Operation *op, DB_TXN *rtxn, MatchingRuleAssertion *mra, ComponentFilter *f, ID *ids, ID *tmp, ID *stack) argument
483 ext_candidates( Operation *op, DB_TXN *rtxn, MatchingRuleAssertion *mra, ID *ids, ID *tmp, ID *stack) argument
563 list_candidates( Operation *op, DB_TXN *rtxn, Filter *flist, int ftype, ID *ids, ID *tmp, ID *save ) argument
703 equality_candidates( Operation *op, DB_TXN *rtxn, AttributeAssertion *ava, ID *ids, ID *tmp ) argument
834 approx_candidates( Operation *op, DB_TXN *rtxn, AttributeAssertion *ava, ID *ids, ID *tmp ) argument
954 substring_candidates( Operation *op, DB_TXN *rtxn, SubstringsAssertion *sub, ID *ids, ID *tmp ) argument
1070 inequality_candidates( Operation *op, DB_TXN *rtxn, AttributeAssertion *ava, ID *ids, ID *tmp, int gtorlt ) argument
[all...]
H A Dkey.c37 ID *ids,
52 rc = bdb_idl_fetch_key( be, db, txn, &key, ids, saved_cursor, get_flag );
59 (long) BDB_IDL_N(ids), 0, 0 );
32 bdb_key_read( Backend *be, DB *db, DB_TXN *txn, struct berval *k, ID *ids, DBC **saved_cursor, int get_flag ) argument
H A Dproto-bdb.h135 ID *ids,
187 ID *ids,
252 ID *ids );
259 ID *ids,
296 unsigned bdb_idl_search( ID *ids, ID id );
303 ID *ids,
307 int bdb_idl_insert( ID *ids, ID id );
333 ID bdb_idl_first( ID *ids, ID *cursor );
334 ID bdb_idl_next( ID *ids, ID *cursor );
336 void bdb_idl_sort( ID *ids, I
[all...]
H A Ddn2id.c386 ID *ids,
403 BDB_IDL_ALL(bdb, ids);
416 BDB_IDL_ZERO( ids );
417 rc = bdb_idl_fetch_key( op->o_bd, db, txn, &key, ids, NULL, 0 );
427 (long) ids[0],
428 (long) BDB_IDL_FIRST( ids ), (long) BDB_IDL_LAST( ids ) );
955 ID *ids; member in struct:dn2id_cookie
996 ID *ids = cx->depth ? cx->tmp : cx->ids; local
381 bdb_dn2idl( Operation *op, DB_TXN *txn, struct berval *ndn, EntryInfo *ei, ID *ids, ID *stack ) argument
1194 hdb_dn2idl( Operation *op, DB_TXN *txn, struct berval *ndn, EntryInfo *ei, ID *ids, ID *stack ) argument
[all...]
H A Dsearch.c30 ID *ids );
37 ID *ids,
142 * the dereferenced entries to the "ids" list. Requires "stack" to be
151 ID *ids,
195 BDB_IDL_ZERO( ids );
222 bdb_idl_union( ids, subscop2 );
260 if (bdb_idl_insert(ids, a->e_id) == 0) {
1049 ID *ids )
1054 ids[0] = 1;
1055 ids[
146 search_aliases( Operation *op, SlapReply *rs, Entry *e, DB_TXN *txn, ID *ids, ID *scopes, ID *stack ) argument
1124 search_candidates( Operation *op, SlapReply *rs, Entry *e, DB_TXN *txn, ID *ids, ID *scopes ) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dip_id.c64 * cycles of random numbers and thus avoiding reuse of ids.
72 ipid_state_t *ids; local
75 ids = kmem_alloc(sizeof(ipid_state_t), KM_SLEEP);
76 mutex_init(&ids->ids_lock, MUTEX_DEFAULT, IPL_SOFTNET);
78 ids->ids_start_slot = ipid_random();
79 for (i = 0; i < __arraycount(ids->ids_slots); i++) {
80 ids->ids_slots[i] = i;
86 for (i = __arraycount(ids->ids_slots); --i > 0;) {
88 uint16_t t = ids->ids_slots[i];
89 ids
96 ip_id_fini(ipid_state_t *ids) argument
104 ip_randomid(ipid_state_t *ids, uint16_t salt) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Disadma.c86 _isa_dmaunmask(struct isa_dma_state *ids, int chan) argument
90 ISA_DMA_MASK_CLR(ids, chan);
96 if (ids->ids_frozen)
101 bus_space_write_1(ids->ids_bst, ids->ids_dma1h,
104 bus_space_write_1(ids->ids_bst, ids->ids_dma2h,
109 _isa_dmamask(struct isa_dma_state *ids, int chan) argument
113 ISA_DMA_MASK_SET(ids, chan);
123 bus_space_write_1(ids
139 _isa_dmainit(struct isa_dma_state *ids, bus_space_tag_t bst, bus_dma_tag_t dmat, device_t dev) argument
204 _isa_dmadestroy(struct isa_dma_state *ids) argument
226 _isa_dmacascade(struct isa_dma_state *ids, int chan) argument
260 _isa_dmacascade_stop(struct isa_dma_state *ids, int chan) argument
278 _isa_drq_alloc(struct isa_dma_state *ids, int chan) argument
287 _isa_drq_free(struct isa_dma_state *ids, int chan) argument
296 _isa_dmamaxsize(struct isa_dma_state *ids, int chan) argument
308 _isa_dmamap_create(struct isa_dma_state *ids, int chan, bus_size_t size, int flags) argument
327 _isa_dmamap_destroy(struct isa_dma_state *ids, int chan) argument
347 _isa_dmastart(struct isa_dma_state *ids, int chan, void *addr, bus_size_t nbytes, struct proc *p, int flags, int busdmaflags) argument
475 _isa_dmaabort(struct isa_dma_state *ids, int chan) argument
489 _isa_dmacount(struct isa_dma_state *ids, int chan) argument
535 _isa_dmafinished(struct isa_dma_state *ids, int chan) argument
555 _isa_dmadone(struct isa_dma_state *ids, int chan) argument
581 _isa_dmafreeze(struct isa_dma_state *ids) argument
602 _isa_dmathaw(struct isa_dma_state *ids) argument
623 _isa_dmamem_alloc(struct isa_dma_state *ids, int chan, bus_size_t size, bus_addr_t *addrp, int flags) argument
647 _isa_dmamem_free(struct isa_dma_state *ids, int chan, bus_addr_t addr, bus_size_t size) argument
663 _isa_dmamem_map(struct isa_dma_state *ids, int chan, bus_addr_t addr, bus_size_t size, void **kvap, int flags) argument
679 _isa_dmamem_unmap(struct isa_dma_state *ids, int chan, void *kva, size_t size) argument
691 _isa_dmamem_mmap(struct isa_dma_state *ids, int chan, bus_addr_t addr, bus_size_t size, off_t off, int prot, int flags) argument
710 _isa_drq_isfree(struct isa_dma_state *ids, int chan) argument
722 _isa_malloc(struct isa_dma_state *ids, int chan, size_t size, struct malloc_type *pool, int flags) argument
[all...]
H A Disadmavar.h85 struct isa_dma_state *ids; member in struct:isa_mem
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/
H A Dtestsock.pl32 my @ids;
34 @ids = ($id);
36 @ids = (1..7);
39 foreach $id (@ids) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/virtual-time/
H A Dtestsock.pl31 my @ids;
33 @ids = ($id);
35 @ids = (1..5);
38 foreach $id (@ids) {
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Duser.cpp56 impl::drop_privileges(const std::pair< int, int > ids) argument
58 if (::setgid(ids.second) == -1)
60 if (::setuid(ids.first) == -1)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Duser.cpp54 impl::drop_privileges(const std::pair< int, int > ids) argument
56 if (::setgid(ids.second) == -1)
58 if (::setuid(ids.first) == -1)
/netbsd-6-1-5-RELEASE/lib/libterminfo/
H A Dgenhash53 echo "static const char _ti_${name}ids[][${len}] = {"
68 if ((size_t)idx > __arraycount(_ti_${name}ids))
70 return _ti_${name}ids[idx];
79 if (idx > __arraycount(_ti_${name}ids) ||
80 strcmp(key, _ti_${name}ids[idx]) != 0)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kuser/
H A Dkswitch.c73 krb5_ccache *ids = NULL; local
104 ids = erealloc(ids, (len + 1) * sizeof(ids[0]));
105 ids[len] = id;
121 id = ids[i - 1];
122 ids[i - 1] = NULL;
126 if (ids[i])
127 krb5_cc_close(kcc_context, ids[i]);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/list/
H A Dpthread5.cc94 int ids[NTHREADS]; local
109 ids[worker] = worker;
111 thread_function, &ids[worker]))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/thread/
H A Dpthread5.cc94 int ids[NTHREADS]; local
109 ids[worker] = worker;
111 thread_function, &ids[worker]))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dv3_sxnet.c99 ASN1_SEQUENCE_OF(SXNET, ids, SXNETID)
113 for(i = 0; i < sk_SXNETID_num(sx->ids); i++) {
114 id = sk_SXNETID_value(sx->ids, i);
211 if(!sk_SXNETID_push(sx->ids, id)) goto err;
254 for(i = 0; i < sk_SXNETID_num(sx->ids); i++) {
255 id = sk_SXNETID_value(sx->ids, i);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Docsp.c99 STACK_OF(OCSP_CERTID) *ids);
101 STACK_OF(OCSP_CERTID) *ids);
104 STACK_OF(OCSP_CERTID) *ids, long nsec,
161 STACK_OF(OCSP_CERTID) *ids = NULL;
178 ids = sk_OCSP_CERTID_new_null();
456 if(!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids))
469 if(!add_ocsp_serial(&req, *args, cert_id_md, issuer, ids))
905 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage))
928 sk_OCSP_CERTID_free(ids);
944 STACK_OF(OCSP_CERTID) *ids)
943 add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md,X509 *issuer, STACK_OF(OCSP_CERTID) *ids) argument
964 add_ocsp_serial(OCSP_REQUEST **req, char *serial,const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) argument
997 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dirix-core.c175 struct idesc *idg, *idf, *ids; local
229 ids = &coreout.c_idesc[I_SPECREGS];
232 || idf->i_offset + idf->i_len != ids->i_offset)
240 idg->i_len + idf->i_len + ids->i_len,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dirix-core.c175 struct idesc *idg, *idf, *ids; local
229 ids = &coreout.c_idesc[I_SPECREGS];
232 || idf->i_offset + idf->i_len != ids->i_offset)
240 idg->i_len + idf->i_len + ids->i_len,
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/pcidata/
H A DMakefile32 FILES= pci.ids
/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dacpi_util.c307 acpi_match_hid(ACPI_DEVICE_INFO *ad, const char * const *ids) argument
312 while (*ids) {
316 if (pmatch(ad->HardwareId.String, *ids, NULL) == 2)
328 if (pmatch(id, *ids, NULL) == 2)
333 ids++;
/netbsd-6-1-5-RELEASE/usr.sbin/edquota/
H A Dedquota.c627 id_t *ids; local
635 ids = malloc(maxids * sizeof(ids[0]));
636 if (ids == NULL) {
646 ids = realloc(ids, maxids * sizeof(ids[0]));
647 if (ids == NULL) {
651 ids[nids++] = id;
674 "uid" : "gid", ids[
[all...]

Completed in 230 milliseconds

12