Searched refs:dbp (Results 26 - 50 of 57) sorted by relevance

123

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_sa.c83 dmu_buf_t *dbp; local
85 0, FTAG, &dbp, DMU_READ_NO_PREFETCH)) == 0) {
86 error = uiomove(dbp->db_data,
88 dmu_buf_rele(dbp, FTAG);
106 dmu_buf_t *dbp; local
110 zp->z_id, 0, FTAG, &dbp, DMU_READ_NO_PREFETCH));
112 dmu_buf_will_dirty(dbp, tx);
114 ASSERT3U(len, <=, dbp->db_size);
115 bcopy(link, dbp->db_data, len);
116 dmu_buf_rele(dbp, FTA
[all...]
H A Dspa_history.c89 dmu_buf_t *dbp; local
102 VERIFY(0 == dmu_bonus_hold(mos, spa->spa_history, FTAG, &dbp));
103 ASSERT(dbp->db_size >= sizeof (spa_history_phys_t));
105 shpp = dbp->db_data;
106 dmu_buf_will_dirty(dbp, tx);
117 dmu_buf_rele(dbp, FTAG);
269 dmu_buf_t *dbp; local
289 VERIFY0(dmu_bonus_hold(mos, spa->spa_history, FTAG, &dbp));
290 shpp = dbp->db_data;
292 dmu_buf_will_dirty(dbp, t
425 dmu_buf_t *dbp; local
[all...]
H A Dspa_checkpoint.c406 dmu_buf_t **dbp; local
425 B_TRUE, FTAG, &numbufs, &dbp);
437 dmu_buf_rele_array(dbp, numbufs, FTAG);
/freebsd-12-stable/lib/libc/db/hash/
H A Dhash.c105 DB *dbp; local
190 if (!(dbp = (DB *)malloc(sizeof(DB)))) {
196 dbp->internal = hashp;
197 dbp->close = hash_close;
198 dbp->del = hash_delete;
199 dbp->fd = hash_fd;
200 dbp->get = hash_get;
201 dbp->put = hash_put;
202 dbp->seq = hash_seq;
203 dbp
241 hash_close(DB *dbp) argument
256 hash_fd(const DB *dbp) argument
448 hash_sync(const DB *dbp, u_int32_t flags) argument
523 hash_get(const DB *dbp, const DBT *key, DBT *data, u_int32_t flag) argument
536 hash_put(const DB *dbp, DBT *key, const DBT *data, u_int32_t flag) argument
554 hash_delete(const DB *dbp, const DBT *key, u_int32_t flag) argument
701 hash_seq(const DB *dbp, DBT *key, DBT *data, u_int32_t flag) argument
[all...]
/freebsd-12-stable/lib/libc/db/recno/
H A Drec_seq.c53 * dbp: pointer to access method
62 __rec_seq(const DB *dbp, DBT *key, DBT *data, u_int flags) argument
69 t = dbp->internal;
H A Drec_delete.c56 * dbp: pointer to access method
64 __rec_delete(const DB *dbp, const DBT *key, u_int flags) argument
70 t = dbp->internal;
H A Drec_get.c54 * dbp: pointer to access method
63 __rec_get(const DB *dbp, const DBT *key, DBT *data, u_int flags) argument
70 t = dbp->internal;
H A Drec_put.c52 * dbp: pointer to access method
62 __rec_put(const DB *dbp, DBT *key, const DBT *data, u_int flags) argument
69 t = dbp->internal;
/freebsd-12-stable/bin/dd/
H A Ddd.c243 /* dbp is the first free position in each buffer. */
244 in.dbp = in.db;
245 out.dbp = out.db;
409 memset(in.dbp, fill_char, in.dbsz);
411 memset(in.dbp, ' ', in.dbsz);
413 memset(in.dbp, 0, in.dbsz);
418 n = read(in.fd, in.dbp + in.dbrcnt, in.dbsz - in.dbrcnt);
485 swapbytes(in.dbp, (size_t)n);
489 in.dbp += in.dbrcnt;
513 memset(out.dbp, fill_cha
[all...]
H A Ddd.h42 u_char *dbp; /* current buffer I/O address */ member in struct:__anon2
/freebsd-12-stable/lib/libc/db/btree/
H A Dbt_debug.c55 * dbp: pointer to the DB
58 __bt_dump(DB *dbp) argument
65 t = dbp->internal;
133 __bt_dnpage(DB *dbp, pgno_t pgno) argument
138 t = dbp->internal;
243 * dbp: pointer to the DB
246 __bt_stat(DB *dbp) argument
256 t = dbp->internal;
H A Dextern.h49 int __bt_put(const DB *dbp, DBT *, const DBT *, u_int);
H A Dbt_put.c57 * dbp: pointer to access method
67 __bt_put(const DB *dbp, DBT *key, const DBT *data, u_int flags) argument
79 t = dbp->internal;
H A Dbt_seq.c68 * dbp: pointer to access method
77 __bt_seq(const DB *dbp, DBT *key, DBT *data, u_int flags) argument
83 t = dbp->internal;
H A Dbt_delete.c63 __bt_delete(const DB *dbp, const DBT *key, u_int flags) argument
70 t = dbp->internal;
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c253 char *dbp, *ebp; local
255 dbp = des;
256 ebp = dbp + sizeof(des);
374 xsbprintf(&dbp, ebp, "%sClock Unsynchronized",
378 xsbprintf(&dbp, ebp, "%sClock Error",
383 xsbprintf(&dbp, ebp, "%sPPS Frequency Sync wanted but no PPS",
388 xsbprintf(&dbp, ebp, "%sPPS Time Sync wanted but no PPS signal",
393 xsbprintf(&dbp, ebp, "%sPPS Time Sync wanted but PPS Jitter exceeded",
398 xsbprintf(&dbp, ebp, "%sPPS Frequency Sync wanted but PPS Wander exceeded",
403 xsbprintf(&dbp, eb
[all...]
/freebsd-12-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c323 DB *dbp = NULL; local
433 if ((dbp = yp_open_db_rw(domain, maps[i], FLAGS)) == NULL) {
442 if (yp_put_record(dbp, &key, &data, 1) != YP_TRUE) {
445 (void)(dbp->close)(dbp);
454 if (yp_put_record(dbp, &key, &data, 1) != YP_TRUE) {
457 (void)(dbp->close)(dbp);
461 (void)(dbp->close)(dbp);
[all...]
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_global.c77 CHAR_T *dbp; local
210 if (db_get(sp, start, DBG_FATAL, &dbp, &len))
215 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) {
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c701 static char **dbp; variable
710 dbp = NULL;
730 if (dbp == NULL)
731 dbp = db_array;
733 if (pfp == NULL && (pfp = fopen(*dbp, "r")) == NULL) {
750 if (*++dbp == NULL) {
754 fopen(*dbp, "r")) == NULL) {
/freebsd-12-stable/lib/libc/gen/
H A Dgetcap.c626 static char **dbp; variable
635 dbp = NULL;
654 if (dbp == NULL)
655 dbp = db_array;
657 if (pfp == NULL && (pfp = fopen(*dbp, "re")) == NULL) {
678 if (*++dbp == NULL) {
682 fopen(*dbp, "re")) == NULL) {
/freebsd-12-stable/include/
H A Ddb.h216 void __dbpanic(DB *dbp);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddbuf.h287 void dbuf_spill_hold(struct dnode *dn, dmu_buf_impl_t **dbp, void *tag);
296 void *tag, dmu_buf_impl_t **dbp);
H A Ddmu.h488 int dmu_spill_hold_by_bonus(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp);
490 void *tag, dmu_buf_t **dbp);
491 int dmu_spill_hold_existing(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp);
510 void *tag, dmu_buf_t **dbp, int flags);
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.h425 uint64_t dbp:1; /**< Indicates that a Debug Breakpoint exception member in struct:__anon11126::__anon11127
/freebsd-12-stable/contrib/tcsh/
H A Dsh.dir.c1262 Char **dblk, **dbp; local
1270 dbp = dblk = xmalloc((i + 1) * sizeof(Char *));
1271 for (dn = dhead.di_prev; dn != &dhead; dn = dn->di_prev, dbp++)
1272 *dbp = Strsave(dn->di_name);
1273 *dbp = NULL;

Completed in 343 milliseconds

123