Searched refs:sysonly (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpc/common/
H A Dsetgrp.c49 uint8_t sysonly; /* All reqs sys-mode only ? */ member in struct:__cpc_setgrp::setgrp_elem
93 se->sysonly = 0;
141 * in the set have CPC_COUNT_USER in the flags, the sysonly flag will
145 sgrp->sets[sgrp->nelem].sysonly = 1;
149 if (sgrp->sets[sgrp->nelem].sysonly == 1)
241 newa[i].sysonly = old->sets[i].sysonly;
369 return ((int)sgrp->sets[sgrp->current].sysonly);

Completed in 62 milliseconds