Searched refs:uuid_parse (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/lib/ |
D | uuid.c | 127 int uuid_parse(const char *uuid, uuid_t *u) in uuid_parse() function 131 EXPORT_SYMBOL(uuid_parse);
|
D | test_uuid.c | 81 if (uuid_parse(data->uuid, &be)) in test_uuid_test() 103 if (!uuid_parse(data, &be)) in test_uuid_wrong()
|
/Linux-v4.19/include/linux/ |
D | uuid.h | 85 int uuid_parse(const char *uuid, uuid_t *u);
|
/Linux-v4.19/block/partitions/ |
D | ldm.c | 118 if (uuid_parse(data + 0x0030, &ph->disk_id)) { in ldm_parse_privhead() 892 if (uuid_parse(buffer + 0x19 + r_name, &disk->disk_id)) in ldm_parse_dsk3()
|
/Linux-v4.19/drivers/thunderbolt/ |
D | domain.c | 204 ret = uuid_parse(s, &acl[i]); in boot_acl_store()
|
/Linux-v4.19/drivers/nvme/host/ |
D | fabrics.c | 805 ret = uuid_parse(p, &hostid); in nvmf_parse_options()
|
/Linux-v4.19/drivers/nvme/target/ |
D | configfs.c | 363 if (uuid_parse(page, &ns->uuid)) in nvmet_ns_device_uuid_store()
|
/Linux-v4.19/security/integrity/ima/ |
D | ima_policy.c | 849 result = uuid_parse(args[0].from, &entry->fsuuid); in ima_parse_rule()
|
/Linux-v4.19/kernel/ |
D | sysctl_binary.c | 1119 if (uuid_parse(buf, &uuid)) in bin_uuid()
|