Home
last modified time | relevance | path

Searched refs:c_volume (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sbin/restore/
HDtape.c239 if (spcl.c_volume != 1) { in setup()
394 if (tmpbuf.c_volume != volno) { in getvol()
395 fprintf(stderr, "Wrong volume (%ld)\n", (long)tmpbuf.c_volume); in getvol()
1013 int32_t c_volume; in gethead() member
1059 buf->c_volume = u_ospcl.s_ospcl.c_volume; in gethead()
/dragonfly/include/protocols/
HDdumprestore.h69 int32_t c_volume; /* dump volume number */ member
/dragonfly/sbin/dump/
HDmain.c494 (long)spcl.c_tapea, spcl.c_volume, in main()
495 (spcl.c_volume == 1) ? "" : "s"); in main()
HDtape.c614 spcl.c_volume++; in startnewtape()