Searched refs:db1 (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Ddbversion_test.c44 static dns_db_t *db1 = NULL, *db2 = NULL; variable
84 dns_rdataclass_in, 0, NULL, &db1);
86 dns_db_newversion(db1, &v1);
107 dns_db_closeversion(db1, &v1, false);
110 if (db1 != NULL) {
111 dns_db_detach(&db1);
112 assert_null(db1);
136 dns_db_attachversion(db1, v1, &v);
138 dns_db_closeversion(db1, &v, false);
141 check_assertion(dns_db_attachversion(db1, v
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/db/
H A Dhave-db.in62 db1:*) exit 0 ;;
H A DMakefile.am5 noinst_DATA = krb5.conf krb5.conf-sqlite krb5.conf-db3 krb5.conf-db1 krb5.conf-lmdb
57 krb5.conf-db1: krb5.conf.in Makefile
58 $(do_subst) -e 's,[@]type[@],db1:,g' < $(srcdir)/krb5.conf.in > krb5.conf-db1.tmp
59 mv krb5.conf-db1.tmp krb5.conf-db1
82 krb5.conf-db1 krb5.conf-db1.tmp \
H A DMakefile.in648 noinst_DATA = krb5.conf krb5.conf-sqlite krb5.conf-db3 krb5.conf-db1 krb5.conf-lmdb
671 krb5.conf-db1 krb5.conf-db1.tmp \
1329 krb5.conf-db1: krb5.conf.in Makefile
1330 $(do_subst) -e 's,[@]type[@],db1:,g' < $(srcdir)/krb5.conf.in > krb5.conf-db1.tmp
1331 mv krb5.conf-db1.tmp krb5.conf-db1
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Ddb.c55 DB1_HDB *db1 = (DB1_HDB *)db; local
63 if (db1->lock_fd >= 0) {
64 close(db1->lock_fd);
65 db1->lock_fd = -1;
85 DB1_HDB *db1 = (DB1_HDB *)db; local
89 db1->do_sync = on;
184 else if (strncmp(new_name, "db1:", sizeof("db1:") - 1) == 0)
185 new_name += sizeof("db1:") - 1;
228 DB1_HDB *db1 local
255 DB1_HDB *db1 = (DB1_HDB *)db; local
312 DB1_HDB *db1 = (DB1_HDB *)db; local
353 DB1_HDB **db1 = (DB1_HDB **)db; local
[all...]
/netbsd-current/sys/dev/ic/
H A Darn9285.c188 uint8_t ob[5], db1[5], db2[5]; local
270 db1[0] = (modal->db1_01 >> 0) & 0xf;
271 db1[1] = (modal->db1_01 >> 4) & 0xf;
272 db1[2] = (modal->db1_234 >> 0) & 0xf;
273 db1[3] = (modal->db1_234 >> 4) & 0xf;
274 db1[4] = (modal->db1_234 >> 8) & 0xf;
289 db1[0] = (modal->db1_01 >> 0) & 0xf;
290 db1[1] = (modal->db1_01 >> 4) & 0xf;
292 db1[2] = db1[
[all...]
H A Darn9287.c229 reg = RW(reg, AR9287_AN_RF2G3_DB1, modal->db1);
240 reg = RW(reg, AR9287_AN_RF2G3_DB1, modal->db1);
H A Darn9287reg.h130 uint8_t db1; member in struct:ar9287_modal_eep_header
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Ddatabase_test.cpp141 sqlite::database db1 = sqlite::database::in_memory(); local
145 db1 = db2;
146 verify_test_table(raw(db1));
149 // memory of db1 may have been invalidated and this would not work.
150 verify_test_table(raw(db1));
/netbsd-current/lib/libc/citrus/
H A Dcitrus_csmapper.c108 struct _citrus_db *db1, *db2, *db3; local
119 ret = _db_open(&db1, &fr, _CITRUS_PIVOT_MAGIC, _db_hash_std, NULL);
122 ret = open_subdb(&db2, db1, src);
141 ret = open_subdb(&db3, db1, buf);
165 _db_close(db1);
/netbsd-current/tests/lib/libc/db/
H A Dh_db.c351 compare(DBT *db1, DBT *db2) argument
356 if (db1->size != db2->size)
358 db1->size, db2->size);
360 len = MIN(db1->size, db2->size);
361 for (p1 = db1->data, p2 = db2->data; len--;)
364 (unsigned long)(p1 - (u_char *)db1->data));
/netbsd-current/sys/dev/pci/
H A Dif_ntwoc_pci.c200 u_int16_t db0, db1; local
298 db1 = (frontend_cr & NTWOC_FECR_ID1) >> NTWOC_FECR_ID1_SHIFT;
313 if (db1 != NTWOC_FE_ID_NONE)
322 ntwoc_pci_db_names[db1]);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Drelax2.d39 0+14 R_MMIX_PUSHJ db1
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/epiphany/
H A Dallinsn.d477 47a: 6db1 strh r3,\[r3,r3]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d435 1a9: 3db1.*
3515 db1: 0f03.*
7611 1db1: 6fe0.*
11707 2db1: 0c06.*
15803 3db1: 080d.*
19899 4db1: 0f16.*
23995 5db1: 0c1b.*
28091 6db1: 6ff3.*
28131 6dd9: 0db1.*
32187 7db1
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mn10300/
H A Dam33-2.d744 0*db1 <fmovc\+0x30> f9 ?b7 ?07 ? * fmov fpcr, ?r7
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dzone.c4823 zone_unchanged(dns_db_t *db1, dns_db_t *db2, isc_mem_t *mctx) { argument
4829 result = dns_db_diffx(&diff, db1, NULL, db2, NULL, NULL);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dzone.c4870 zone_unchanged(dns_db_t *db1, dns_db_t *db2, isc_mem_t *mctx) { argument
4876 result = dns_db_diffx(&diff, db1, NULL, db2, NULL, NULL);

Completed in 567 milliseconds