Searched refs:uuid_parse (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/lib/ |
D | uuid.c | 129 int uuid_parse(const char *uuid, uuid_t *u) in uuid_parse() function 133 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.10/include/linux/ |
D | uuid.h | 98 int uuid_parse(const char *uuid, uuid_t *u);
|
/Linux-v5.10/drivers/hwtracing/stm/ |
D | p_sys-t.c | 135 ret = uuid_parse(page, &pn->uuid); in sys_t_policy_uuid_store()
|
/Linux-v5.10/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.10/drivers/thunderbolt/ |
D | domain.c | 203 ret = uuid_parse(s, &acl[i]); in boot_acl_store()
|
/Linux-v5.10/drivers/nvme/host/ |
D | fabrics.c | 812 ret = uuid_parse(p, &hostid); in nvmf_parse_options()
|
/Linux-v5.10/arch/powerpc/platforms/pseries/ |
D | papr_scm.c | 1093 uuid_parse(uuid_str, (uuid_t *) uuid); in papr_scm_probe()
|
/Linux-v5.10/drivers/nvme/target/ |
D | configfs.c | 431 if (uuid_parse(page, &ns->uuid)) in nvmet_ns_device_uuid_store()
|
/Linux-v5.10/security/integrity/ima/ |
D | ima_policy.c | 1319 result = uuid_parse(args[0].from, &entry->fsuuid); in ima_parse_rule()
|
/Linux-v5.10/drivers/vfio/pci/ |
D | vfio_pci.c | 1866 ret = uuid_parse(buf, &uuid); in vfio_pci_match()
|