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

/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c404 fsfilcnt_t ilimit)
421 ((ilimit == 0) || ((ftotal + ftemp) < ilimit))) {
432 newvolume(sf, eptnum, limit, ilimit);
433 return (store(sf, eptnum, aclass, limit, ilimit));
537 fsblkcnt_t ilimit)
575 } else if ((ilimit == 0) && (ftotal+1 > ilimit)) {
577 ilimit); local
403 store(struct data **sf, unsigned int eptnum, char *aclass, fsblkcnt_t limit, fsfilcnt_t ilimit) argument
536 newvolume(struct data **sf, unsigned int eptnum, fsblkcnt_t limit, fsblkcnt_t ilimit) argument
H A Dmain.c161 static fsfilcnt_t ilimit = 0; variable
571 if (ilimit == 0) {
572 ilimit = (svfsb.f_favail > 0) ?
577 &limit, &ilimit, &llimit);
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c1023 int i, ilimit; local
1034 for (i = 1, ilimit = layoutp->page_rows; i < ilimit; i++) {
1040 for (i = 1, ilimit = layoutp->page_cols; i < ilimit; i++) {

Completed in 64 milliseconds