Searched refs:db (Results 451 - 475 of 548) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/crypto/heimdal/kdc/
H A Ddigest.c172 HDB *db; local
180 HDB_F_GET_CLIENT, NULL, &db, &user);
185 ret = hdb_entry_get_password(context, db, &user->entry, password);
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_netmap.c94 &starve_fl, 0, "Don't ring fl db for netmap rx queues.");
930 u_int db = nm_txq->doorbells; local
936 clrbit(&db, DOORBELL_WCWR);
939 switch (ffs(db) - 1) {
/freebsd-13-stable/lib/libc/db/btree/
H A Dbt_delete.c47 #include <db.h>
H A Dbt_split.c48 #include <db.h>
/freebsd-13-stable/lib/libc/db/hash/
H A Dhash_bigkey.c70 #include <db.h>
/freebsd-13-stable/lib/libc/db/test/
H A Ddbtest.c56 #include <db.h>
140 /* Set up the db structure as necessary. */
332 err("db->close: %s", strerror(errno));
/freebsd-13-stable/lib/libc/gen/
H A Dgetcap.c52 #include <db.h>
243 (void)snprintf(pbuf, sizeof(pbuf), "%s.db", *db_p);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h1105 double db = __B; local
1106 result [0] = db;
1115 double db = __B; local
1116 result [0] = db;
/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c50 #include <db.h>
199 perror("Unexpected return value from db get routine");
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c59 #include <db.h>
156 /* Set up the db structure as necessary. */
349 err(1, "db->close failed");
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c44 #include <db.h>
71 * Don't use db support unless it's build into libc but we don't
294 (void)snprintf(pbuf, sizeof(pbuf), "%s.db", *db_p);
/freebsd-13-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c52 #include <db.h>
/freebsd-13-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c48 #include <db.h>
658 * Call pw_mkdb to rebuild passwd and the .db files
886 * Call pw_mkdb to rebuild passwd and the .db files
/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_dblookup.c38 #include <db.h>
H A DMakefile.yp260 @$(MKDB) -u $(ALIASES).db \
/freebsd-13-stable/tools/tools/nanobsd/
H A Ddefaults.sh53 NANO_PKG_META_BASE=/var/db
576 # Disable entropy file, since / is read-only /var/db/entropy should be enough?
/freebsd-13-stable/tools/tools/sysbuild/
H A Dsysbuild.sh532 (cd / ; find var/db/ports -print | cpio -dumpv ${SBMNT} > /dev/null 2>&1)
/freebsd-13-stable/tools/build/
H A DMakefile147 # bootstrap the FreeBSD db code. The cross-build headers #define dbopen() to
149 INCS+= ${SRCTOP}/include/db.h
151 .include "${LIBC_SRCTOP}/db/Makefile.inc"
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk292 CLEANFILES += *.meta filemon.* *.db
/freebsd-13-stable/sys/dev/oce/
H A Doce_queue.c970 OCE_WRITE_REG32(sc, db, PD_EQ_DB, eq_db.dw0);
989 OCE_WRITE_REG32(sc, db, PD_CQ_DB, cq_db.dw0);
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rl.c127 sq->wq.db = &sq->wq.db[MLX5_SND_DBR];
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dqp.c929 qp->db[MLX5_SND_DBR] = htobe32(qp->sq.cur_post & 0xffff);
1210 qp->db[MLX5_RCV_DBR] = htobe32(qp->rq.head & 0xffff);
/freebsd-13-stable/share/mk/
H A Dmeta.autodep.mk293 CLEANFILES += *.meta filemon.* *.db
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr.c2231 uint32_t db; local
2237 db = mpr_regread(sc, MPI2_DOORBELL_OFFSET);
2238 if ((db & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) {
2239 if ((db & MPI2_DOORBELL_FAULT_CODE_MASK) ==
2243 mpr_dprint(sc, MPR_FAULT, "IOC Fault 0x%08x, Resetting\n", db);
/freebsd-13-stable/crypto/heimdal/etc/
H A DMakefile.in62 $(top_srcdir)/cf/db.m4 $(top_srcdir)/cf/destdirs.m4 \

Completed in 268 milliseconds

<<11121314151617181920>>