Searched refs:db2 (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/crypto/external/bsd/heimdal/dist/tests/db/
H A Dadd-modify-delete.in132 ${kadmin} dump out-current-db2 || exit 1
133 sort out-current-db2 > out-current-db2-sort
136 # cmp out-current-db-sort out-current-db2-sort || exit 1
H A Dloaddump-db.in73 ${kadmin} dump out-current-db2 || exit 1
74 sort out-current-db2 > out-current-db2-sort
75 cmp out-current-db-sort out-current-db2-sort || exit 1
/netbsd-current/sys/dev/ic/
H A Darn9285.c188 uint8_t ob[5], db1[5], db2[5]; local
276 db2[0] = (modal->db2_01 >> 0) & 0xf;
277 db2[1] = (modal->db2_01 >> 4) & 0xf;
278 db2[2] = (modal->db2_234 >> 0) & 0xf;
279 db2[3] = (modal->db2_234 >> 4) & 0xf;
280 db2[4] = (modal->db2_234 >> 8) & 0xf;
294 db2[0] = (modal->db2_01 >> 0) & 0xf;
295 db2[1] = (modal->db2_01 >> 4) & 0xf;
297 db2[2] = db2[
[all...]
H A Darn9287.c230 reg = RW(reg, AR9287_AN_RF2G3_DB2, modal->db2);
241 reg = RW(reg, AR9287_AN_RF2G3_DB2, modal->db2);
H A Darn9287reg.h131 uint8_t db2; member in struct:ar9287_modal_eep_header
/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb_dump.c279 MDB_dbi db2; local
286 rc = mdb_open(txn, str, 0, &db2);
292 rc = dumpit(txn, db2, str);
296 mdb_close(env, db2);
H A Dmdb_stat.c233 MDB_dbi db2; local
239 rc = mdb_open(txn, str, 0, &db2);
244 rc = mdb_stat(txn, db2, &mst);
250 mdb_close(env, db2);
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Ddbversion_test.c44 static dns_db_t *db1 = NULL, *db2 = NULL; variable
90 dns_rdataclass_in, 0, NULL, &db2);
92 dns_db_newversion(db2, &v2);
116 dns_db_closeversion(db2, &v2, false);
119 if (db2 != NULL) {
120 dns_db_detach(&db2);
121 assert_null(db2);
/netbsd-current/lib/libc/citrus/
H A Dcitrus_csmapper.c108 struct _citrus_db *db1, *db2, *db3; local
122 ret = open_subdb(&db2, db1, src);
126 num = _db_get_num_entries(db2);
130 ret = _db_get_entry(db2, i, &r1, &r2);
163 _db_close(db2);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/nsupdate/krb/
H A Dsetup.sh44 db_library = db2
73 db_library = db2
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Ddatabase_test.cpp143 sqlite::database db2 = sqlite::database::in_memory(); local
144 create_test_table(raw(db2));
145 db1 = db2;
148 // db2 went out of scope. If the destruction is not properly managed, the
/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--;)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Dtest_base.c799 heim_db_t db2; local
813 db2 = heim_db_create(dbtype, dbname, NULL, NULL);
814 heim_assert(db2, "...");
816 vdict = (heim_dict_t)heim_db_copy_value(db2, NULL, k3, NULL);
817 heim_release(db2);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzap.c247 dmu_buf_t *db2; local
250 (tbl->zt_nextblk + blk2) << bs, FTAG, &db2,
256 dmu_buf_will_dirty(db2, tx);
257 ((uint64_t *)db2->db_data)[off2] = val;
258 ((uint64_t *)db2->db_data)[off2+1] = val;
259 dmu_buf_rele(db2, FTAG);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Drelax2.d70 0+14 R_MMIX_PUSHJ db2
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dopcode.s252 mov %db2,%eax
254 mov %eax,%db2
H A Dopcode-suffix.d260 *[0-9a-f]+: 0f 21 d0[ ]+movl[ ]+%db2,%eax
262 *[0-9a-f]+: 0f 23 d0[ ]+movl[ ]+%eax,%db2
H A Dopcode.d259 332: 0f 21 d0 [ ]*mov %db2,%eax
261 338: 0f 23 d0 [ ]*mov %eax,%db2
H A Dintel.d262 [ ]*[a-f0-9]+: 0f 21 d0 [ ]*mov %db2,%eax
264 [ ]*[a-f0-9]+: 0f 23 d0 [ ]*mov %eax,%db2
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-z8k/
H A Dcalr-back-8001.d1769 1db2: 8d07 nop
H A Dcalr-back-8002.d1769 1db2: 8d07 nop
H A Dcalr-forw-8001.d1769 1db2: 8d07 nop
H A Dcalr-forw-8002.d1769 1db2: 8d07 nop
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d549 21b: 3db2.*
3516 db2: 6f88.*
7612 1db2: 02e0.*
11708 2db2: 6fb1.*
15804 3db2: 0f1e.*
19900 4db2: 6fda.*
23996 5db2: 6fab.*
28092 6db2: 0da4.*
28134 6ddc: 0db2.*
32188 7db2
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dinsns-c674x.d167 [0-9a-f]+[048c] <[^>]*> 04149db2[ \t]+andn \.S2X b4,a5,b8

Completed in 430 milliseconds

12