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

123

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu.c153 void *tag, dmu_buf_t **dbp)
164 *dbp = NULL;
168 *dbp = &db->db;
173 void *tag, dmu_buf_t **dbp)
190 *dbp = NULL;
194 *dbp = &db->db;
200 void *tag, dmu_buf_t **dbp, int flags)
208 err = dmu_buf_hold_noread_by_dnode(dn, offset, tag, dbp);
210 dmu_buf_impl_t *db = (dmu_buf_impl_t *)(*dbp);
214 *dbp
152 dmu_buf_hold_noread_by_dnode(dnode_t *dn, uint64_t offset, void *tag, dmu_buf_t **dbp) argument
172 dmu_buf_hold_noread(objset_t *os, uint64_t object, uint64_t offset, void *tag, dmu_buf_t **dbp) argument
199 dmu_buf_hold_by_dnode(dnode_t *dn, uint64_t offset, void *tag, dmu_buf_t **dbp, int flags) argument
222 dmu_buf_hold(objset_t *os, uint64_t object, uint64_t offset, void *tag, dmu_buf_t **dbp, int flags) argument
330 dmu_bonus_hold(objset_t *os, uint64_t object, void *tag, dmu_buf_t **dbp) argument
380 dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags, void *tag, dmu_buf_t **dbp) argument
403 dmu_spill_hold_existing(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp) argument
432 dmu_spill_hold_by_bonus(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp) argument
456 dmu_buf_t **dbp; local
600 dmu_buf_impl_t **dbp = (dmu_buf_impl_t **)dbp_fake; local
905 dmu_buf_t **dbp; local
978 dmu_write_impl(dmu_buf_t **dbp, int numbufs, uint64_t offset, uint64_t size, const void *buf, dmu_tx_t *tx) argument
1015 dmu_buf_t **dbp; local
1031 dmu_buf_t **dbp; local
1164 dmu_buf_t **dbp; local
1327 dmu_buf_t **dbp; local
1443 dmu_buf_t **dbp; local
1556 dmu_buf_t **dbp; local
1613 dmu_buf_t **dbp; local
1672 dmu_buf_t **dbp; local
[all...]
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);
107 dmu_buf_t *dbp; local
111 zp->z_id, 0, FTAG, &dbp, DMU_READ_NO_PREFETCH));
113 dmu_buf_will_dirty(dbp, tx);
115 ASSERT3U(len, <=, dbp->db_size);
116 bcopy(link, dbp->db_data, len);
117 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-11-stable/lib/libc/db/hash/
H A Dhash.c103 DB *dbp; local
188 if (!(dbp = (DB *)malloc(sizeof(DB)))) {
194 dbp->internal = hashp;
195 dbp->close = hash_close;
196 dbp->del = hash_delete;
197 dbp->fd = hash_fd;
198 dbp->get = hash_get;
199 dbp->put = hash_put;
200 dbp->seq = hash_seq;
201 dbp
239 hash_close(DB *dbp) argument
254 hash_fd(const DB *dbp) argument
446 hash_sync(const DB *dbp, u_int32_t flags) argument
521 hash_get(const DB *dbp, const DBT *key, DBT *data, u_int32_t flag) argument
534 hash_put(const DB *dbp, DBT *key, const DBT *data, u_int32_t flag) argument
552 hash_delete(const DB *dbp, const DBT *key, u_int32_t flag) argument
699 hash_seq(const DB *dbp, DBT *key, DBT *data, u_int32_t flag) argument
[all...]
/freebsd-11-stable/bin/dd/
H A Ddd.c186 /* dbp is the first free position in each buffer. */
187 in.dbp = in.db;
188 out.dbp = out.db;
352 memset(in.dbp, fill_char, in.dbsz);
354 memset(in.dbp, ' ', in.dbsz);
356 memset(in.dbp, 0, in.dbsz);
359 n = read(in.fd, in.dbp, in.dbsz);
426 swapbytes(in.dbp, (size_t)n);
429 in.dbp += in.dbrcnt;
453 memset(out.dbp, fill_cha
[all...]
H A Ddd.h40 u_char *dbp; /* current buffer I/O address */ member in struct:__anon1
/freebsd-11-stable/lib/libc/db/recno/
H A Drec_seq.c51 * dbp: pointer to access method
60 __rec_seq(const DB *dbp, DBT *key, DBT *data, u_int flags) argument
67 t = dbp->internal;
H A Drec_delete.c54 * dbp: pointer to access method
62 __rec_delete(const DB *dbp, const DBT *key, u_int flags) argument
68 t = dbp->internal;
H A Drec_get.c52 * dbp: pointer to access method
61 __rec_get(const DB *dbp, const DBT *key, DBT *data, u_int flags) argument
68 t = dbp->internal;
H A Drec_put.c50 * dbp: pointer to access method
60 __rec_put(const DB *dbp, DBT *key, const DBT *data, u_int flags) argument
67 t = dbp->internal;
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_debug.c53 * dbp: pointer to the DB
56 __bt_dump(DB *dbp) argument
63 t = dbp->internal;
131 __bt_dnpage(DB *dbp, pgno_t pgno) argument
136 t = dbp->internal;
241 * dbp: pointer to the DB
244 __bt_stat(DB *dbp) argument
254 t = dbp->internal;
H A Dextern.h47 int __bt_put(const DB *dbp, DBT *, const DBT *, u_int);
H A Dbt_put.c55 * dbp: pointer to access method
65 __bt_put(const DB *dbp, DBT *key, const DBT *data, u_int flags) argument
77 t = dbp->internal;
H A Dbt_seq.c66 * dbp: pointer to access method
75 __bt_seq(const DB *dbp, DBT *key, DBT *data, u_int flags) argument
81 t = dbp->internal;
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c321 DB *dbp = NULL; local
431 if ((dbp = yp_open_db_rw(domain, maps[i], FLAGS)) == NULL) {
440 if (yp_put_record(dbp, &key, &data, 1) != YP_TRUE) {
443 (void)(dbp->close)(dbp);
452 if (yp_put_record(dbp, &key, &data, 1) != YP_TRUE) {
455 (void)(dbp->close)(dbp);
459 (void)(dbp->close)(dbp);
[all...]
/freebsd-11-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-11-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-11-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-11-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-11-stable/include/
H A Ddb.h214 void __dbpanic(DB *dbp);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddbuf.h286 void dbuf_spill_hold(struct dnode *dn, dmu_buf_impl_t **dbp, void *tag);
295 void *tag, dmu_buf_impl_t **dbp);
H A Ddmu.h466 int dmu_spill_hold_by_bonus(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp);
468 void *tag, dmu_buf_t **dbp);
469 int dmu_spill_hold_existing(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp);
488 void *tag, dmu_buf_t **dbp, int flags);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.h425 uint64_t dbp:1; /**< Indicates that a Debug Breakpoint exception member in struct:__anon8467::__anon8468
/freebsd-11-stable/contrib/tcsh/
H A Dsh.dir.c1259 Char **dblk, **dbp; local
1267 dbp = dblk = xmalloc((i + 1) * sizeof(Char *));
1268 for (dn = dhead.di_prev; dn != &dhead; dn = dn->di_prev, dbp++)
1269 *dbp = Strsave(dn->di_name);
1270 *dbp = NULL;

Completed in 305 milliseconds

123