Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c120 Disk_cnt = 1, /* Disk I/O (Disk_cnt * Blk_cnt * BLKSIZ) byte blocks */ variable
361 Disk_cnt = atoi(&argv[1][2]); in main()
365 Disk_cnt = atoi(&argv[1][0]); in main()
367 if (Disk_cnt == 0) in main()
779 In.f_bsize = (!Itape) ? Disk_cnt * In.f_bsize : In.f_bsize; in mem_setup()
780 Out.f_bsize = (!Otape) ? Disk_cnt * Out.f_bsize : Out.f_bsize; in mem_setup()