Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dzfs.c282 randomguid(void) in randomguid() function
548 zfs->poolguid = randomguid(); in pool_init()
549 zfs->vdevguid = randomguid(); in pool_init()
/freebsd/usr.sbin/makefs/zfs/
H A Dzfs.h172 uint64_t randomguid(void);
H A Ddsl.c622 ds->phys->ds_guid = randomguid(); in dsl_dataset_alloc()