/titanic_50/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()
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | gpkgmap.c | 140 ept->volno = 0; in gpkgmap() 166 ept->volno = 1; in gpkgmap() 184 if (ept->volno) { in gpkgmap() 189 ept->volno = (ept->volno*10)+c-'0'; in gpkgmap() 192 if (ept->volno == 0) in gpkgmap() 193 ept->volno = 1; in gpkgmap() 206 ept->volno = 0; in gpkgmap() 645 ept->volno = 0; in gpkgmapvfp() 674 ept->volno = 1; in gpkgmapvfp() 702 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()
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | restore.c | 632 dumpsymtable(symtabfile, volno); 635 curvol = volno; 716 if (curvol != volno) { 717 dumpsymtable(symtabfile, volno); 719 curvol = volno; 763 if (nextvol != volno) { in createfiles() 787 curvol = volno; in createfiles() 788 while (next > curfile.ino && volno == curvol) in createfiles() 792 } while (volno == curvol + 1); in createfiles() 797 if (volno != curvol) in createfiles() [all …]
|
H A D | tape.c | 198 volno = 0; in setup() 204 volno = 1; in setup() 212 volno = 1; in setup() 361 dumpsymtable(syment, volno); in setup() 447 if (volno == 1) in getvol() 465 if ((volno == 1) && (nextvol == 1)) { in getvol() 466 tapesread[volno-1]++; in getvol() 520 if (newvol == volno) { in getvol() 521 tapesread[volno-1]++; in getvol() 560 volno = -1; in getvol() [all …]
|
H A D | symtab.c | 564 int volno; member 655 hdr.volno = checkpt; 784 getvol(hdr.volno);
|
H A D | restore.h | 73 extern int volno; /* current volume being read */
|
H A D | interactive.c | 87 volno = 0; in runcmdshell() 161 volno = 0; in runcmdshell()
|
H A D | main.c | 52 int volno = 0; variable
|
/titanic_50/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 | 1064 svvolno = ent->volno; in output() 1065 ent->volno = 0; in output() 1096 ent->volno = svvolno; in output()
|
H A D | procmap.c | 103 if (ept->volno > nparts) in procassign()
|
/titanic_50/usr/src/head/ |
H A D | pkgstrct.h | 81 short volno; member
|
/titanic_50/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | ckentry.c | 310 if ((ept->ftype != 'i') && (ept->volno > 0)) { in findspool() 312 "%s.%d/%s", host, ept->volno, in findspool()
|
/titanic_50/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | sortmap.c | 121 n = (*extlist)[i]->cf_ent.volno; in sortmap()
|
H A D | instvol.c | 927 if (ept->volno > maxvol) { in domerg() 928 maxvol = ept->volno; in domerg() 933 if (part != ept->volno) { in domerg()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgproto/ |
H A D | main.c | 182 entry.volno = 0; in output()
|