Searched refs:db (Results 201 - 225 of 486) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dqat.h197 #define qat_crypt(dir, s, d, a, al, i, db, k, c, el) \
200 (void) sizeof (db), (void) sizeof (k), (void) sizeof (c), \
/freebsd-current/contrib/llvm-project/libunwind/include/
H A Dunwind.h173 void *db) LIBUNWIND_UNAVAIL;
177 void *tb, void *db)
/freebsd-current/release/scripts/
H A Dmm-mtree.sh6 # process to generate the /var/db/mergemaster.mtree file relevant to
35 MTREEDB=${MTREEDB:-/var/db}
125 # We really don't want to have to deal with files like login.conf.db, pwd.db,
126 # or spwd.db. Instead, we want to compare the text versions, and run *_mkdb.
129 rm -f ${TEMPROOT}/etc/*.db ${TEMPROOT}/etc/passwd
/freebsd-current/usr.sbin/usbconfig/
H A Ddump.c319 FILE *db = NULL; local
332 db = fopen(dbf, "r");
333 if (db == NULL) {
335 if ((db = fopen(dbf, "r")) == NULL) {
337 if ((db = fopen(dbf, "r")) == NULL)
345 if (fgets(buf, sizeof(buf), db) == NULL)
391 if (ferror(db))
392 err(1, "error reading the usb id db");
394 fclose(db);
/freebsd-current/usr.bin/locate/locate/
H A Dupdatedb.sh53 : ${FCODES:=/var/db/locate.database} # the database
55 : ${PRUNEPATHS="/tmp /usr/tmp /var/tmp /var/db/freebsd-update"} # unwanted directories
/freebsd-current/contrib/nvi/common/
H A Dexf.h18 DB *db; /* File db structure. */ member in struct:_exf
25 DB *log; /* Log db structure. */
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_common.kshlib65 udevadm info --cleanup-db
/freebsd-current/libexec/ypxfr/
H A Dyp_dbwrite.c36 #include <db.h>
/freebsd-current/tools/tools/makeroot/
H A Dmakeroot.sh143 ./etc/pwd.db type=file mode=0644 uname=root gname=wheel contents=${tmpdir}/pwd.db
144 ./etc/spwd.db type=file mode=0600 uname=root gname=wheel contents=${tmpdir}/spwd.db
/freebsd-current/usr.sbin/etcupdate/tests/
H A Dconflicts_test.sh220 missing /etc/login.conf.db
228 missing /etc/login.conf.db
238 file /etc/login.conf.db
257 file /etc/login.conf.db
/freebsd-current/lib/libc/db/test/hash.tests/
H A Dtverify.c38 #include <db.h>
H A Dtdel.c37 #include <db.h>
H A Dtread2.c38 #include <db.h>
H A Dtcreat3.c38 #include <db.h>
/freebsd-current/lib/libc/db/db/
H A Ddb.c39 #include <db.h>
/freebsd-current/usr.sbin/ypserv/
H A Dyp_extern.h35 #include <db.h>
/freebsd-current/contrib/ofed/libirdma/
H A Dirdma_umain.c176 iwvctx->db = mmap(NULL, IRDMA_HW_PAGE_SIZE, PROT_WRITE | PROT_READ,
178 if (iwvctx->db == MAP_FAILED)
185 munmap(iwvctx->db, IRDMA_HW_PAGE_SIZE);
208 munmap(iwvctx->db, IRDMA_HW_PAGE_SIZE);
/freebsd-current/crypto/heimdal/kadmin/
H A Dload.c373 HDB *db = _kadm5_s_get_db(kadm_handle); local
389 ret = db->hdb_open(context, db, flags, 0600);
531 ret = db->hdb_store(context, db, HDB_F_REPLACE, &ent);
538 db->hdb_close(context, db);
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dget_s.c78 ret = context->db->hdb_open(context->context, context->db, O_RDONLY, 0);
81 ret = context->db->hdb_fetch_kvno(context->context, context->db, princ,
83 context->db->hdb_close(context->context, context->db);
249 context->db, &ent.entry, &pw);
/freebsd-current/sys/dev/ntb/
H A Dntb.c64 int i, mw, mwu, mwt, spad, spadu, spadt, db, dbu, dbt; local
93 db = (np && np[0] != 0) ? strtol(np, NULL, 10) : dbt - dbu;
95 if (mw > mwt - mwu || spad > spadt - spadu || db > dbt - dbu) {
107 nc->dbcnt = db;
108 nc->dbmask = (db == 0) ? 0 : (0xffffffffffffffff >> (64 - db));
131 if (db > 0) {
133 if (db > 1)
134 printf("-%d", dbu + db - 1);
141 dbu += db;
[all...]
/freebsd-current/bin/dd/
H A Ddd.c231 if ((in.db = malloc((size_t)out.dbsz + in.dbsz - 1)) == NULL)
233 out.db = in.db;
234 } else if ((in.db = malloc(MAX((size_t)in.dbsz, cbsz) + cbsz)) == NULL ||
235 (out.db = malloc(out.dbsz + cbsz)) == NULL)
239 in.dbp = in.db;
240 out.dbp = out.db;
563 outp = out.db;
641 (void)memmove(out.db, out.dbp - out.dbcnt, out.dbcnt);
642 out.dbp = out.db
[all...]
/freebsd-current/contrib/sendmail/libsmdb/
H A Dsmdb.c37 SMDB_DATABASE *db; local
39 db = (SMDB_DATABASE *) malloc(sizeof(SMDB_DATABASE));
41 if (db != NULL)
42 (void) memset(db, '\0', sizeof(SMDB_DATABASE));
44 return db;
260 ** db_name -- The name of the db.
410 ** SMDB_SETUP_FILE -- Gets db file ready for use.
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c618 dmu_buf_impl_t *db = (dmu_buf_impl_t *)sa_get_db(zp->z_sa_hdl); local
619 DB_DNODE_ENTER(db);
620 dmu_tx_hold_write_by_dnode(tx, DB_DNODE(db), woff, nbytes);
621 DB_DNODE_EXIT(db);
849 dmu_buf_t *db; local
934 &db);
939 zgd->zgd_db = db;
942 ASSERT(db->db_offset == offset);
943 ASSERT(db->db_size == size);
1056 dmu_buf_impl_t *db; local
1467 dmu_buf_impl_t *db; local
[all...]
H A Dzfs_fuid.c110 dmu_buf_t *db; local
115 FTAG, &db));
116 fuid_size = *(uint64_t *)db->db_data;
117 dmu_buf_rele(db, FTAG);
225 dmu_buf_t *db; local
276 FTAG, &db));
277 dmu_buf_will_dirty(db, tx);
278 *(uint64_t *)db->db_data = zfsvfs->z_fuid_size;
279 dmu_buf_rele(db, FTAG);
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_srq.c132 err = mlx5_ib_db_map_user(ucontext, ucmd.db_addr, &srq->db);
163 err = mlx5_db_alloc(dev->mdev, &srq->db);
214 mlx5_db_free(dev->mdev, &srq->db);
226 &srq->db);
235 mlx5_db_free(dev->mdev, &srq->db);
309 in.db_record = srq->db.dma;
408 &msrq->db);
490 *srq->db.db = cpu_to_be32(srq->wqe_ctr);

Completed in 190 milliseconds

1234567891011>>