Lines Matching defs:privileges
391 uint32_t privileges;
443 privileges = smb_priv_xlate(token);
446 token->tkn_flags, privileges, token->tkn_audit_sid);
492 * Convert access token privileges to local definitions.
497 uint32_t privileges = 0;
500 privileges |= SMB_USER_PRIV_BACKUP;
503 privileges |= SMB_USER_PRIV_RESTORE;
506 privileges |= SMB_USER_PRIV_TAKE_OWNERSHIP;
509 privileges |= SMB_USER_PRIV_SECURITY;
511 return (privileges);