OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 22 06:10:02 GMT 2025