| /src/tools/db/ |
| Makefile | 3 HOSTPROGNAME= ${_TOOL_PREFIX}db 4 HOST_SRCDIR= usr.bin/db
|
| /src/external/mpl/bind/dist/bin/tests/system/ksr/ns1/ |
| setup.sh | 22 cp template.db.in common.test.db 23 cp template.db.in past.test.db 24 cp template.db.in future.test.db 25 cp template.db.in last-bundle.test.db 26 cp template.db.in in-the-middle.test.db [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/amazon/ |
| Makefile | 3 alpine-db.dtb 5 alpine-db.dtb
|
| /src/external/mpl/bind/dist/bin/tests/system/kasp/ns6/ |
| setup.sh | 23 cp example.db.in example.db
|
| /src/external/mpl/bind/dist/bin/tests/system/notify/ |
| setup.sh | 16 cp -f ns2/example1.db ns2/example.db 17 cp -f ns2/generic.db ns2/x21.db
|
| /src/external/mpl/bind/dist/bin/tests/system/masterformat/ |
| setup.sh | 17 cp ns1/example.db ns2/ 18 cp ns2/formerly-text.db.in ns2/formerly-text.db 19 cp ns1/empty.db.in ns1/under-limit.db 28 }' </dev/null >>ns1/under-limit.db 29 cp ns1/under-limit.db ns1/under-limit-kasp.db 31 cp ns1/empty.db.in ns1/below-limit.db [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/catz/ |
| setup.sh | 16 cp -f ns1/catalog.example.db.in ns1/catalog0.example.db 17 cp -f ns1/catalog.example.db.in ns1/catalog1.example.db 18 cp -f ns3/catalog.example.db.in ns3/catalog2.example.db 19 cp -f ns1/catalog.example.db.in ns1/catalog3.example.db 20 cp -f ns1/catalog.example.db.in ns1/catalog4.example.db [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/stress/ |
| setup.sh | 17 cp ns2/zone.template.db ns2/zone000000.example.db 18 cp ns2/zone.template.db ns2/zone000001.example.db 19 cp ns2/zone.template.db ns2/zone000002.example.db 20 cp ns2/zone.template.db ns2/zone000003.example.db 21 cp ns2/zone.template.db ns2/zone000004.example.db [all...] |
| /src/external/bsd/kyua-cli/dist/utils/sqlite/ |
| transaction_test.cpp | 46 /// \param db The SQLite database. 54 check_in_table(sqlite::database& db, const char* table_name, 57 sqlite::statement stmt = db.create_statement( 74 sqlite::database db = sqlite::database::in_memory(); local 75 db.exec("CREATE TABLE t (col INTEGER PRIMARY KEY)"); 76 db.exec("INSERT INTO t VALUES (3)"); 78 sqlite::transaction tx = db.begin_transaction(); 79 db.exec("INSERT INTO t VALUES (5)"); 81 ATF_REQUIRE( check_in_table(db, "t", "col", 3)); 82 ATF_REQUIRE(!check_in_table(db, "t", "col", 5)) 89 sqlite::database db = sqlite::database::in_memory(); local 105 sqlite::database db = sqlite::database::in_memory(); local 121 sqlite::database db = sqlite::database::in_memory(); local [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/addzone/ |
| setup.sh | 16 cp -f ns1/redirect.db.1 ns1/redirect.db 17 cp -f ns2/redirect.db.1 ns2/redirect.db 18 cp -f ns3/redirect.db.1 ns3/redirect.db
|
| /src/external/mpl/bind/dist/bin/tests/system/redirect/ |
| setup.sh | 16 cp ns2/redirect.db.in ns2/redirect.db 17 cp ns2/example.db.in ns2/example.db 20 cp ns4/example.db.in ns4/example.db
|
| /src/external/mpl/bind/dist/bin/tests/system/resolver/ |
| setup.sh | 17 cp ns4/tld1.db ns4/tld.db 18 cp ns6/to-be-removed.tld.db.in ns6/to-be-removed.tld.db 19 cp ns7/server.db.in ns7/server.db
|
| /src/external/mpl/bind/dist/bin/tests/system/camp/ns2/ |
| setup.sh | 19 cp template.db.in tld0.db 20 echo "final.tld0. IN NS ns.final.tld0." >>tld0.db 21 echo "ns.final.tld0. IN A 10.53.0.3" >>tld0.db 31 file "tld${tld}.db"; 35 cp template.db.in tld${tld}.db 39 echo "label${label}.tld${tld}. IN NS ns.label${label}.tld${tld}." >>tld${tld}.db 40 echo "ns.label${label}.tld${tld}. IN A 10.53.0.3" >>tld${tld}.db 41 echo "" >>tld${tld}.db [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/geoip2/ |
| setup.sh | 17 cp ns2/example.db.in ns2/example${i}.db 18 echo "@ IN TXT \"$i\"" >>ns2/example$i.db
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| db.c | 1 /* $NetBSD: db.c,v 1.1 2024/02/18 20:57:31 christos Exp $ */ 34 #include <dns/db.h> 56 *** Supported DB Implementations Registry 100 *** Basic DB Methods 165 dns_db_iscache(dns_db_t *db) { 167 * Does 'db' have cache semantics? 170 REQUIRE(DNS_DB_VALID(db)); 172 if ((db->attributes & DNS_DBATTR_CACHE) != 0) { 180 dns_db_iszone(dns_db_t *db) { 182 * Does 'db' have zone semantics [all...] |
| /src/crypto/external/bsd/heimdal/dist/tests/db/ |
| NTMakefile | 32 RELDIR=tests\db
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| hw-handles.h | 32 (struct hw *db, 36 (struct hw *db, 40 (struct hw *db, 44 (struct hw *db, 49 (struct hw *db, 53 (struct hw *db, 57 (struct hw *db, 61 (struct hw *db,
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| hw-handles.h | 32 (struct hw *db, 36 (struct hw *db, 40 (struct hw *db, 44 (struct hw *db, 49 (struct hw *db, 53 (struct hw *db, 57 (struct hw *db, 61 (struct hw *db,
|
| /src/external/mpl/bind/dist/bin/tests/system/timeouts/ |
| setup.sh | 28 print('%s IN NS b' % (a))" >ns1/large.db
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dbuf.c | 52 static boolean_t dbuf_undirty(dmu_buf_impl_t *db, dmu_tx_t *tx); 139 dmu_buf_impl_t *db = vdb; local 141 bzero(db, sizeof (dmu_buf_impl_t)); 142 mutex_init(&db->db_mtx, NULL, MUTEX_DEFAULT, NULL); 143 cv_init(&db->db_changed, NULL, CV_DEFAULT, NULL); 144 multilist_link_init(&db->db_cache_link); 145 refcount_create(&db->db_holds); 154 dmu_buf_impl_t *db = vdb; local 156 mutex_destroy(&db->db_mtx); 157 cv_destroy(&db->db_changed) 200 dmu_buf_impl_t *db; local 221 dmu_buf_impl_t *db = NULL; local 413 dmu_buf_impl_t *db = obj; local 471 dmu_buf_impl_t *db = multilist_sublist_tail(mls); local 904 dmu_buf_impl_t *db = vdb; local 1197 dmu_buf_impl_t *db = dr->dr_dbuf; local 1239 dmu_buf_impl_t *db, *db_next; local 1438 dmu_buf_impl_t *db = dr->dr_dbuf; local 1854 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local 1895 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local 1905 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local 1947 dmu_buf_impl_t *db = (dmu_buf_impl_t *)dbuf; local 2213 dmu_buf_impl_t *db, *odb; local 2359 dmu_buf_impl_t *db = dbuf_hold_level(dpa->dpa_dnode, local 2452 dmu_buf_impl_t *db; local 2529 dmu_buf_impl_t *db, *parent = NULL; local 2625 dmu_buf_impl_t *db; local 2642 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local 2681 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local 2843 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local 2866 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local 2881 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local 2897 dmu_buf_impl_t *db = (dmu_buf_impl_t *)dbuf; local 2983 dmu_buf_impl_t *db = dr->dr_dbuf; local 3030 dmu_buf_impl_t *db = dr->dr_dbuf; local 3199 dmu_buf_impl_t *db = vdb; local 3289 dmu_buf_impl_t *db = vdb; local 3330 dmu_buf_impl_t *db = arg; local 3353 dmu_buf_impl_t *db = vdb; local 3451 dmu_buf_impl_t *db = dr->dr_dbuf; local 3460 dmu_buf_impl_t *db = dr->dr_dbuf; local 3478 dmu_buf_impl_t *db = dr->dr_dbuf; local [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/inline/ |
| setup.sh | 16 cp ns1/root.db.in ns1/root.db 19 cp ns2/nsec3-loop.db.in ns2/nsec3-loop.db 20 cp ns2/bits.db.in ns2/bits.db 21 cp ns2/bits.db.in ns2/nokeys.db 22 cp ns2/bits.db.in ns2/removedkeys-secondary.db [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| hdb-keytab.c | 51 hkt_close(krb5_context context, HDB *db) 53 hdb_keytab k = (hdb_keytab)db->hdb_db; 65 hkt_destroy(krb5_context context, HDB *db) 67 hdb_keytab k = (hdb_keytab)db->hdb_db; 70 ret = hdb_clear_master_key (context, db); 75 free(db->hdb_name); 76 free(db); 81 hkt_lock(krb5_context context, HDB *db, int operation) 87 hkt_unlock(krb5_context context, HDB *db) 93 hkt_firstkey(krb5_context context, HDB *db, [all...] |
| /src/usr.bin/db/ |
| Makefile | 5 PROG= db
|
| /src/usr.sbin/sa/ |
| extern.h | 39 #include <db.h> 93 /* some #defines to help with db's stupidity */ 95 #define DB_CLOSE(db) \ 96 ((*(db)->close)(db)) 97 #define DB_GET(db, key, data, flags) \ 98 ((*(db)->get)((db), (key), (data), (flags))) 99 #define DB_PUT(db, key, data, flags) \ 100 ((*(db)->put)((db), (key), (data), (flags)) [all...] |
| /src/external/bsd/nvi/dist/motif_l/ |
| m_prompt.c | 42 Widget db = XmCreateErrorDialog( parent, "Fatal", NULL, 0 ); 45 XtVaSetValues( XtParent(db), 49 XtVaSetValues( db, 53 XtAddCallback( XtParent(db), XmNpopdownCallback, __vi_cancel_cb, 0 ); 55 XtUnmanageChild( XmMessageBoxGetChild( db, XmDIALOG_CANCEL_BUTTON ) ); 56 XtUnmanageChild( XmMessageBoxGetChild( db, XmDIALOG_HELP_BUTTON ) ); 58 __vi_modal_dialog( db ); 67 static Widget db = NULL; 70 if ( db == NULL ) 71 db = XmCreateInformationDialog( parent, "Information", NULL, 0 ) 41 Widget db = XmCreateErrorDialog( parent, "Fatal", NULL, 0 ); local 65 static Widget db = NULL; local [all...] |