Lines Matching defs:priv
153 #define DTD_ATTR_PRIV (const xmlChar *) "priv"
269 { "priv", DTD_ATTR_PRIV },
291 * This holds the alias, the full rctl name, the default priv value, action
299 char *priv;
3924 void *), void *priv) {
3957 if (callback(&m, priv)) {
6268 /* Allocate a new priv list node. */
6276 /* Insert the new priv list node into the right list */
6465 append_priv_token(char *priv, char *str, size_t strlen)
6469 (void) strlcat(str, priv, strlen);
7098 rctl_priv_t priv;
7104 priv = RCPRIV_BASIC;
7106 priv = RCPRIV_PRIVILEGED;
7136 rctlblk_set_privilege(rctlblk, priv);
7178 rctl_priv_t priv = rctlblk_get_privilege((rctlblk_t *)rctlblk);
7181 if (priv != RCPRIV_PRIVILEGED)
7820 /* check priv and action match the expected vals */
7822 aliases[i].priv) != 0 ||
7913 (void) strlcpy(rctlvaltab->zone_rctlval_priv, aliases[i].priv,