Home
last modified time | relevance | path

Searched defs:dbp (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/crypto/heimdal/lib/hdb/
H A Ddbinfo.c91 hdb_get_dbinfo(krb5_context context, struct hdb_dbinfo **dbp) in hdb_get_dbinfo()
172 hdb_dbinfo_get_next(struct hdb_dbinfo *dbp, struct hdb_dbinfo *dbprevp) in hdb_dbinfo_get_next()
181 hdb_dbinfo_get_label(krb5_context context, struct hdb_dbinfo *dbp) in hdb_dbinfo_get_label()
187 hdb_dbinfo_get_realm(krb5_context context, struct hdb_dbinfo *dbp) in hdb_dbinfo_get_realm()
193 hdb_dbinfo_get_dbname(krb5_context context, struct hdb_dbinfo *dbp) in hdb_dbinfo_get_dbname()
199 hdb_dbinfo_get_mkey_file(krb5_context context, struct hdb_dbinfo *dbp) in hdb_dbinfo_get_mkey_file()
205 hdb_dbinfo_get_acl_file(krb5_context context, struct hdb_dbinfo *dbp) in hdb_dbinfo_get_acl_file()
211 hdb_dbinfo_get_log_file(krb5_context context, struct hdb_dbinfo *dbp) in hdb_dbinfo_get_log_file()
217 hdb_dbinfo_get_binding(krb5_context context, struct hdb_dbinfo *dbp) in hdb_dbinfo_get_binding()
223 hdb_free_dbinfo(krb5_context context, struct hdb_dbinfo **dbp) in hdb_free_dbinfo()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c84 __bt_dump(dbp) in __bt_dump() argument
169 __bt_dnpage(dbp, pgno) in __bt_dnpage() argument
192 __bt_dpage(dbp, h) in __bt_dpage() argument
300 __bt_dump(DB *dbp) in __bt_dump()
310 __bt_dnpage(DB *dbp, db_pgno_t pgno) in __bt_dnpage()
315 __bt_dpage(DB *dbp, PAGE *h) in __bt_dpage()
330 __bt_stat(dbp) in __bt_stat() argument
412 __bt_stat(DB *dbp) in __bt_stat()
H A Dbt_close.c64 __bt_close(DB *dbp) in __bt_close()
118 __bt_sync(const DB *dbp, u_int flags) in __bt_sync()
H A Dbt_open.c99 DB *dbp; in __bt_open() local
458 __bt_fd(const DB *dbp) in __bt_fd()
H A Dbt_get.c63 __bt_get(const DB *dbp, const DBT *key, DBT *data, u_int flags) in __bt_get()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash.c101 DB *dbp; in __kdb2_hash_open() local
261 hash_close(DB *dbp) in hash_close()
276 hash_fd(const DB *dbp) in hash_fd()
539 hash_sync(const DB *dbp, u_int32_t flags) in hash_sync()
594 hash_get(const DB *dbp, const DBT *key, DBT *data, u_int32_t flag) in hash_get()
607 hash_put(const DB *dbp, DBT *key, const DBT *data, u_int32_t flag) in hash_put()
625 hash_delete(const DB *dbp, const DBT *key, u_int32_t flag) in hash_delete()
763 __cursor_creat(const DB *dbp) in __cursor_creat()
794 cursor_get(const DB *dbp, CURSOR *cursorp, DBT *key, DBT *val, u_int32_t flags) in cursor_get()
863 cursor_delete(const DB *dbp, CURSOR *cursor, u_int32_t flags) in cursor_delete()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c108 DB *dbp; in main() local
376 get(DB *dbp, DBT *kp) in get()
404 getdata(DB *dbp, DBT *kp, DBT *dp) in getdata()
419 put(DB *dbp, DBT *kp, DBT *dp) in put()
434 rem(DB *dbp, DBT *kp) in rem()
459 synk(DB *dbp) in synk()
471 seq(DB *dbp, DBT *kp) in seq()
501 dump(DB *dbp, int rev, int recurse) in dump()
539 unlinkpg(DB *dbp) in unlinkpg()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/
H A Ddbtest.c129 DB *dbp; in main() local
402 get(DB *dbp, DBT *kp) in get()
435 getdata(DB *dbp, DBT *kp, DBT *dp) in getdata()
450 put(DB *dbp, DBT *kp, DBT *dp) in put()
467 rem(DB *dbp, DBT *kp) in rem()
494 synk(DB *dbp) in synk()
506 seq(DB *dbp, DBT *kp) in seq()
540 dump(DB *dbp, int rev, int recurse) in dump()
574 unlinkpg(DB *dbp) in unlinkpg()
/freebsd/usr.sbin/ypserv/
H A Dyp_dblookup.c73 DB *dbp; member
196 yp_setflags(DB *dbp) in yp_setflags()
254 yp_cache_db(DB *dbp, char *name, int size) in yp_cache_db()
348 DB *dbp = NULL; in yp_open_db_cache() local
381 DB *dbp = NULL; in yp_open_db() local
446 yp_get_record(DB *dbp, const DBT *key, DBT *data, int allow) in yp_get_record()
454 DB *dbp; in yp_get_record() local
511 yp_first_record(const DB *dbp, DBT *key, DBT *data, int allow) in yp_first_record()
563 yp_next_record(const DB *dbp, DBT *key, DBT *data, int all, int allow) in yp_next_record()
/freebsd/lib/libc/db/test/
H A Ddbtest.c82 DB *dbp; local
348 get(dbp, kp) in get() argument
376 getdata(dbp, kp, dp) in getdata() argument
393 put(dbp, kp, dp) in put() argument
410 rem(dbp, kp) in rem() argument
436 synk(dbp) in synk() argument
449 seq(dbp, kp) in seq() argument
480 dump(dbp, rev) in dump() argument
/freebsd/lib/libc/db/hash/
H A Dhash.c99 DB *dbp; in __hash_open() local
235 hash_close(DB *dbp) in hash_close()
250 hash_fd(const DB *dbp) in hash_fd()
442 hash_sync(const DB *dbp, u_int32_t flags) in hash_sync()
517 hash_get(const DB *dbp, const DBT *key, DBT *data, u_int32_t flag) in hash_get()
534 hash_put(const DB *dbp, DBT *key, const DBT *data, u_int32_t flag) in hash_put()
552 hash_delete(const DB *dbp, const DBT *key, in hash_delete()
699 hash_seq(const DB *dbp, DBT *key, DBT *data, u_int32_t flag) in hash_seq()
/freebsd/lib/libc/db/btree/
H A Dbt_close.c60 __bt_close(DB *dbp) in __bt_close()
114 __bt_sync(const DB *dbp, u_int flags) in __bt_sync()
H A Dbt_debug.c52 __bt_dump(DB *dbp) in __bt_dump()
127 __bt_dnpage(DB *dbp, pgno_t pgno) in __bt_dnpage()
240 __bt_stat(DB *dbp) in __bt_stat()
H A Dbt_open.c93 DB *dbp; in __bt_open() local
426 __bt_fd(const DB *dbp) in __bt_fd()
H A Dbt_get.c57 __bt_get(const DB *dbp, const DBT *key, DBT *data, u_int flags) in __bt_get()
/freebsd/libexec/ypxfr/
H A Dyp_dbwrite.c57 DB *dbp; in yp_open_db_rw() local
91 yp_put_record(DB *dbp, DBT *key, DBT *data, int allow_overwrite) in yp_put_record()
/freebsd/lib/libc/db/recno/
H A Drec_close.c56 __rec_close(DB *dbp) in __rec_close()
103 __rec_sync(const DB *dbp, u_int flags) in __rec_sync()
H A Drec_open.c57 DB *dbp; in __rec_open() local
216 __rec_fd(const DB *dbp) in __rec_fd()
H A Drec_seq.c55 __rec_seq(const DB *dbp, DBT *key, DBT *data, u_int flags) in __rec_seq()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/
H A Drec_close.c62 __rec_close(DB *dbp) in __rec_close()
110 __rec_sync(const DB *dbp, u_int flags) in __rec_sync()
H A Drec_open.c63 DB *dbp; in __rec_open() local
227 __rec_fd(const DB *dbp) in __rec_fd()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu.c177 const void *tag, dmu_buf_t **dbp) in dmu_buf_hold_noread_by_dnode()
198 const void *tag, dmu_buf_t **dbp) in dmu_buf_hold_noread()
225 const void *tag, dmu_buf_t **dbp, dmu_flags_t flags) in dmu_buf_hold_by_dnode()
244 const void *tag, dmu_buf_t **dbp, dmu_flags_t flags) in dmu_buf_hold()
348 int dmu_bonus_hold_by_dnode(dnode_t *dn, const void *tag, dmu_buf_t **dbp, in dmu_bonus_hold_by_dnode()
391 dmu_bonus_hold(objset_t *os, uint64_t object, const void *tag, dmu_buf_t **dbp) in dmu_bonus_hold()
417 dmu_buf_t **dbp) in dmu_spill_hold_by_dnode()
445 dmu_spill_hold_existing(dmu_buf_t *bonus, const void *tag, dmu_buf_t **dbp) in dmu_spill_hold_existing()
475 dmu_buf_t **dbp) in dmu_spill_hold_by_bonus()
498 dmu_buf_t **dbp; in dmu_buf_hold_array_by_dnode() local
[all …]
/freebsd/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c79 DB *dbp; in unwind() local
110 DB *dbp; in main() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Ddmu_os.c69 dmu_buf_t **dbp; in dmu_write_pages() local
138 dmu_buf_t **dbp; in dmu_read_pages() local
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c103 dt_bkpt_t *dbp; in dt_proc_bpcreate() local
125 dt_bkpt_t *dbp, *nbp; in dt_proc_bpdestroy() local
145 dt_bkpt_t *dbp; in dt_proc_bpmatch() local
174 dt_bkpt_t *dbp; in dt_proc_bpenable() local
191 dt_bkpt_t *dbp; in dt_proc_bpdisable() local

123