HomeSort by: relevance | last modified time | path
    Searched defs:volset_nr (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/newfs_udf/
udf_core.c 4505 uint64_t volset_nr; local in function:udf_proces_names
4520 volset_nr = mmc_discinfo.disc_barcode;
4523 volset_nr = (uint64_t) random();
4524 volset_nr |= ((uint64_t) time_of_day.tv_sec) << 32;
4527 sprintf(context.volset_name, "%016"PRIx64, volset_nr);

Completed in 14 milliseconds