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

/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c80 static fsblkcnt_t bpkginfo; /* blocks used by pkginfo file */ variable
209 if (!bpkginfo && (strcmp(f[i].ept->path, "pkginfo") == 0))
210 bpkginfo = f[i].blks;
218 btemp = (bpkginfo + 2LL);
320 btemp += (bpkginfo + 2L); /* from newvolume() */
550 btotal = bpkginfo + 2ULL;

Completed in 58 milliseconds