/freebsd/crypto/heimdal/lib/hdb/ |
H A D | dbinfo.c | 91 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/contrib/netbsd-tests/lib/libc/db/ |
H A D | h_db.c | 108 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/usr.sbin/ypserv/ |
H A D | yp_dblookup.c | 73 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 D | dbtest.c | 82 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 D | hash.c | 99 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() 530 hash_put(const DB *dbp, DBT *key, const DBT *data, u_int32_t flag) in hash_put() 548 hash_delete(const DB *dbp, const DBT *key, in hash_delete() 695 hash_seq(const DB *dbp, DBT *key, DBT *data, u_int32_t flag) in hash_seq()
|
/freebsd/lib/libc/db/btree/ |
H A D | bt_close.c | 60 __bt_close(DB *dbp) in __bt_close() 114 __bt_sync(const DB *dbp, u_int flags) in __bt_sync()
|
H A D | bt_debug.c | 52 __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 D | bt_open.c | 93 DB *dbp; in __bt_open() local 426 __bt_fd(const DB *dbp) in __bt_fd()
|
H A D | bt_get.c | 57 __bt_get(const DB *dbp, const DBT *key, DBT *data, u_int flags) in __bt_get()
|
/freebsd/libexec/ypxfr/ |
H A D | yp_dbwrite.c | 57 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 D | rec_close.c | 56 __rec_close(DB *dbp) in __rec_close() 103 __rec_sync(const DB *dbp, u_int flags) in __rec_sync()
|
H A D | rec_open.c | 57 DB *dbp; in __rec_open() local 216 __rec_fd(const DB *dbp) in __rec_fd()
|
H A D | rec_seq.c | 55 __rec_seq(const DB *dbp, DBT *key, DBT *data, u_int flags) in __rec_seq()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu.c | 176 const void *tag, dmu_buf_t **dbp) in dmu_buf_hold_noread_by_dnode() 197 const void *tag, dmu_buf_t **dbp) in dmu_buf_hold_noread() 224 const void *tag, dmu_buf_t **dbp, int flags) in dmu_buf_hold_by_dnode() 249 const void *tag, dmu_buf_t **dbp, int flags) in dmu_buf_hold() 359 int dmu_bonus_hold_by_dnode(dnode_t *dn, const void *tag, dmu_buf_t **dbp, in dmu_bonus_hold_by_dnode() 408 dmu_bonus_hold(objset_t *os, uint64_t object, const void *tag, dmu_buf_t **dbp) in dmu_bonus_hold() 434 dmu_buf_t **dbp) in dmu_spill_hold_by_dnode() 462 dmu_spill_hold_existing(dmu_buf_t *bonus, const void *tag, dmu_buf_t **dbp) in dmu_spill_hold_existing() 492 dmu_buf_t **dbp) in dmu_spill_hold_by_bonus() 519 dmu_buf_t **dbp; in dmu_buf_hold_array_by_dnode() local [all …]
|
H A D | spa_history.c | 89 dmu_buf_t *dbp; in spa_history_create_obj() local 257 dmu_buf_t *dbp; in spa_history_log_sync() local 424 dmu_buf_t *dbp; in spa_history_get() local
|
/freebsd/usr.sbin/rpc.ypupdated/ |
H A D | yp_dbdelete.c | 50 yp_del_record(DB *dbp, DBT *key) in yp_del_record()
|
H A D | yp_dbupdate.c | 79 DB *dbp; in ypmap_update() local
|
/freebsd/usr.sbin/yp_mkdb/ |
H A D | yp_mkdb.c | 79 DB *dbp; in unwind() local 110 DB *dbp; in main() local
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | dmu_os.c | 69 dmu_buf_t **dbp; in dmu_write_pages() local 130 dmu_buf_t **dbp; in dmu_read_pages() local
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_proc.c | 103 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
|
/freebsd/lib/libc/db/test/hash.tests/ |
H A D | tseq.c | 50 DB *dbp; local
|
H A D | tcreat3.c | 49 DB *dbp; local
|
H A D | tdel.c | 50 DB *dbp; local
|
H A D | thash4.c | 52 DB *dbp; local
|
/freebsd/lib/libc/db/db/ |
H A D | db.c | 91 __dbpanic(DB *dbp) in __dbpanic()
|