Searched refs:volno (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/fstyp/ |
H A D | hammer.c | 122 int volno = -1; in test_volume() local 132 volno = ondisk->vol_no; in test_volume() 135 return (volno); in test_volume() 144 int i, volno, error = 1; in __fsvtyp_hammer() local 154 volno = -1; in __fsvtyp_hammer() 159 if ((volno = test_volume(volpath)) == -1) in __fsvtyp_hammer() 161 assert(volno >= 0); in __fsvtyp_hammer() 162 assert(volno < HAMMER_MAX_VOLUMES); in __fsvtyp_hammer() 163 x[volno]++; in __fsvtyp_hammer() 175 if (volno == -1) in __fsvtyp_hammer()
|
/freebsd/sbin/restore/ |
H A D | tape.c | 226 volno = 1; in setup() 335 if (volno == 1) in getvol() 379 if (newvol == volno) { in getvol() 380 tapesread |= 1 << (volno - 1); in getvol() 399 char volno[sizeof("2147483647")]; in getvol() 401 (void)sprintf(volno, "%ld", newvol); in getvol() 402 if (setenv("RESTORE_VOLUME", volno, 1) == -1) { in getvol() 419 volno = -1; in getvol() 423 volno = newvol; in getvol() 429 volno in getvol() 398 char volno[sizeof("2147483647")]; getvol() local [all...] |
H A D | restore.c | 593 dumpsymtable(symtabfile, volno); in createleaves() 596 curvol = volno; in createleaves() 649 if (curvol != volno) { in createleaves() 650 dumpsymtable(symtabfile, volno); in createleaves() 652 curvol = volno; in createleaves() 676 curvol = volno; in createfiles() 702 if (curfile.ino > last && curfile.ino < maxino && volno > 1) { in createfiles() 716 while (next > curfile.ino && volno == curvol) in createfiles() 718 if (volno != curvol) { in createfiles() 760 if (volno != curvol) in createfiles()
|
H A D | restore.h | 56 extern long volno; /* current volume being read */
|
H A D | symtab.c | 419 int32_t volno; member 498 hdr.volno = checkpt; in dumpsymtable() 580 getvol(hdr.volno); in initsymtable()
|
H A D | main.c | 56 long volno = 0; variable
|
H A D | interactive.c | 114 volno = 0; in runcmdshell() 171 volno = 0; in runcmdshell()
|
/freebsd/sbin/dump/ |
H A D | tape.c | 601 char volno[sizeof("2147483647")]; in startnewtape() local 603 (void)sprintf(volno, "%d", spcl.c_volume + 1); in startnewtape() 604 if (setenv("DUMP_VOLUME", volno, 1) == -1) { in startnewtape()
|