Searched refs:uuid_str (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_pp.c | 67 char uuid_str[38]; in enic_set_port_profile() local 108 sprintf(uuid_str, "%pUB", pp->instance_uuid); in enic_set_port_profile() 111 sizeof(uuid_str), uuid_str); in enic_set_port_profile() 115 sprintf(uuid_str, "%pUB", pp->host_uuid); in enic_set_port_profile() 118 sizeof(uuid_str), uuid_str); in enic_set_port_profile()
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | ndtest.c | 54 .uuid_str = "1e5c75d2-b618-11ea-9aa3-507b9ddc0f72", 61 .uuid_str = "1c4d43ac-b618-11ea-be80-507b9ddc0f72", 68 .uuid_str = "a9f17ffc-b618-11ea-b36d-507b9ddc0f72", 75 .uuid_str = "b6b83b22-b618-11ea-8aae-507b9ddc0f72", 82 .uuid_str = "bf9baaee-b618-11ea-b181-507b9ddc0f72", 92 .uuid_str = "ca0817e2-b618-11ea-9db3-507b9ddc0f72", 434 if (uuid_parse(p->config->dimms[ndimm].uuid_str, (uuid_t *)uuid)) { in ndtest_create_region()
|
| H A D | ndtest.h | 42 char *uuid_str; member
|
| /linux/drivers/acpi/ |
| H A D | bus.c | 298 guid_parse(context->uuid_str, &guid)) in acpi_run_osc() 328 static int acpi_osc_handshake(acpi_handle handle, const char *uuid_str, in acpi_osc_handshake() argument 342 if (!capbuf || bufsize < 2 || guid_parse(uuid_str, &guid)) in acpi_osc_handshake()
|
| /linux/include/linux/ |
| H A D | arm_ffa.h | 472 int (*partition_info_get)(const char *uuid_str,
|
| H A D | acpi.h | 591 char *uuid_str; /* UUID string */ member
|
| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 1147 static int ffa_partition_info_get(const char *uuid_str, in ffa_partition_info_get() argument 1154 if (!uuid_str || uuid_parse(uuid_str, &uuid)) { in ffa_partition_info_get() 1155 pr_err("invalid uuid (%s)\n", uuid_str); in ffa_partition_info_get()
|
| /linux/drivers/acpi/apei/ |
| H A D | apei-base.c | 782 .uuid_str = whea_uuid_str, in apei_osc_setup()
|