Home
last modified time | relevance | path

Searched refs:resource_pool (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/librestart/common/
H A Dlibrestart.h279 char *resource_pool; /* NULL for project default */ member
H A Dlibrestart.c3323 cip->resource_pool = strdup(cip->vbuf); in restarter_get_method_context()
3324 if (cip->resource_pool == NULL) { in restarter_get_method_context()
3566 if (cip->resource_pool != NULL) { in restarter_set_method_context()
3572 if (pool_set_binding(cip->resource_pool, P_PID, in restarter_set_method_context()
3695 free(mcp->resource_pool); in restarter_free_method_context()
/titanic_50/usr/src/cmd/svc/startd/
H A Dmethod.c509 mcp->resource_pool); in exec_method()