Lines Matching defs:range
170 * enough. Each call to mfork() is responsible for a range of pcbs
171 * from audit_pcbs[]. This range is designated by the lo and hi
175 * the range of pcbs up amongst them.
179 * .arg lo - lower-limit of process number range. Index into audit_pcbs.
180 * .arg hi - higher limit of pcb range. Index into audit_pcbs.
187 int range, procno, i, tofork, nnsp, nrem;
196 * The range of pcb's to process is small enough now. Do the work.
262 * Calculate the range of pcbs from audit_pcbs [] this
265 range = (nrem > 0) ? nnsp + 1 : nnsp;
275 return (mfork(pcbn, range, lo, lo + range - 1));
287 lo += range;
462 * .desc Gather together the range of the sub-processes that we are
465 * files this is the the range of pcbs from audit_pcbs[].
559 * .arg lo - lo side of range of subs.
565 int range, i, tofork, nnsp, nrem;
580 range = (nrem > 0) ? nnsp + 1 : nnsp;
581 mcount(range, lo);
583 lo += range;