Searched defs:zdb (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c1153 * From object zdb->db_object.
1161 dmu_read_uio_dbuf(dmu_buf_t *zdb, uio_t *uio, uint64_t size) argument
1163 dmu_buf_impl_t *db = (dmu_buf_impl_t *)zdb;
1257 * To object zdb->db_object.
1265 dmu_write_uio_dbuf(dmu_buf_t *zdb, uio_t *uio, uint64_t size, argument
1268 dmu_buf_impl_t *db = (dmu_buf_impl_t *)zdb;
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5244 * Verify pool integrity by running zdb.
5250 char zdb[MAXPATHLEN + MAXNAMELEN + 20]; local
5258 (void) realpath(getexecname(), zdb); local
5260 /* zdb lives in /usr/sbin, while ztest lives in /usr/bin */
5261 bin = strstr(zdb, "/usr/bin/");
5268 "/usr/sbin%.*s/zdb -bcc%s%s -G -d -U %s %s",
5278 (void) printf("Executing %s\n", strstr(zdb, "zdb "));
5280 fp = popen(zdb, "r");
5293 fatal(0, "'%s' exit code %d", zdb, WEXITSTATU
[all...]

Completed in 77 milliseconds