Searched defs:priv_policy_errmsg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c200 * priv_policy_errmsg()
214 priv_policy_errmsg(const cred_t *cr, int priv, const char *msg) function
383 priv_policy_errmsg(cr, PRIV_ALLZONE, msg);
386 priv_policy_errmsg(cr, priv, msg);
524 priv_policy_errmsg(cr, PRIV_MULTIPLE,
533 priv_policy_errmsg(cr, pfound, msg);
551 priv_policy_errmsg(cr, PRIV_GLOBAL, NULL);

Completed in 376 milliseconds