Home
last modified time | relevance | path

Searched refs:zdb (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/pkg/manifests/
H A Dsystem-file-system-zfs.mf126 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/zdb mode=0555
127 file path=usr/sbin/$(ARCH64)/zdb mode=0555
132 hardlink path=usr/sbin/zdb target=../../usr/lib/isaexec
/onnv-gate/usr/src/cmd/
H A DMakefile449 zdb \
/onnv-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h517 int dmu_write_uio_dbuf(dmu_buf_t *zdb, struct uio *uio, uint64_t size,
/onnv-gate/usr/src/cmd/ztest/
H A Dztest.c4739 char zdb[MAXPATHLEN + MAXNAMELEN + 20]; in ztest_run_zdb() local
4747 (void) realpath(getexecname(), zdb); in ztest_run_zdb()
4750 bin = strstr(zdb, "/usr/bin/"); in ztest_run_zdb()
4767 (void) printf("Executing %s\n", strstr(zdb, "zdb ")); in ztest_run_zdb()
4769 fp = popen(zdb, "r"); in ztest_run_zdb()
4782 fatal(0, "'%s' exit code %d", zdb, WEXITSTATUS(status)); in ztest_run_zdb()
4784 fatal(0, "'%s' died with signal %d", zdb, WTERMSIG(status)); in ztest_run_zdb()
/onnv-gate/usr/src/
H A DMakefile.lint319 cmd/zdb \
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c1063 dmu_write_uio_dbuf(dmu_buf_t *zdb, uio_t *uio, uint64_t size, in dmu_write_uio_dbuf() argument
1066 dmu_buf_impl_t *db = (dmu_buf_impl_t *)zdb; in dmu_write_uio_dbuf()