Searched refs:uuid_parse (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/lib/ | 
| D | uuid.c | 119 int uuid_parse(const char *uuid, uuid_t *u)  in uuid_parse()  function123 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-v5.4/include/linux/ | 
| D | uuid.h | 77 int uuid_parse(const char *uuid, uuid_t *u);
 | 
| /Linux-v5.4/drivers/hwtracing/stm/ | 
| D | p_sys-t.c | 135 	ret = uuid_parse(page, &pn->uuid);  in sys_t_policy_uuid_store()
 | 
| /Linux-v5.4/arch/powerpc/platforms/pseries/ | 
| D | papr_scm.c | 448 	uuid_parse(uuid_str, (uuid_t *) uuid);  in papr_scm_probe()
 | 
| /Linux-v5.4/block/partitions/ | 
| D | ldm.c | 104 	if (uuid_parse(data + 0x0030, &ph->disk_id)) {  in ldm_parse_privhead()878 	if (uuid_parse(buffer + 0x19 + r_name, &disk->disk_id))  in ldm_parse_dsk3()
 
 | 
| /Linux-v5.4/drivers/thunderbolt/ | 
| D | domain.c | 203 			ret = uuid_parse(s, &acl[i]);  in boot_acl_store()
 | 
| /Linux-v5.4/drivers/nvme/host/ | 
| D | fabrics.c | 809 			ret = uuid_parse(p, &hostid);  in nvmf_parse_options()
 | 
| /Linux-v5.4/drivers/nvme/target/ | 
| D | configfs.c | 406 	if (uuid_parse(page, &ns->uuid))  in nvmet_ns_device_uuid_store()
 | 
| /Linux-v5.4/kernel/ | 
| D | sysctl_binary.c | 1120 		if (uuid_parse(buf, &uuid))  in bin_uuid()
 | 
| /Linux-v5.4/security/integrity/ima/ | 
| D | ima_policy.c | 1059 			result = uuid_parse(args[0].from, &entry->fsuuid);  in ima_parse_rule()
 |