Searched refs:ROLE (Results 1 – 11 of 11) sorted by relevance
9 (role ROLE)17 (roletype ROLE TYPE)18 (userrole USER ROLE)21 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))53 (userrole u1 ROLE)54 (userrole u2 ROLE)55 (userrole u3 ROLE)56 (userrole u4 ROLE)83 (nodecon ip nm (u ROLE TYPE ((s0) (s0))))
6 (role ROLE)14 (roletype ROLE TYPE)15 (userrole USER ROLE)18 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
7 (role ROLE)15 (roletype ROLE TYPE)16 (userrole USER ROLE)19 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
95 %token ROLE508 role_type_def : ROLE identifier TYPES names ';'511 role_attr_def : ROLE identifier opt_attr_list ';'529 role_def : ROLE identifier_push ';'531 | ROLE identifier_push '{' roles '}'605 | SOURCE ROLE { if (insert_separator(1)) return -1; } names_push608 | TARGET ROLE { if (insert_separator(1)) return -1; } names_push611 | ROLE role_mls_op962 require_decl_def : ROLE { $$ = require_role; }
94 ROLE |95 role { return(ROLE); }
651 pub const ROLE: Nid = Nid(ffi::NID_role); constant