Home
last modified time | relevance | path

Searched refs:uuid_str (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/cisco/enic/
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()
/Linux-v5.4/init/
Ddo_mounts.c108 static dev_t devt_from_partuuid(const char *uuid_str) in devt_from_partuuid() argument
119 cmp.uuid = uuid_str; in devt_from_partuuid()
121 slash = strchr(uuid_str, '/'); in devt_from_partuuid()
131 cmp.len = slash - uuid_str; in devt_from_partuuid()
133 cmp.len = strlen(uuid_str); in devt_from_partuuid()
/Linux-v5.4/arch/powerpc/platforms/pseries/
Dpapr_scm.c408 const char *uuid_str; in papr_scm_probe() local
428 if (of_property_read_string(dn, "ibm,unit-guid", &uuid_str)) { in papr_scm_probe()
448 uuid_parse(uuid_str, (uuid_t *) uuid); in papr_scm_probe()
/Linux-v5.4/fs/ocfs2/
Dsuper.c225 "Device", osb->dev_str, osb->uuid_str, in ocfs2_osb_dump()
1080 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()
1909 if (!mnt_err && !ocfs2_mount_local(osb) && osb->uuid_str && in ocfs2_dismount_volume()
1920 ocfs2_cluster_hangup(osb->uuid_str, strlen(osb->uuid_str)); in ocfs2_dismount_volume()
1946 osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL); in ocfs2_setup_osb_uuid()
1947 if (osb->uuid_str == NULL) in ocfs2_setup_osb_uuid()
1950 for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) { in ocfs2_setup_osb_uuid()
2246 trace_ocfs2_initialize_super(osb->vol_label, osb->uuid_str, in ocfs2_initialize_super()
[all …]
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),
Docfs2.h313 char *uuid_str; member
Dioctl.c223 memcpy(oiu.iu_uuid_str, osb->uuid_str, OCFS2_TEXT_UUID_LEN + 1); in ocfs2_info_handle_uuid()
Djournal.c1078 "ocfs2cmt-%s", osb->uuid_str); in ocfs2_journal_load()
1512 "ocfs2rec-%s", osb->uuid_str); in ocfs2_recovery_thread()
Ddlmglue.c3309 osb->uuid_str); in ocfs2_dlm_init()
3321 osb->uuid_str, in ocfs2_dlm_init()
3322 strlen(osb->uuid_str), in ocfs2_dlm_init()
Dnamei.c718 mlog(ML_ERROR, "%s: no old_dir_bh!\n", osb->uuid_str); in ocfs2_link()
/Linux-v5.4/drivers/thunderbolt/
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()
/Linux-v5.4/drivers/acpi/
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()
Dacpi_processor.c502 .uuid_str = sb_uuid_str, in acpi_hwp_native_thermal_lvt_osc()
Dpci_root.c180 .uuid_str = pci_osc_uuid_str, in acpi_pci_run_osc()
/Linux-v5.4/drivers/thermal/intel/int340x_thermal/
Dint3400_thermal.c175 .uuid_str = int3400_thermal_uuids[uuid], in int3400_thermal_run_osc()
/Linux-v5.4/drivers/acpi/apei/
Dapei-base.c777 .uuid_str = whea_uuid_str, in apei_osc_setup()
/Linux-v5.4/include/linux/
Dacpi.h477 char *uuid_str; /* UUID string */ member