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

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/
H A Dpanic_diag.c199 char *dumpdir, *path, *uuid; local
231 * to misunderstanding. So we choose a path based on <dumpdir>
232 * and the OS instance UUID - "<dumpdir>/.<os-instance-uuid>".
234 * <dumpdir>/vmdump.N or similar because if savecore is disabled
239 * in a distinct directory, and <dumpdir>/.<uuid> seems like a good
243 (void) nvlist_lookup_string(attr, "dumpdir", &dumpdir);
245 path = alloca(strlen(dumpdir) + 1 + 1 + 36 + 1);
247 (void) sprintf(path, "%s/.%s", dumpdir, uuid);
283 (void) nvlist_add_string(defect, "dump-dir", dumpdir);
[all...]

Completed in 76 milliseconds