Searched defs:dumppath (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 460 char dumppath[MAXPATHLEN]; local 461 (void) snprintf(dumppath, sizeof (dumppath), 463 dump_fd = open64(dumppath, O_CREAT | O_WRONLY, 0666);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 106 char *dumppath; /* pathname of dump device */ variable 1196 dumppath = kmem_alloc(strlen(name) + 1, KM_SLEEP); 1197 (void) strcpy(dumppath, name); 1260 kmem_free(dumppath, strlen(dumppath) + 1); 1292 dumppath = NULL; 2684 uprintf("dumping to %s, offset %lld, content: %s\n", dumppath,
|
Completed in 316 milliseconds