Home
last modified time | relevance | path

Searched refs:pathfmts (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.c260 const char **pathfmts; in swde_panic_solve() local
270 pathfmts = compressed ? &dumpfiles_comp[0] : &dumpfiles[0]; in swde_panic_solve()
273 if (pathfmts[i] == NULL) { in swde_panic_solve()
278 (void) snprintf(buf[i], 32, pathfmts[i], instance); in swde_panic_solve()