Home
last modified time | relevance | path

Searched refs:volno (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c82 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 Dmain.c741 if (eptlist[i]->volno != part) in outvol()
/titanic_41/usr/src/lib/libpkg/common/
H A Dgpkgmap.c140 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 Dputcfile.c74 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 Dppkgmap.c48 if (ept->volno) { in ppkgmap()
49 if (fprintf(fp, "%d ", ept->volno) < 0) in ppkgmap()
H A Dsrchcfile.c165 ept->volno = 0; in srchcfile()
/titanic_41/usr/src/cmd/backup/restore/
H A Drestore.c632 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 Dtape.c198 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 Dsymtab.c564 int volno; member
655 hdr.volno = checkpt;
784 getvol(hdr.volno);
H A Drestore.h73 extern int volno; /* current volume being read */
H A Dinteractive.c87 volno = 0; in runcmdshell()
161 volno = 0; in runcmdshell()
H A Dmain.c52 int volno = 0; variable
/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dpkgobjmap.c107 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 Dpkgdbmerg.c1064 svvolno = ent->volno; in output()
1065 ent->volno = 0; in output()
1096 ent->volno = svvolno; in output()
H A Dprocmap.c103 if (ept->volno > nparts) in procassign()
/titanic_41/usr/src/head/
H A Dpkgstrct.h81 short volno; member
/titanic_41/usr/src/cmd/svr4pkg/pkgchk/
H A Dckentry.c310 if ((ept->ftype != 'i') && (ept->volno > 0)) { in findspool()
312 "%s.%d/%s", host, ept->volno, in findspool()
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/
H A Dsortmap.c121 n = (*extlist)[i]->cf_ent.volno; in sortmap()
H A Dinstvol.c927 if (ept->volno > maxvol) { in domerg()
928 maxvol = ept->volno; in domerg()
933 if (part != ept->volno) { in domerg()
/titanic_41/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c182 entry.volno = 0; in output()