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

/illumos-gate/usr/src/cmd/cpc/common/
H A Dsetgrp.c51 int *picnums; /* picnum used per req */ member in struct:__cpc_setgrp::setgrp_elem
97 * Walker to discover the picnums used by the requests in a set.
104 int *picnums = arg; local
112 picnums[index] = -1;
114 picnums[index] = (int)attrs[i].ca_val;
152 sgrp->sets[sgrp->nelem].picnums = emalloc(sgrp->sets[sgrp->nelem].nreqs
159 * Find out which picnums the requests are using.
161 cpc_walk_requests(sgrp->cpc, set, sgrp->sets[sgrp->nelem].picnums,
164 * Use the picnums we discovered to build a printable header for this
170 sgrp->sets[sgrp->nelem].picnums[
[all...]

Completed in 55 milliseconds