Lines Matching refs:priv_set
2476 ci->priv_set = priv_str_to_set(value, ",", NULL); in get_profile()
2477 if (ci->priv_set == NULL) { in get_profile()
2634 ci->priv_set = priv_str_to_set(vbuf, ",", NULL); in get_ids()
2635 if (ci->priv_set == NULL) { in get_ids()
3617 if (cip->priv_set != NULL) { in restarter_set_method_context()
3618 if (setppriv(PRIV_SET, PRIV_INHERITABLE, cip->priv_set) != 0) { in restarter_set_method_context()
3631 if (cip->lpriv_set == NULL && cip->priv_set != NULL) { in restarter_set_method_context()
3645 if (cip->priv_set != NULL) { in restarter_set_method_context()
3646 if (setppriv(PRIV_SET, PRIV_PERMITTED, cip->priv_set) != 0) { in restarter_set_method_context()
3683 if (mcp->priv_set != NULL) in restarter_free_method_context()
3684 priv_freeset(mcp->priv_set); in restarter_free_method_context()