Searched refs:db (Results 1 - 25 of 818) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libc/db/db/
H A DMakefile.inc4 .PATH: ${.CURDIR}/db/db
6 SRCS+= db.c
/netbsd-6-1-5-RELEASE/tools/db/
H A DMakefile3 HOSTPROGNAME= ${_TOOL_PREFIX}db
4 HOST_SRCDIR= usr.bin/db
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/notify/
H A Dsetup.sh20 cp -f ns2/example1.db ns2/example.db
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/lto/
H A D20091020-1_0.c7 void cli_7unz (CSzAr db) { } argument
H A D20091020-2_1.c4 void cli_7unz (CSzAr db) { } argument
H A D20091020-1_1.c5 CSzAr db; member in struct:__anon5962
9 return p->db.NumPackStreams;
13 return p->db.NumPackStreams;
H A D20091020-2_0.c8 CSzAr db; member in struct:__anon5964
12 return p->db.NumPackStreams;
16 return p->db.NumPackStreams;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/checknames/
H A Dsetup.sh17 cp ns1/ignore.example.db.in ns1/ignore.example.db
18 cp ns1/warn.example.db.in ns1/warn.example.db
19 cp ns1/fail.example.db.in ns1/fail.example.db
21 cp ns1/ignore.update.db.in ns1/ignore.update.db
22 cp ns1/warn.update.db.in ns1/warn.update.db
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/virtual-time/slave/
H A Dsetup.sh17 rm -f ns1/example.db
18 cp ns1/example.db.in ns1/example.db
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddbuf.c38 static void dbuf_destroy(dmu_buf_impl_t *db);
39 static int dbuf_undirty(dmu_buf_impl_t *db, dmu_tx_t *tx);
51 dmu_buf_impl_t *db = unused; local
52 bzero(db, sizeof (dmu_buf_impl_t));
54 mutex_init(&db->db_mtx, NULL, MUTEX_DEFAULT, NULL);
55 cv_init(&db->db_changed, NULL, CV_DEFAULT, NULL);
56 refcount_create(&db->db_holds);
64 dmu_buf_impl_t *db = unused; local
65 mutex_destroy(&db->db_mtx);
66 cv_destroy(&db
112 dmu_buf_impl_t *db; local
136 dbuf_hash_insert(dmu_buf_impl_t *db) argument
173 dbuf_hash_remove(dmu_buf_impl_t *db) argument
204 dbuf_evict_user(dmu_buf_impl_t *db) argument
220 dbuf_evict(dmu_buf_impl_t *db) argument
281 dbuf_verify(dmu_buf_impl_t *db) argument
380 dbuf_update_data(dmu_buf_impl_t *db) argument
390 dbuf_set_data(dmu_buf_impl_t *db, arc_buf_t *buf) argument
413 dbuf_loan_arcbuf(dmu_buf_impl_t *db) argument
446 dmu_buf_impl_t *db = vdb; local
479 dbuf_read_impl(dmu_buf_impl_t *db, zio_t *zio, uint32_t *flags) argument
555 dbuf_read(dmu_buf_impl_t *db, zio_t *zio, uint32_t flags) argument
630 dbuf_noread(dmu_buf_impl_t *db) argument
667 dbuf_fix_old_data(dmu_buf_impl_t *db, uint64_t txg) argument
708 dmu_buf_impl_t *db = dr->dr_dbuf; local
748 dmu_buf_impl_t *db, *db_next; local
845 dbuf_block_freeable(dmu_buf_impl_t *db) argument
870 dbuf_new_size(dmu_buf_impl_t *db, int size, dmu_tx_t *tx) argument
918 dbuf_dirty(dmu_buf_impl_t *db, dmu_tx_t *tx) argument
1178 dbuf_undirty(dmu_buf_impl_t *db, dmu_tx_t *tx) argument
1272 dbuf_will_dirty(dmu_buf_impl_t *db, dmu_tx_t *tx) argument
1288 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
1298 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
1315 dbuf_fill_done(dmu_buf_impl_t *db, dmu_tx_t *tx) argument
1339 dbuf_assign_arcbuf(dmu_buf_impl_t *db, arc_buf_t *buf, dmu_tx_t *tx) argument
1412 dbuf_clear(dmu_buf_impl_t *db) argument
1519 dmu_buf_impl_t *db, *odb; local
1595 dmu_buf_impl_t *db = buf->b_private; local
1615 dbuf_destroy(dmu_buf_impl_t *db) argument
1652 dmu_buf_impl_t *db = NULL; local
1709 dmu_buf_impl_t *db, *parent = NULL; local
1796 dmu_buf_impl_t *db; local
1804 dmu_buf_impl_t *db; local
1820 dbuf_add_ref(dmu_buf_impl_t *db, void *tag) argument
1828 dbuf_rele(dmu_buf_impl_t *db, void *tag) argument
1839 dbuf_rele_and_unlock(dmu_buf_impl_t *db, void *tag) argument
1894 dbuf_refcount(dmu_buf_impl_t *db) argument
1911 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
1922 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
1946 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
1956 dmu_buf_impl_t *db = (dmu_buf_impl_t *)dbuf; local
1966 dbuf_check_blkptr(dnode_t *dn, dmu_buf_impl_t *db) argument
2008 dmu_buf_impl_t *db = dr->dr_dbuf; local
2049 dmu_buf_impl_t *db = dr->dr_dbuf; local
2187 dmu_buf_impl_t *db = vdb; local
2247 dmu_buf_impl_t *db = vdb; local
2331 dmu_buf_impl_t *db = dr->dr_dbuf; local
2340 dmu_buf_impl_t *db = dr->dr_dbuf; local
2357 dmu_buf_impl_t *db = dr->dr_dbuf; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/resolver/
H A Dsetup.sh21 cp ns4/tld1.db ns4/tld.db
22 cp ns6/to-be-removed.tld.db.in ns6/to-be-removed.tld.db
23 cp ns7/server.db.in ns7/server.db
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/requirements/
H A Dconstants.cc26 std::tr1::ranlux3 db; local
28 const void* p = &db.block_size;
29 p = &db.used_block;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/db/
H A DNTMakefile32 RELDIR=tests\db
/netbsd-6-1-5-RELEASE/lib/libc/compat/db/hash/
H A DMakefile.inc3 .PATH: ${COMPATDIR}/db/hash
/netbsd-6-1-5-RELEASE/lib/libc/db/mpool/
H A DMakefile.inc4 .PATH: ${.CURDIR}/db/mpool
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dhw-handles.h32 (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,
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Ddb.c43 #include <db.h>
47 DB_close(krb5_context context, HDB *db) argument
49 DB *d = (DB*)db->hdb_db;
55 DB_destroy(krb5_context context, HDB *db) argument
59 ret = hdb_clear_master_key (context, db);
60 free(db->hdb_name);
61 free(db);
66 DB_lock(krb5_context context, HDB *db, int operation) argument
68 DB *d = (DB*)db->hdb_db;
72 "Can't lock database: %s", db
79 DB_unlock(krb5_context context, HDB *db) argument
93 DB_seq(krb5_context context, HDB *db, unsigned flags, hdb_entry_ex *entry, int flag) argument
146 DB_firstkey(krb5_context context, HDB *db, unsigned flags, hdb_entry_ex *entry) argument
153 DB_nextkey(krb5_context context, HDB *db, unsigned flags, hdb_entry_ex *entry) argument
159 DB_rename(krb5_context context, HDB *db, const char *new_name) argument
178 DB__get(krb5_context context, HDB *db, krb5_data key, krb5_data *reply) argument
207 DB__put(krb5_context context, HDB *db, int replace, krb5_data key, krb5_data value) argument
237 DB__del(krb5_context context, HDB *db, krb5_data key) argument
261 DB_open(krb5_context context, HDB *db, int flags, mode_t mode) argument
301 hdb_db_create(krb5_context context, HDB **db, const char *filename) argument
[all...]
H A Dhdb-keytab.c51 hkt_close(krb5_context context, HDB *db) argument
53 hdb_keytab k = (hdb_keytab)db->hdb_db;
65 hkt_destroy(krb5_context context, HDB *db) argument
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) argument
87 hkt_unlock(krb5_context context, HDB *db) argument
93 hkt_firstkey(krb5_context context, HDB *db, argument
100 hkt_nextkey(krb5_context context, HDB * db, unsigned flags, hdb_entry_ex * entry) argument
107 hkt_open(krb5_context context, HDB * db, int flags, mode_t mode) argument
122 hkt_fetch_kvno(krb5_context context, HDB * db, krb5_const_principal principal, unsigned flags, krb5_kvno kvno, hdb_entry_ex * entry) argument
176 hkt_store(krb5_context context, HDB * db, unsigned flags, hdb_entry_ex * entry) argument
184 hdb_keytab_create(krb5_context context, HDB ** db, const char *arg) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dm_prompt.c39 Widget db = XmCreateErrorDialog( parent, "Fatal", NULL, 0 );
42 XtVaSetValues( XtParent(db),
46 XtVaSetValues( db,
50 XtAddCallback( XtParent(db), XmNpopdownCallback, __vi_cancel_cb, 0 );
52 XtUnmanageChild( XmMessageBoxGetChild( db, XmDIALOG_CANCEL_BUTTON ) );
53 XtUnmanageChild( XmMessageBoxGetChild( db, XmDIALOG_HELP_BUTTON ) );
55 __vi_modal_dialog( db );
64 static Widget db = NULL;
67 if ( db == NULL )
68 db
38 Widget db = XmCreateErrorDialog( parent, "Fatal", NULL, 0 ); local
62 static Widget db = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/xferquota/
H A Dsetup.sh26 cp -f ns1/changing1.db ns1/changing.db
/netbsd-6-1-5-RELEASE/usr.sbin/sa/
H A Dextern.h39 #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)
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/db/
H A DMakefile5 PROG= db
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/upforwd/
H A Dsetup.sh20 cp -f ns1/example1.db ns1/example.db
21 rm -f ns1/example.db.jnl ns2/example.bk ns2/example.bk.jnl
22 cp -f ns3/nomaster.db ns3/nomaster1.db
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/masterformat/ns1/
H A Dcompile.sh17 ../named-compilezone -D -F raw -o example.db.raw example \
18 example.db > /dev/null 2>&1
19 ../named-compilezone -D -F raw=1 -o example.db.raw1 example-explicit \
20 example.db > /dev/null 2>&1
21 ../named-compilezone -D -F raw=0 -o example.db.compat example-compat \
22 example.db > /dev/null 2>&1
23 ../named-compilezone -D -F raw -L 3333 -o example.db.serial.raw example \
24 example.db > /dev/null 2>&1
25 ../named-compilezone -D -F raw -o large.db.raw large large.db > /de
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dcap.h38 (cap *db); variable
42 (cap *db,
47 (cap *db,
52 (cap *db,
57 (cap *db,

Completed in 232 milliseconds

1234567891011>>