/linux-6.6.21/drivers/net/ethernet/cisco/enic/ |
D | enic_pp.c | 62 char uuid_str[38]; in enic_set_port_profile() local 103 sprintf(uuid_str, "%pUB", pp->instance_uuid); in enic_set_port_profile() 106 sizeof(uuid_str), uuid_str); in enic_set_port_profile() 110 sprintf(uuid_str, "%pUB", pp->host_uuid); in enic_set_port_profile() 113 sizeof(uuid_str), uuid_str); in enic_set_port_profile()
|
/linux-6.6.21/block/ |
D | early-lookup.c | 46 static int __init devt_from_partuuid(const char *uuid_str, dev_t *devt) in devt_from_partuuid() argument 53 cmp.uuid = uuid_str; in devt_from_partuuid() 55 slash = strchr(uuid_str, '/'); in devt_from_partuuid() 63 cmp.len = slash - uuid_str; in devt_from_partuuid() 65 cmp.len = strlen(uuid_str); in devt_from_partuuid()
|
/linux-6.6.21/tools/testing/nvdimm/test/ |
D | ndtest.c | 48 .uuid_str = "1e5c75d2-b618-11ea-9aa3-507b9ddc0f72", 55 .uuid_str = "1c4d43ac-b618-11ea-be80-507b9ddc0f72", 62 .uuid_str = "a9f17ffc-b618-11ea-b36d-507b9ddc0f72", 69 .uuid_str = "b6b83b22-b618-11ea-8aae-507b9ddc0f72", 76 .uuid_str = "bf9baaee-b618-11ea-b181-507b9ddc0f72", 86 .uuid_str = "ca0817e2-b618-11ea-9db3-507b9ddc0f72", 429 if (uuid_parse(p->config->dimms[ndimm].uuid_str, (uuid_t *)uuid)) { in ndtest_create_region()
|
D | ndtest.h | 73 char *uuid_str; member
|
/linux-6.6.21/fs/ocfs2/ |
D | super.c | 222 "Device", osb->dev_str, osb->uuid_str, in ocfs2_osb_dump() 1072 osb->osb_debug_root = debugfs_create_dir(osb->uuid_str, in ocfs2_fill_super() 1654 buf->f_fsid.val[0] = crc32_le(0, osb->uuid_str, OCFS2_VOL_UUID_LEN) in ocfs2_statfs() 1656 buf->f_fsid.val[1] = crc32_le(0, osb->uuid_str + OCFS2_VOL_UUID_LEN, in ocfs2_statfs() 1915 if (!mnt_err && !ocfs2_mount_local(osb) && osb->uuid_str && in ocfs2_dismount_volume() 1925 ocfs2_cluster_hangup(osb->uuid_str, strlen(osb->uuid_str)); in ocfs2_dismount_volume() 1951 osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL); in ocfs2_setup_osb_uuid() 1952 if (osb->uuid_str == NULL) in ocfs2_setup_osb_uuid() 1955 for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) { in ocfs2_setup_osb_uuid() 2234 trace_ocfs2_initialize_super(osb->vol_label, osb->uuid_str, in ocfs2_initialize_super() [all …]
|
D | ocfs2_trace.h | 1712 TP_PROTO(char *label, char *uuid_str, unsigned long long root_dir, 1714 TP_ARGS(label, uuid_str, root_dir, system_dir, cluster_bits), 1717 __string(uuid_str, uuid_str) 1724 __assign_str(uuid_str, uuid_str); 1729 TP_printk("%s %s %llu %llu %d", __get_str(label), __get_str(uuid_str),
|
D | ocfs2.h | 311 char *uuid_str; member
|
D | ioctl.c | 227 memcpy(oiu.iu_uuid_str, osb->uuid_str, OCFS2_TEXT_UUID_LEN + 1); in ocfs2_info_handle_uuid()
|
D | journal.c | 1128 "ocfs2cmt-%s", osb->uuid_str); in ocfs2_journal_load() 1559 "ocfs2rec-%s", osb->uuid_str); in ocfs2_recovery_thread()
|
D | dlmglue.c | 3341 osb->uuid_str); in ocfs2_dlm_init() 3353 osb->uuid_str, in ocfs2_dlm_init() 3354 strlen(osb->uuid_str), in ocfs2_dlm_init()
|
D | namei.c | 724 mlog(ML_ERROR, "%s: no old_dir_bh!\n", osb->uuid_str); in ocfs2_link()
|
/linux-6.6.21/drivers/thermal/intel/int340x_thermal/ |
D | int3400_thermal.c | 162 static int int3400_thermal_run_osc(acpi_handle handle, char *uuid_str, int *enable) in int3400_thermal_run_osc() argument 168 .uuid_str = uuid_str, in int3400_thermal_run_osc()
|
/linux-6.6.21/drivers/acpi/ |
D | bus.c | 177 acpi_handle_debug(handle, "(%s): %s\n", context->uuid_str, error); in acpi_print_osc_error() 198 if (guid_parse(context->uuid_str, &guid)) in acpi_run_osc() 306 .uuid_str = sb_uuid_str, in acpi_bus_osc_negotiate_platform_control() 413 .uuid_str = sb_usb_uuid_str, in acpi_bus_osc_negotiate_usb_control()
|
D | acpi_processor.c | 572 .uuid_str = sb_uuid_str, in acpi_processor_osc()
|
D | pci_root.c | 226 .uuid_str = to_uuid(root), in acpi_pci_run_osc()
|
/linux-6.6.21/drivers/firmware/arm_ffa/ |
D | driver.c | 569 static int ffa_partition_info_get(const char *uuid_str, in ffa_partition_info_get() argument 576 if (uuid_parse(uuid_str, &uuid)) { in ffa_partition_info_get() 577 pr_err("invalid uuid (%s)\n", uuid_str); in ffa_partition_info_get()
|
/linux-6.6.21/drivers/thunderbolt/ |
D | domain.c | 164 char *str, *s, *uuid_str; in boot_acl_store() local 189 uuid_str = strim(str); in boot_acl_store() 190 while ((s = strsep(&uuid_str, ",")) != NULL && i < tb->nboot_acl) { in boot_acl_store()
|
/linux-6.6.21/include/linux/ |
D | arm_ffa.h | 354 int (*partition_info_get)(const char *uuid_str,
|
D | acpi.h | 537 char *uuid_str; /* UUID string */ member
|
/linux-6.6.21/arch/powerpc/platforms/pseries/ |
D | papr_scm.c | 1405 const char *uuid_str; in papr_scm_probe() local 1426 if (of_property_read_string(dn, "ibm,unit-guid", &uuid_str)) { in papr_scm_probe() 1461 uuid_parse(uuid_str, &uuid); in papr_scm_probe()
|
/linux-6.6.21/drivers/acpi/apei/ |
D | apei-base.c | 782 .uuid_str = whea_uuid_str, in apei_osc_setup()
|