/dflybsd-src/lib/libc/uuid/ |
H A D | Makefile.inc | 10 uuid_stream.c uuid_to_string.c 29 uuid.3 uuid_to_string.3
|
H A D | Symbol.map | 16 uuid_to_string;
|
H A D | uuid_to_string.c | 44 uuid_to_string(const uuid_t *u, char **s, uint32_t *status) in uuid_to_string() function
|
/dflybsd-src/sbin/diskinfo/ |
H A D | diskinfo.c | 124 uuid_to_string(&dpart->fstype_uuid, &str, NULL); in dumppart() 138 uuid_to_string(&dpart->storage_uuid, &str, NULL); in dumppart()
|
/dflybsd-src/sbin/gpt/ |
H A D | show.c | 73 uuid_to_string(t, &save_name2, NULL); in friendly() 156 uuid_to_string(&guid, &s, NULL); in show()
|
H A D | expand.c | 173 uuid_to_string(&ent->ent_type, &name, NULL); in expand()
|
H A D | gpt.c | 530 uuid_to_string(&type, &s, NULL); in gpt_gpt()
|
/dflybsd-src/include/ |
H A D | uuid.h | 57 void uuid_to_string(const uuid_t *, char **, uint32_t *);
|
/dflybsd-src/sbin/hammer/ |
H A D | uuid.c | 59 uuid_to_string(uuid, str, &status); in hammer_uuid_to_string()
|
/dflybsd-src/bin/uuidgen/ |
H A D | uuidgen.c | 102 uuid_to_string(uuid++, &p, NULL); in main()
|
/dflybsd-src/stand/lib/ |
H A D | uuid_to_string.c | 74 uuid_to_string(const uuid_t *u, char **s, uint32_t *status) in uuid_to_string() function
|
H A D | Makefile | 99 SRCS+= uuid_from_string.c uuid_to_string.c
|
/dflybsd-src/lib/libdmsg/ |
H A D | subs.c | 66 uuid_to_string(uuid, strp, &status); in dmsg_uuid_to_str()
|
/dflybsd-src/lib/libefivar/ |
H A D | efivar-dp-xlate.c | 99 uuid_to_string(&guid, &s, NULL); in find_slice_by_efimedia() 472 uuid_to_string(&guid, &s, NULL); in find_slice_efimedia()
|
H A D | efivar.c | 337 uuid_to_string(guid, sp, &status); in efi_guid_to_str()
|
H A D | uefi-dplib.h | 623 uuid_to_string((const uuid_t *)g, &str, &ignored_status); in guid_str()
|
/dflybsd-src/sbin/hammer2/ |
H A D | subs.c | 110 uuid_to_string(uuid, strp, &status); in hammer2_uuid_to_str()
|
/dflybsd-src/sbin/disklabel64/ |
H A D | disklabel64.c | 675 uuid_to_string(&lp->d_stor_uuid, &str, NULL); in display() 731 uuid_to_string(&pp->p_stor_uuid, &str, NULL); in display()
|
/dflybsd-src/stand/boot/efi/loader/ |
H A D | main.c | 676 uuid_to_string((uuid_t *)matchguid, &str, &uuid_status); in efi_print_var()
|
/dflybsd-src/contrib/cryptsetup/luks/ |
H A D | keymanage.c | 503 uuid_to_string(&partitionUuid, &uu, &ret); in LUKS_generate_phdr()
|
/dflybsd-src/lib/libtcplay/ |
H A D | tcplay.c | 1781 uuid_to_string(&info->uuid, &uu_temp, &status); in dm_setup()
|