Lines Matching defs:roles
69 int roles;
153 roles = v12n_domain_roles();
155 if (roles == -1 || (cap & V12N_CAP_IMPL_LDOMS) == 0) {
162 role = (roles & V12N_ROLE_CONTROL) ?
164 io = (roles & V12N_ROLE_IO) ?
166 service = (roles & V12N_ROLE_SERVICE) ?
168 root = (roles & V12N_ROLE_ROOT) ?
172 role = (roles & V12N_ROLE_CONTROL) ?
174 io = (roles & V12N_ROLE_IO) ?
176 service = (roles & V12N_ROLE_SERVICE) ?
178 root = (roles & V12N_ROLE_ROOT) ?