Searched defs:roles (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/virtinfo/
H A Dvirtinfo.c69 int roles; local
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
[all...]
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c344 check_role(const char *roles) argument
351 tmp = strdup(roles);
/illumos-gate/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c371 * Get the domain roles for the domain.
377 int roles = 0; local
390 roles |= V12N_ROLE_CONTROL;
393 roles |= V12N_ROLE_SERVICE;
396 roles |= V12N_ROLE_IO;
399 roles |= V12N_ROLE_ROOT;
403 return (roles);

Completed in 60 milliseconds