Home
last modified time | relevance | path

Searched refs:hammer_uuid_to_string (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/sbin/hammer/
H A Duuid.c55 int hammer_uuid_to_string(const hammer_uuid_t *uuid, char **str) in hammer_uuid_to_string() function
H A Dhammer_util.h185 int hammer_uuid_to_string(const hammer_uuid_t *uuid, char **str);
H A Dondisk.c164 hammer_uuid_to_string(&ondisk->vol_fstype, &fstype); in __verify_volume()
869 hammer_uuid_to_string(&ondisk->vol_fstype, &fstype); in print_blockmap()
870 hammer_uuid_to_string(&ondisk->vol_fsid, &fsid); in print_blockmap()
H A Dcmd_pfs.c554 hammer_uuid_to_string(&pfsd->shared_uuid, &str); in dump_pfsd()
557 hammer_uuid_to_string(&pfsd->unique_uuid, &str); in dump_pfsd()
H A Dcmd_info.c141 hammer_uuid_to_string(&fip->vol_fsid, &fsid); in show_info()
H A Dcmd_show.c820 hammer_uuid_to_string(&data->pfsd.shared_uuid, &str1); in print_record()
821 hammer_uuid_to_string(&data->pfsd.unique_uuid, &str2); in print_record()
H A Dcmd_mirror.c720 hammer_uuid_to_string(s_uuid, &shared_uuid); in create_pfs()
/dflybsd-src/sbin/newfs_hammer/
H A Dnewfs_hammer.c266 hammer_uuid_to_string(&Hammer_FSId, &fsidstr); in print_volume()