Symbol: hammer2_uuid_to_str
sbin/fsck_hammer2/test.c
1057
hammer2_uuid_to_str(&uuid, &pfs_id_str);
sbin/fsck_hammer2/test.c
1205
tfprintf(fp, tab, "uid %s\n", hammer2_uuid_to_str(&uuid, &str));
sbin/fsck_hammer2/test.c
1207
tfprintf(fp, tab, "gid %s\n", hammer2_uuid_to_str(&uuid, &str));
sbin/fsck_hammer2/test.c
1243
hammer2_uuid_to_str(&uuid, &str));
sbin/fsck_hammer2/test.c
1246
hammer2_uuid_to_str(&uuid, &str));
sbin/hammer2/cmd_debug.c
1066
hammer2_uuid_to_str(&uuid, &str));
sbin/hammer2/cmd_debug.c
1069
hammer2_uuid_to_str(&uuid, &str));
sbin/hammer2/cmd_debug.c
1112
hammer2_uuid_to_str(&uuid, &str));
sbin/hammer2/cmd_debug.c
1115
hammer2_uuid_to_str(&uuid, &str));
sbin/hammer2/cmd_debug.c
623
hammer2_uuid_to_str(&uuid, &str);
sbin/hammer2/cmd_debug.c
630
hammer2_uuid_to_str(&uuid, &str);
sbin/hammer2/cmd_info.c
188
hammer2_uuid_to_str(&uuid, &pfs_id_str);
sbin/hammer2/cmd_pfs.c
140
hammer2_uuid_to_str(&pfs.pfs_fsid, &pfs_id_str);
sbin/hammer2/cmd_pfs.c
142
hammer2_uuid_to_str(&pfs.pfs_clid, &pfs_id_str);
sbin/hammer2/cmd_pfs.c
76
hammer2_uuid_to_str(&pfs.pfs_clid, &pfs_id_str);
sbin/hammer2/hammer2_subs.h
73
const char *hammer2_uuid_to_str(const uuid_t *uuid, char **strp);
sbin/hammer2/ondisk.c
194
hammer2_uuid_to_str(uuid1, &p1);
sbin/hammer2/ondisk.c
195
hammer2_uuid_to_str(uuid2, &p2);
sbin/hammer2/ondisk.c
290
hammer2_uuid_to_str(&uuid, &str);
sbin/hammer2/print_inode.c
113
printf("pfs_clid = %s\n", hammer2_uuid_to_str(&uuid, &str));
sbin/hammer2/print_inode.c
115
printf("pfs_fsid = %s\n", hammer2_uuid_to_str(&uuid, &str));
sbin/hammer2/print_inode.c
91
printf("uid = %s\n", hammer2_uuid_to_str(&uuid, &str));
sbin/hammer2/print_inode.c
93
printf("gid = %s\n", hammer2_uuid_to_str(&uuid, &str));
sbin/newfs_hammer2/mkfs_hammer2.c
764
hammer2_uuid_to_str(&opt->Hammer2_VolFSID, &vol_fsid);
sbin/newfs_hammer2/mkfs_hammer2.c
765
hammer2_uuid_to_str(&opt->Hammer2_SupCLID, &sup_clid_name);
sbin/newfs_hammer2/mkfs_hammer2.c
766
hammer2_uuid_to_str(&opt->Hammer2_SupFSID, &sup_fsid_name);
sbin/newfs_hammer2/mkfs_hammer2.c
819
hammer2_uuid_to_str(&opt->Hammer2_PfsCLID[i], &pfs_clid_name);
sbin/newfs_hammer2/mkfs_hammer2.c
820
hammer2_uuid_to_str(&opt->Hammer2_PfsFSID[i], &pfs_fsid_name);
usr.sbin/makefs/hammer2.c
1394
hammer2_uuid_to_str(&pfs.pfs_clid, &pfs_id_str);
usr.sbin/makefs/hammer2.c
1452
hammer2_uuid_to_str(&pfs.pfs_fsid, &pfs_id_str);
usr.sbin/makefs/hammer2.c
1457
hammer2_uuid_to_str(&pfs.pfs_clid, &pfs_id_str);
usr.sbin/makefs/hammer2.c
1616
printf("uid = %s\n", hammer2_uuid_to_str(&uuid, &str));
usr.sbin/makefs/hammer2.c
1618
printf("gid = %s\n", hammer2_uuid_to_str(&uuid, &str));
usr.sbin/makefs/hammer2.c
1638
printf("pfs_clid = %s\n", hammer2_uuid_to_str(&uuid, &str));
usr.sbin/makefs/hammer2.c
1640
printf("pfs_fsid = %s\n", hammer2_uuid_to_str(&uuid, &str));
usr.sbin/makefs/hammer2.c
812
hammer2_uuid_to_str(&opt->Hammer2_FSType, &s);
usr.sbin/makefs/hammer2.c
815
hammer2_uuid_to_str(&opt->Hammer2_VolFSID, &s);
usr.sbin/makefs/hammer2.c
818
hammer2_uuid_to_str(&opt->Hammer2_SupCLID, &s);
usr.sbin/makefs/hammer2.c
821
hammer2_uuid_to_str(&opt->Hammer2_SupFSID, &s);
usr.sbin/makefs/hammer2.c
827
hammer2_uuid_to_str(&opt->Hammer2_PfsCLID[i], &s);
usr.sbin/makefs/hammer2.c
830
hammer2_uuid_to_str(&opt->Hammer2_PfsFSID[i], &s);
usr.sbin/makefs/hammer2/hammer2_ondisk.c
225
hammer2_uuid_to_str(&uuid, &buf);
usr.sbin/makefs/hammer2/hammer2_ondisk.c
575
hammer2_uuid_to_str(uuid1, &buf1);
usr.sbin/makefs/hammer2/hammer2_ondisk.c
576
hammer2_uuid_to_str(uuid2, &buf2);