Searched refs:volset_nr (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dnewfs_udf.c653 uint64_t volset_nr; local
668 volset_nr = mmc_discinfo.disc_barcode;
670 volset_nr = (uint32_t) random();
671 volset_nr |= ((uint64_t) random()) << 32;
674 sprintf(context.volset_name, "%016"PRIx64, volset_nr);

Completed in 130 milliseconds