Searched defs:db (Results 126 - 139 of 139) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c1054 dmu_buf_t *db; local
1126 error = dmu_buf_hold(os, object, offset, zgd, &db,
1130 blkptr_t *obp = dmu_buf_get_blkptr(db);
1136 zgd->zgd_db = db;
1139 ASSERT(db->db_offset == offset);
1140 ASSERT(db->db_size == size);
H A Ddmu_send.c2126 dmu_buf_t *db; local
2128 VERIFY0(dmu_bonus_hold(rwa->os, drro->drr_object, FTAG, &db));
2129 dmu_buf_will_dirty(db, tx);
2131 ASSERT3U(db->db_size, >=, drro->drr_bonuslen);
2132 bcopy(data, db->db_data, drro->drr_bonuslen);
2136 dmu_ot_byteswap[byteswap].ob_func(db->db_data,
2139 dmu_buf_rele(db, FTAG);
2341 dmu_buf_t *db, *db_spill; local
2351 VERIFY0(dmu_bonus_hold(rwa->os, drrs->drr_object, FTAG, &db));
2352 if ((err = dmu_spill_hold_by_bonus(db, FTA
[all...]
H A Dspa.c1580 dmu_buf_t *db; local
1586 error = dmu_bonus_hold(spa->spa_meta_objset, obj, FTAG, &db);
1590 nvsize = *(uint64_t *)db->db_data;
1591 dmu_buf_rele(db, FTAG);
6048 dmu_buf_t *db; local
6068 VERIFY(0 == dmu_bonus_hold(spa->spa_meta_objset, obj, FTAG, &db));
6069 dmu_buf_will_dirty(db, tx);
6070 *(uint64_t *)db->db_data = nvsize;
6071 dmu_buf_rele(db, FTAG);
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1551 int d1, day1, carry1, d2, day2, carry2, daysahead, mon, yr, db, wd; local
1748 db = days_btwn(tm->tm_mon, tm->tm_mday, tm->tm_year, mon,
1750 wd = (tm->tm_wday + db)%7;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c2005 DB *db = NULL; variable
2025 if (i < 3 || strcmp(&buf[i - 3], ".db") != 0)
2027 if (sm_strlcat(buf, ".db", sizeof(buf)) >= sizeof(buf))
2131 db = dbopen(buf, omode, DBMMODE, dbtype, openinfo);
2148 ret = db_create(&db, NULL, 0);
2150 if (ret == 0 && db != NULL)
2152 ret = db->set_cachesize(db, 0, DB_CACHE_SIZE, 0);
2155 (void) db->close(db,
2307 register DB *db = (DB *) map->map_db2; local
2472 register DB *db = map->map_db2; local
2575 register DB *db = map->map_db2; local
[all...]
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1437 dmu_buf_t *db; local
1442 VERIFY3U(0, ==, dmu_bonus_hold(os, obj, FTAG, &db));
1443 bt = db->db_data;
1447 dmu_buf_rele(db, FTAG);
1813 dmu_buf_t *db = NULL; local
1833 error = dmu_bonus_hold(os, object, FTAG, &db);
1837 bonus = db->db_data;
1838 bsize = db->db_size;
1839 dn = DB_DNODE((dmu_buf_impl_t *)db);
1927 if (db !
2051 dmu_buf_t *db; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c2695 ipsec_conf_flush(int db) argument
2718 msg->spd_msg_spdid = db;
2752 if (db == SPD_ACTIVE) {
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c4428 * See whether any of the direct blocks in the array pointed by "db" and of
4437 checkdirect(ino_t ino, daddr32_t *fragsp, daddr32_t *db, int ne) argument
4448 if ((frag = *db++) != 0) {
4521 fixdirect(caddr_t bp, daddr32_t frag, daddr32_t *db, int ne) argument
4526 for (i = 0; i < ne; ++i, ++db) {
4527 if (*db == 0)
4529 if ((cfp = findcsfrag(*db, &csfragino)) == NULL)
4531 *db = cfp->nfrag;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c7328 dblk_t *db; local
7348 db = mp->b_datap;
7349 if ((db->db_ref != 1) || (mp->b_wptr + hlen > db->db_lim)) {
7388 db = mp->b_datap;
7390 ASSERT3P(mp->b_wptr, <=, db->db_lim);
7391 ASSERT3P(mp->b_rptr, <=, db->db_lim);
7393 ASSERT3P(mp->b_wptr, >=, db->db_base);
7394 ASSERT3P(mp->b_rptr, >=, db->db_base);
7408 dblk_t *db; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c458 } db; member in struct:mdb_dmu_buf_impl
471 mdb_dmu_buf_impl_t db; local
481 if (mdb_ctf_vread(&db, ZFS_STRUCT "dmu_buf_impl", "mdb_dmu_buf_impl_t",
485 if (db.db.db_object == DMU_META_DNODE_OBJECT)
489 (u_longlong_t)db.db.db_object);
491 if (db.db_blkid == DMU_BONUS_BLKID)
495 (u_longlong_t)db.db_blkid);
497 if (objset_name(db
514 dmu_buf_impl_t db; local
730 dmu_buf_t db; local
1991 mdb_dmu_buf_impl_t db; local
[all...]
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1295 ztest_bt_bonus(dmu_buf_t *db) argument
1300 dmu_object_info_from_db(db, &doi);
1301 ASSERT3U(doi.doi_bonus_size, <=, db->db_size);
1303 bt = (void *)((char *)db->db_data + doi.doi_bonus_size - sizeof (*bt));
1427 dmu_buf_t *db; local
1489 VERIFY3U(0, ==, dmu_bonus_hold(os, lr->lr_foid, FTAG, &db));
1490 bbt = ztest_bt_bonus(db);
1491 dmu_buf_will_dirty(db, tx);
1493 dmu_buf_rele(db, FTAG);
1567 dmu_buf_t *db; local
1725 dmu_buf_t *db; local
1848 dmu_buf_t *db; local
1965 dmu_buf_t *db; local
5052 dmu_buf_t *db; local
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.h597 uint8_t db; member in struct:modal_eep_header
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h1491 struct iwh_tx_power_db db; member in struct:iwh_tx_power_table_cmd
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h1491 struct iwp_tx_power_db db; member in struct:iwp_tx_power_table_cmd

Completed in 631 milliseconds

123456