Home
last modified time | relevance | path

Searched refs:uuid_str (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
H A Denic_pp.c76 char uuid_str[38]; in enic_set_port_profile() local
118 sprintf(uuid_str, "%pUB", pp->instance_uuid); in enic_set_port_profile()
121 sizeof(uuid_str), uuid_str); in enic_set_port_profile()
125 sprintf(uuid_str, "%pUB", pp->host_uuid); in enic_set_port_profile()
128 sizeof(uuid_str), uuid_str); in enic_set_port_profile()
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H A Denic_pp.c62 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()
/kernel/linux/linux-6.6/block/
H A Dearly-lookup.c34 * @uuid_str: char array containing ascii UUID
41 * If @uuid_str is followed by a "/PARTNROFF=%d", then the number will be
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()
/kernel/linux/linux-5.10/init/
H A Ddo_mounts.c96 * @uuid_str: char array containing ascii UUID
102 * If @uuid_str is followed by a "/PARTNROFF=%d", then the number will be
107 static dev_t devt_from_partuuid(const char *uuid_str) in devt_from_partuuid() argument
118 cmp.uuid = uuid_str; in devt_from_partuuid()
120 slash = strchr(uuid_str, '/'); in devt_from_partuuid()
130 cmp.len = slash - uuid_str; in devt_from_partuuid()
132 cmp.len = strlen(uuid_str); in devt_from_partuuid()
/kernel/linux/linux-6.6/tools/testing/nvdimm/test/
H A Dndtest.c48 .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()
H A Dndtest.h73 char *uuid_str; member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dsuper.c222 "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()
1912 * If we failed before we got a uuid_str yet, we can't stop in ocfs2_dismount_volume()
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 in ocfs2_setup_osb_uuid()
[all...]
H A Docfs2_trace.h1712 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),
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dsuper.c225 "Device", osb->dev_str, osb->uuid_str, in ocfs2_osb_dump()
1077 osb->osb_debug_root = debugfs_create_dir(osb->uuid_str, in ocfs2_fill_super()
1660 buf->f_fsid.val[0] = crc32_le(0, osb->uuid_str, OCFS2_VOL_UUID_LEN) in ocfs2_statfs()
1662 buf->f_fsid.val[1] = crc32_le(0, osb->uuid_str + OCFS2_VOL_UUID_LEN, in ocfs2_statfs()
1920 * If we failed before we got a uuid_str yet, we can't stop in ocfs2_dismount_volume()
1923 if (!mnt_err && !ocfs2_mount_local(osb) && osb->uuid_str && in ocfs2_dismount_volume()
1933 ocfs2_cluster_hangup(osb->uuid_str, strlen(osb->uuid_str)); in ocfs2_dismount_volume()
1959 osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL); in ocfs2_setup_osb_uuid()
1960 if (osb->uuid_str in ocfs2_setup_osb_uuid()
[all...]
H A Docfs2_trace.h1711 TP_PROTO(char *label, char *uuid_str, unsigned long long root_dir,
1713 TP_ARGS(label, uuid_str, root_dir, system_dir, cluster_bits),
1716 __string(uuid_str, uuid_str)
1723 __assign_str(uuid_str, uuid_str);
1728 TP_printk("%s %s %llu %llu %d", __get_str(label), __get_str(uuid_str),
H A Docfs2.h313 char *uuid_str; member
/kernel/linux/linux-6.6/drivers/acpi/
H A Dbus.c177 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()
H A Dacpi_processor.c572 .uuid_str = sb_uuid_str, in acpi_processor_osc()
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Ddomain.c169 char *str, *s, *uuid_str; in boot_acl_store() local
194 uuid_str = strim(str); in boot_acl_store()
195 while ((s = strsep(&uuid_str, ",")) != NULL && i < tb->nboot_acl) { in boot_acl_store()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Ddomain.c164 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()
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c162 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()
/kernel/linux/linux-6.6/drivers/firmware/arm_ffa/
H A Ddriver.c569 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()
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c244 .uuid_str = NULL, in int3400_thermal_run_osc()
252 context.uuid_str = int3400_thermal_uuids[uuid]; in int3400_thermal_run_osc()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dbus.c180 acpi_handle_debug(handle, "(%s): %s\n", context->uuid_str, error); in acpi_print_osc_error()
201 if (guid_parse(context->uuid_str, &guid)) in acpi_run_osc()
289 .uuid_str = sb_uuid_str, in acpi_bus_osc_support()
H A Dacpi_processor.c501 .uuid_str = sb_uuid_str, in acpi_hwp_native_thermal_lvt_osc()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c1056 const char *uuid_str; in papr_scm_probe() local
1077 if (of_property_read_string(dn, "ibm,unit-guid", &uuid_str)) { in papr_scm_probe()
1107 uuid_parse(uuid_str, &uuid); in papr_scm_probe()
/kernel/linux/linux-6.6/include/linux/
H A Darm_ffa.h354 int (*partition_info_get)(const char *uuid_str,
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c1405 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()
/kernel/linux/linux-5.10/drivers/acpi/apei/
H A Dapei-base.c785 .uuid_str = whea_uuid_str, in apei_osc_setup()
/kernel/linux/linux-6.6/drivers/acpi/apei/
H A Dapei-base.c782 .uuid_str = whea_uuid_str, in apei_osc_setup()

Completed in 35 milliseconds

12