Lines Matching refs:eptnum

95 static void	sortsize(struct data *f, struct data **sf, unsigned int eptnum);
98 splpkgmap(struct cfent **eptlist, unsigned int eptnum, char *order[], in splpkgmap() argument
112 f = (struct data *)calloc(eptnum, sizeof (struct data)); in splpkgmap()
118 sf = (struct data **)calloc(eptnum, sizeof (struct data *)); in splpkgmap()
154 if ((*pilimit > 0) && (eptnum+1 > *pilimit)) { in splpkgmap()
158 for (i = 0; i < eptnum; i++) { in splpkgmap()
188 for (i = 0; i < eptnum; i++) { in splpkgmap()
225 btemp += nblk(eptnum * EFACTOR, bsize, frsize); in splpkgmap()
229 for (j = 0; j < eptnum; j++) { in splpkgmap()
257 sortsize(f, sf, eptnum); in splpkgmap()
262 newvolume(sf, eptnum, *plimit, *pilimit); in splpkgmap()
267 btotal += nblk((fsblkcnt_t)(eptnum * EFACTOR), bsize, frsize); in splpkgmap()
280 for (j = 0; j < eptnum; ++j) { in splpkgmap()
312 for (j = 0; j < eptnum; ++j) { in splpkgmap()
334 while (store(sf, eptnum, order[i], *plimit, *pilimit)) in splpkgmap()
340 while (store(sf, eptnum, (char *)0, *plimit, *pilimit)) in splpkgmap()
354 for (j = 0; j < eptnum; j++) { in splpkgmap()
366 newvolume(sf, eptnum, *plimit, *pilimit); in splpkgmap()
372 for (j = 0; j < eptnum; j++) { in splpkgmap()
403 store(struct data **sf, unsigned int eptnum, char *aclass, fsblkcnt_t limit, in store() argument
412 for (i = 0; i < eptnum; ++i) { in store()
432 newvolume(sf, eptnum, limit, ilimit); in store()
433 return (store(sf, eptnum, aclass, limit, ilimit)); in store()
536 newvolume(struct data **sf, unsigned int eptnum, fsblkcnt_t limit, in newvolume() argument
566 for (i = 0; i < eptnum; i++) { in newvolume()
614 sortsize(struct data *f, struct data **sf, unsigned int eptnum) in sortsize() argument
621 for (i = 0; i < eptnum; i++) { in sortsize()