Searched refs:c_volume (Results 1 – 6 of 6) sorted by relevance
/freebsd/include/protocols/ |
H A D | dumprestore.h | 81 int32_t c_volume; /* dump volume number */ member
|
/freebsd/sbin/dump/ |
H A D | main.c | 595 (intmax_t)spcl.c_tapea, spcl.c_volume, in main() 596 (spcl.c_volume == 1) ? "" : "s"); in main()
|
H A D | tape.c | 603 (void)sprintf(volno, "%d", spcl.c_volume + 1); in startnewtape() 645 spcl.c_volume++; in startnewtape()
|
/freebsd/sbin/restore/ |
H A D | tape.c | 264 if (spcl.c_volume != 1) { in setup() 432 if (tmpbuf.c_volume != volno) { in getvol() 434 (intmax_t)tmpbuf.c_volume); in getvol()
|
/freebsd/sys/contrib/openzfs/tests/runfiles/ |
H A D | sanity.run | 552 'send-c_volume', 'send-c_zstreamdump', 'send-c_recv_dedup',
|
H A D | common.run | 931 'send-c_volume', 'send-c_zstream_recompress', 'send-c_zstreamdump',
|