Searched refs:priv_policy (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | policy.h | 48 * priv_policy 64 int priv_policy(const cred_t *, int, boolean_t, int, const char *); 218 priv_policy((cred), (priv), (all), (err), (reason))
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 414 priv_policy.9f \ 1964 priv_policy_choice.9f := LINKSRC = priv_policy.9f 1965 priv_policy_only.9f := LINKSRC = priv_policy.9f
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/ |
H A D | sol_umad.c | 1404 rc = priv_policy(cred, PRIV_SYS_NET_CONFIG, B_FALSE, EACCES, NULL);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | policy.c | 116 * This is indicated in the priv_policy* policy checking functions 249 cmd = "priv_policy"; 264 * priv_policy* that's us, so completely uninteresting. 276 strncmp("priv_policy", sym, 11) != 0) 435 priv_policy(const cred_t *cr, int priv, boolean_t allzone, int err, function
|
Completed in 86 milliseconds