/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | splpkgmap.c | 82 static short volno; /* current part */ variable 190 if (ept->volno > nparts) in splpkgmap() 191 nparts = ept->volno; in splpkgmap() 234 if (f[j].ept->volno == i || in splpkgmap() 290 if (!f[j].ept->volno) { in splpkgmap() 291 f[j].ept->volno = 1; in splpkgmap() 294 } else if (f[j].ept->volno != 1) { in splpkgmap() 355 if ((f[j].ept->volno == 0) && in splpkgmap() 358 f[j].ept->volno = cl[i].last; in splpkgmap() 360 f[j].ept->volno = cl[i].first; in splpkgmap() [all …]
|
H A D | main.c | 741 if (eptlist[i]->volno != part) in outvol()
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | gpkgmap.c | 144 ept->volno = 0; in gpkgmap() 172 ept->volno = 1; in gpkgmap() 190 if (ept->volno) { in gpkgmap() 195 ept->volno = (ept->volno*10)+c-'0'; in gpkgmap() 198 if (ept->volno == 0) in gpkgmap() 199 ept->volno = 1; in gpkgmap() 212 ept->volno = 0; in gpkgmap() 650 ept->volno = 0; in gpkgmapvfp() 679 ept->volno = 1; in gpkgmapvfp() 707 if (ept->volno) { in gpkgmapvfp() [all …]
|
H A D | putcfile.c | 74 if (a_ept->volno) { in putcfile() 75 if (fprintf(a_fp, " %d", a_ept->volno) < 0) { in putcfile() 278 if (a_ept->volno) { in putcvfpfile() 280 vfpPutInteger(a_vfp, a_ept->volno); in putcvfpfile()
|
H A D | ppkgmap.c | 48 if (ept->volno) { in ppkgmap() 49 if (fprintf(fp, "%d ", ept->volno) < 0) in ppkgmap()
|
H A D | srchcfile.c | 165 ept->volno = 0; in srchcfile()
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | restore.c | 597 dumpsymtable(symtabfile, volno); in createleaves() 600 curvol = volno; in createleaves() 681 if (curvol != volno) { in createleaves() 682 dumpsymtable(symtabfile, volno); in createleaves() 684 curvol = volno; in createleaves() 724 if (nextvol != volno) { in createfiles() 748 curvol = volno; in createfiles() 749 while (next > curfile.ino && volno == curvol) in createfiles() 753 } while (volno == curvol + 1); in createfiles() 758 if (volno != curvol) in createfiles() [all …]
|
H A D | tape.c | 199 volno = 0; in setup() 205 volno = 1; in setup() 213 volno = 1; in setup() 362 dumpsymtable(syment, volno); in setup() 448 if (volno == 1) in getvol() 466 if ((volno == 1) && (nextvol == 1)) { in getvol() 467 tapesread[volno-1]++; in getvol() 521 if (newvol == volno) { in getvol() 522 tapesread[volno-1]++; in getvol() 561 volno = -1; in getvol() [all …]
|
H A D | symtab.c | 540 int volno; member 629 hdr.volno = checkpt; in dumpsymtable() 765 getvol(hdr.volno); in initsymtable()
|
H A D | restore.h | 71 extern int volno; /* current volume being read */
|
H A D | interactive.c | 69 volno = 0; in runcmdshell() 143 volno = 0; in runcmdshell()
|
H A D | main.c | 50 int volno = 0; variable
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgobjmap.c | 107 if (ept->volno > nparts) in pkgobjassign() 674 old->volno = 0; in repl_cfent() 713 tp->cf_ent.volno = el_ent->cf_ent.volno; in cp_cfent()
|
H A D | pkgdbmerg.c | 1062 svvolno = ent->volno; in output() 1063 ent->volno = 0; in output() 1094 ent->volno = svvolno; in output()
|
H A D | procmap.c | 103 if (ept->volno > nparts) in procassign()
|
/illumos-gate/usr/src/head/ |
H A D | pkgstrct.h | 79 short volno; member
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | ckentry.c | 309 if ((ept->ftype != 'i') && (ept->volno > 0)) { in findspool() 311 "%s.%d/%s", host, ept->volno, in findspool()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | sortmap.c | 121 n = (*extlist)[i]->cf_ent.volno; in sortmap()
|
H A D | instvol.c | 930 if (ept->volno > maxvol) { in domerg() 931 maxvol = ept->volno; in domerg() 936 if (part != ept->volno) { in domerg()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/ |
H A D | main.c | 182 entry.volno = 0; in output()
|