Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dzfs.c284 randomguid(void) in randomguid() function
550 zfs->poolguid = randomguid(); in pool_init()
551 zfs->vdevguid = randomguid(); in pool_init()
/freebsd/usr.sbin/makefs/zfs/
H A Dzfs.h174 uint64_t randomguid(void);
H A Ddsl.c622 ds->phys->ds_guid = randomguid(); in dsl_dataset_alloc()