Searched refs:db (Results 226 - 250 of 486) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h276 void __iomem *db; member in struct:bnxt_qplib_db_info
647 writel(key, info->db);
656 u64 key, void __iomem *db,
663 writeq(key, db);
667 static inline void __replay_writeq(u64 key, void __iomem *db) argument
671 writeq(key, db);
684 __replay_writeq(info->shadow_key, info->db);
705 bnxt_qplib_write_db(info, key, info->db, &info->shadow_key);
718 bnxt_qplib_write_db(info, key, info->db, &info->shadow_key);
655 bnxt_qplib_write_db(struct bnxt_qplib_db_info *info, u64 key, void __iomem *db, u64 *shadow_key) argument
/freebsd-current/contrib/libpcap/msdos/
H A Dpkt_rx0.asm49 destinAdr db 6 dup (0) ; packet destination address
50 sourceAdr db 6 dup (0) ; packet source address
52 rxBuffer db RX_BUF_SIZE dup (0) ; RX buffer
58 _pktTemp db 20 dup (0) ; temp work area
59 _pktTxBuf db (TX_BUF_SIZE+14) dup (0) ; TX buffer
66 fanChars db '-\|/'
193 _pktRxEnd db 0 ; marker for end of r-mode code/data
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c336 dmu_buf_t *db, dmu_object_type_t obj_type, sa_handle_t *sa_hdl)
345 VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, zp,
534 zfs_znode_alloc(zfsvfs_t *zfsvfs, dmu_buf_t *db, int blksz, argument
569 zp->z_id = db->db_object;
576 zfs_znode_sa_init(zfsvfs, zp, db, obj_type, hdl);
701 dmu_buf_t *db; local
765 VERIFY0(sa_buf_hold(zfsvfs->z_os, obj, NULL, &db));
843 VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, NULL, SA_HDL_SHARED,
944 *zpp = zfs_znode_alloc(zfsvfs, db, 0, obj_type, sa_hdl);
1084 dmu_buf_t *db; local
335 zfs_znode_sa_init(zfsvfs_t *zfsvfs, znode_t *zp, dmu_buf_t *db, dmu_object_type_t obj_type, sa_handle_t *sa_hdl) argument
1192 dmu_buf_t *db; local
2025 zfs_grab_sa_handle(objset_t *osp, uint64_t obj, sa_handle_t **hdlp, dmu_buf_t **db, const void *tag) argument
2053 zfs_release_sa_handle(sa_handle_t *hdl, dmu_buf_t *db, const void *tag) argument
2227 dmu_buf_t *db; local
2251 dmu_buf_t *db; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c359 dmu_buf_t *db, dmu_object_type_t obj_type, sa_handle_t *sa_hdl)
367 VERIFY0(sa_handle_get_from_db(zfsvfs->z_os, db, zp,
415 zfs_znode_alloc(zfsvfs_t *zfsvfs, dmu_buf_t *db, int blksz, argument
465 zp->z_id = db->db_object;
475 zfs_znode_sa_init(zfsvfs, zp, db, obj_type, hdl);
582 dmu_buf_t *db; local
647 VERIFY0(sa_buf_hold(zfsvfs->z_os, obj, NULL, &db));
710 VERIFY0(sa_handle_get_from_db(zfsvfs->z_os, db, NULL, SA_HDL_SHARED,
800 *zpp = zfs_znode_alloc(zfsvfs, db, 0, obj_type, sa_hdl);
938 dmu_buf_t *db; local
358 zfs_znode_sa_init(zfsvfs_t *zfsvfs, znode_t *zp, dmu_buf_t *db, dmu_object_type_t obj_type, sa_handle_t *sa_hdl) argument
1076 dmu_buf_t *db; local
1818 zfs_grab_sa_handle(objset_t *osp, uint64_t obj, sa_handle_t **hdlp, dmu_buf_t **db, const void *tag) argument
1846 zfs_release_sa_handle(sa_handle_t *hdl, dmu_buf_t *db, const void *tag) argument
2020 dmu_buf_t *db; local
2044 dmu_buf_t *db; local
[all...]
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dext.c280 hdb_entry_get_password(krb5_context context, HDB *db, argument
292 if (db->hdb_master_key_set && ext->data.u.password.mkvno) {
296 db->hdb_master_key);
345 hdb_entry_set_password(krb5_context context, HDB *db, argument
355 if (db->hdb_master_key_set) {
357 key = _hdb_find_master_key(NULL, db->hdb_master_key);
/freebsd-current/contrib/ofed/libmlx5/
H A Dverbs.c679 srq->db = mlx5_alloc_dbrec(to_mctx(pd->context));
680 if (!srq->db) {
685 *srq->db = 0;
688 cmd.db_addr = (uintptr_t) srq->db;
717 mlx5_free_db(to_mctx(pd->context), srq->db);
764 mlx5_free_db(ctx, msrq->db);
1331 qp->db = mlx5_alloc_dbrec(ctx);
1332 if (!qp->db) {
1337 qp->db[MLX5_RCV_DBR] = 0;
1338 qp->db[MLX5_SND_DB
1582 uint32_t *db; local
[all...]
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_sim_db.c86 static int db_table_exists(sqlite3 *db, const char *name) argument
90 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK;
94 static int db_table_create_pseudonym(sqlite3 *db) argument
105 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
115 static int db_table_create_reauth(sqlite3 *db) argument
131 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
143 sqlite3 *db; local
145 if (sqlite3_open(db_file, &db)) {
147 "%s: %s", db_file, sqlite3_errmsg(db));
148 sqlite3_close(db);
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c418 mzap_open(dmu_buf_t *db) argument
421 uint64_t *zap_hdr = (uint64_t *)db->db_data;
430 zap->zap_objset = dmu_buf_get_objset(db);
431 zap->zap_object = db->db_object;
432 zap->zap_dbuf = db;
437 zap->zap_f.zap_block_shift = highbit64(db->db_size) - 1;
452 winner = dmu_buf_set_user(db, &zap->zap_dbu);
460 zap->zap_m.zap_num_chunks = db->db_size / MZAP_ENT_LEN - 1;
521 zap_lockdir_impl(dnode_t *dn, dmu_buf_t *db, const void *tag, dmu_tx_t *tx, argument
524 ASSERT0(db
601 dmu_buf_t *db; local
621 dmu_buf_t *db; local
716 dmu_buf_t *db; local
[all...]
/freebsd-current/contrib/kyua/store/
H A Dschema_inttest.cpp422 const fs::path testpath("test.db"); \
424 sqlite::database db = sqlite::database::open( \
426 db.exec(utils::read_file(store::detail::schema_file())); \
427 db.exec(utils::read_file(testdata_file(\
429 db.close(); \
462 const fs::path testpath("test.db"); \
464 sqlite::database db = sqlite::database::open( \
466 db.exec(utils::read_file(testdata_file(schema))); \
467 db.exec(utils::read_file(testdata_file(testdata))); \
468 db
[all...]
/freebsd-current/contrib/netbsd-tests/fs/nfs/
H A Dt_rquotad.sh75 atf_check -s exit:0 mkdir -p /rump/var/db
76 atf_check -s exit:0 touch /rump/var/db/mountdtab
100 export RUMPHIJACK='blanket=/var/run:/var/db:/export,socket=all,path=/rump,vfs=all'
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dinit_s.c64 ret = hdb_create(ctx->context, &ctx->db, ctx->config.dbname);
68 ctx->db, ctx->config.stash_file);
H A Dprivate.h91 HDB *db; member in struct:kadm5_server_context
/freebsd-current/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr.h148 perfmgr_db_t *db; member in struct:osm_perfmgr
270 perfmgr_db_delete_inactive(pm->db, &rc);
/freebsd-current/sys/dev/mthca/
H A Dmthca_provider.h236 __be32 *db; /* Arbel only */ member in struct:mthca_srq
260 __be32 *db; member in struct:mthca_wq
/freebsd-current/tools/test/stress2/tools/
H A Dfail.sh59 db.sh 20170323 ls stalls for more than 90 secs
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Djail151 cp /var/db/zoneinfo $1/var/db
/freebsd-current/release/tools/
H A Dvagrant.conf23 rm ${DESTDIR}/var/db/pkg/repo-*.sqlite
H A Dec2.conf32 rm ${DESTDIR}/var/db/pkg/repo-*.sqlite
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.h134 static void deallocate(distributedBarrier *db) { KMP_ALIGNED_FREE(db); } argument
/freebsd-current/lib/libc/db/hash/
H A Dhash_func.c37 #include <db.h>
/freebsd-current/lib/libc/db/recno/
H A Drec_seq.c39 #include <db.h>
H A Drec_search.c37 #include <db.h>
H A Drec_utils.c38 #include <db.h>
/freebsd-current/lib/libc/db/test/hash.tests/
H A Dthash4.c40 #include <db.h>
/freebsd-current/bin/dd/
H A Ddd.h38 u_char *db; /* buffer address */ member in struct:__anon2

Completed in 308 milliseconds

1234567891011>>