Lines Matching defs:set
48 cpc_set_t *set;
61 int has_sysonly_set; /* Does this group have a system-only set? */
81 * Walker to count the number of requests in a set, and check if any requests
97 * Walker to discover the picnums used by the requests in a set.
120 cpc_set_t *set;
125 if ((set = cpc_strtoset(sgrp->cpc, spec, sgrp->smt)) == NULL) {
138 sgrp->sets[sgrp->nelem].set = set;
140 * Count the number of requests in the set we just made. If any requests
141 * in the set have CPC_COUNT_USER in the flags, the sysonly flag will
146 cpc_walk_requests(sgrp->cpc, set, &(sgrp->sets[sgrp->nelem]),
161 cpc_walk_requests(sgrp->cpc, set, sgrp->sets[sgrp->nelem].picnums,
165 * set.
182 if ((sgrp->sets[sgrp->nelem].data1 = cpc_buf_create(sgrp->cpc, set))
184 (sgrp->sets[sgrp->nelem].data2 = cpc_buf_create(sgrp->cpc, set))
186 (sgrp->sets[sgrp->nelem].scratch = cpc_buf_create(sgrp->cpc, set))
230 if ((newa[i].set = cpc_strtoset(old->cpc, old->sets[i].name,
243 newa[i].data1 = cpc_buf_create(old->cpc, newa[i].set);
244 newa[i].data2 = cpc_buf_create(old->cpc, newa[i].set);
245 newa[i].scratch = cpc_buf_create(old->cpc, newa[i].set);
295 return (sgrp->sets[sgrp->current].set);
333 * Put the setgrp pointer back to the beginning of the set
364 * Returns 1 if all requests in the current set count only system-mode events.
373 * Returns 1 if any set in the group is a system-mode-only set.