Home
last modified time | relevance | path

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)) in splpkgmap()
210 bpkginfo = f[i].blks; in splpkgmap()
218 btemp = (bpkginfo + 2LL); in splpkgmap()
320 btemp += (bpkginfo + 2L); /* from newvolume() */ in splpkgmap()
551 btotal = bpkginfo + 2ULL; in newvolume()