Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.h279 priv_set_t *lpriv_set, *priv_set; member
H A Dlibrestart.c2461 ci->lpriv_set = priv_str_to_set(value, ",", NULL); in get_profile()
2462 if (ci->lpriv_set == NULL) { in get_profile()
2669 ci->lpriv_set = priv_str_to_set(vbuf, ",", NULL); in get_ids()
2670 if (ci->lpriv_set == NULL) { in get_ids()
3722 if (cip->lpriv_set != NULL) { in restarter_set_method_context()
3723 if (setppriv(PRIV_SET, PRIV_LIMIT, cip->lpriv_set) != 0) { in restarter_set_method_context()
3743 if (cip->lpriv_set == NULL && cip->priv_set != NULL) { in restarter_set_method_context()
3793 if (mcp->lpriv_set != NULL) in restarter_free_method_context()
3794 priv_freeset(mcp->lpriv_set); in restarter_free_method_context()