Home
last modified time | relevance | path

Searched refs:corefile_pattern (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.h280 char *corefile_pattern; /* Optional. */ member
H A Dlibrestart.c3217 cip->corefile_pattern = strdup(cip->vbuf); in restarter_get_method_context()
3218 if (cip->corefile_pattern == NULL) { in restarter_get_method_context()
3585 if (cip->corefile_pattern != NULL) { in restarter_set_method_context()
3588 if (core_set_process_path(cip->corefile_pattern, in restarter_set_method_context()
3589 strlen(cip->corefile_pattern) + 1, mypid) != 0) { in restarter_set_method_context()
3805 free(mcp->corefile_pattern); in restarter_free_method_context()