Searched refs:zdb (Results 1 – 18 of 18) sorted by relevance
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zdb_001_neg.ksh | 47 $@ > /tmp/zdb.$$ 48 $GREP "Dataset mos" /tmp/zdb.$$ 53 $RM /tmp/zdb.$$
|
/titanic_44/usr/src/tools/quick/ |
H A D | make-zfs | 196 zdb \ 257 $ROOT/usr/share/man/man1m/zdb.1m \ 264 (cd $SRC/man/man1m && make zdb.1m.check zfs.1m.check zpool.1m.check) 285 find cmd/zdb -name '*.[ch]' -print |sort
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zdb/ |
H A D | Makefile | 19 TESTDIR = $(ROOTOPTPKG)/tests/functional/cli_root/zdb
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/ |
H A D | Makefile | 40 SUBDIRS = zdb \
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-file-system-zfs.mf | 131 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/zdb mode=0555 132 file path=usr/sbin/$(ARCH64)/zdb mode=0555 134 file path=usr/share/man/man1m/zdb.1m 141 hardlink path=usr/sbin/zdb target=../../usr/lib/isaexec
|
H A D | system-test-zfstest.mf | 40 dir path=opt/zfs-tests/tests/functional/cli_root/zdb 346 file path=opt/zfs-tests/tests/functional/cli_root/zdb/zdb_001_neg mode=0555
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 726 int dmu_read_uio_dbuf(dmu_buf_t *zdb, struct uio *uio, uint64_t size); 729 int dmu_write_uio_dbuf(dmu_buf_t *zdb, struct uio *uio, uint64_t size,
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dmu.c | 1091 dmu_read_uio_dbuf(dmu_buf_t *zdb, uio_t *uio, uint64_t size) in dmu_read_uio_dbuf() argument 1093 dmu_buf_impl_t *db = (dmu_buf_impl_t *)zdb; in dmu_read_uio_dbuf() 1195 dmu_write_uio_dbuf(dmu_buf_t *zdb, uio_t *uio, uint64_t size, in dmu_write_uio_dbuf() argument 1198 dmu_buf_impl_t *db = (dmu_buf_impl_t *)zdb; in dmu_write_uio_dbuf()
|
/titanic_44/usr/src/cmd/ |
H A D | Makefile | 458 zdb \
|
/titanic_44/usr/src/test/zfs-tests/include/ |
H A D | commands.cfg | 158 export ZDB="/usr/sbin/zdb"
|
H A D | libtest.shlib | 1363 # using the zdb internal tool. Note that the pool is exported and imported 2352 # sample zdb output:
|
/titanic_44/usr/src/ |
H A D | Makefile.lint | 323 cmd/zdb \
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 5190 char zdb[MAXPATHLEN + MAXNAMELEN + 20]; in ztest_run_zdb() local 5198 (void) realpath(getexecname(), zdb); in ztest_run_zdb() 5201 bin = strstr(zdb, "/usr/bin/"); in ztest_run_zdb() 5218 (void) printf("Executing %s\n", strstr(zdb, "zdb ")); in ztest_run_zdb() 5220 fp = popen(zdb, "r"); in ztest_run_zdb() 5233 fatal(0, "'%s' exit code %d", zdb, WEXITSTATUS(status)); in ztest_run_zdb() 5235 fatal(0, "'%s' died with signal %d", zdb, WTERMSIG(status)); in ztest_run_zdb()
|
/titanic_44/usr/src/test/zfs-tests/runfiles/ |
H A D | delphix.run | 79 [/opt/zfs-tests/tests/functional/cli_root/zdb]
|
H A D | omnios.run | 79 [/opt/zfs-tests/tests/functional/cli_root/zdb]
|
H A D | openindiana.run | 79 [/opt/zfs-tests/tests/functional/cli_root/zdb]
|
/titanic_44/usr/src/man/man1m/ |
H A D | Makefile | 556 zdb.1m \
|
/titanic_44/ |
H A D | .gitignore | 3032 usr/src/cmd/zdb/amd64/zdb 3033 usr/src/cmd/zdb/i386/zdb
|