Lines Matching defs:zdb
5210 * Verify pool integrity by running zdb.
5216 char zdb[MAXPATHLEN + MAXNAMELEN + 20];
5224 (void) realpath(getexecname(), zdb);
5226 /* zdb lives in /usr/sbin, while ztest lives in /usr/bin */
5227 bin = strstr(zdb, "/usr/bin/");
5234 "/usr/sbin%.*s/zdb -bcc%s%s -d -U %s %s",
5244 (void) printf("Executing %s\n", strstr(zdb, "zdb "));
5246 fp = popen(zdb, "r");
5259 fatal(0, "'%s' exit code %d", zdb, WEXITSTATUS(status));
5261 fatal(0, "'%s' died with signal %d", zdb, WTERMSIG(status));