Searched refs:zdb (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/cddl/usr.sbin/
H A DMakefile13 _zdb= zdb
/freebsd-9.3-release/cddl/usr.sbin/zdb/
H A DMakefile3 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/cmd/zdb
5 PROG= zdb
6 MAN= zdb.8
7 SRCS= zdb.c zdb_il.c
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dview.c929 dns_db_t *db, *zdb; local
957 zdb = NULL;
1043 dns_db_attach(zdb, &db);
1066 dns_db_attach(db, &zdb);
1067 dns_db_attachnode(zdb, node, &znode);
1123 if (zdb != NULL) {
1125 dns_db_detachnode(zdb, &znode);
1126 dns_db_detach(&zdb);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h608 int dmu_write_uio_dbuf(dmu_buf_t *zdb, struct uio *uio, uint64_t size,
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dquery.c3034 dns_db_t *db, *zdb; local
3056 zdb = NULL;
3107 zdb = db;
3210 if (zdb != NULL) {
3216 dns_db_detach(&zdb);
5566 dns_db_t *db, *zdb; local
5618 zdb = NULL;
6319 zdb = db;
6374 * We don't clean up zdb here because we
6424 client->query.gluedb = zdb;
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c5144 * Verify pool integrity by running zdb.
5150 char zdb[MAXPATHLEN + MAXNAMELEN + 20]; local
5158 strlcpy(zdb, "/usr/bin/ztest", sizeof(zdb));
5160 /* zdb lives in /usr/sbin, while ztest lives in /usr/bin */
5161 bin = strstr(zdb, "/usr/bin/");
5168 "/usr/sbin%.*s/zdb -bcc%s%s -U %s %s",
5178 (void) printf("Executing %s\n", strstr(zdb, "zdb "));
5180 fp = popen(zdb, "
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu.c1094 dmu_write_uio_dbuf(dmu_buf_t *zdb, uio_t *uio, uint64_t size, argument
1097 dmu_buf_impl_t *db = (dmu_buf_impl_t *)zdb;

Completed in 271 milliseconds