/Linux-v4.19/drivers/net/ethernet/cisco/enic/ |
D | enic_pp.c | 76 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-v4.19/init/ |
D | do_mounts.c | 106 static dev_t devt_from_partuuid(const char *uuid_str) in devt_from_partuuid() argument 117 cmp.uuid = uuid_str; in devt_from_partuuid() 119 slash = strchr(uuid_str, '/'); in devt_from_partuuid() 129 cmp.len = slash - uuid_str; in devt_from_partuuid() 131 cmp.len = strlen(uuid_str); in devt_from_partuuid()
|
/Linux-v4.19/fs/ocfs2/ |
D | super.c | 239 "Device", osb->dev_str, osb->uuid_str, in ocfs2_osb_dump() 1110 osb->osb_debug_root = debugfs_create_dir(osb->uuid_str, in ocfs2_fill_super() 1715 buf->f_fsid.val[0] = crc32_le(0, osb->uuid_str, OCFS2_VOL_UUID_LEN) in ocfs2_statfs() 1717 buf->f_fsid.val[1] = crc32_le(0, osb->uuid_str + OCFS2_VOL_UUID_LEN, in ocfs2_statfs() 1964 if (!mnt_err && !ocfs2_mount_local(osb) && osb->uuid_str && in ocfs2_dismount_volume() 1975 ocfs2_cluster_hangup(osb->uuid_str, strlen(osb->uuid_str)); in ocfs2_dismount_volume() 2001 osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL); in ocfs2_setup_osb_uuid() 2002 if (osb->uuid_str == NULL) in ocfs2_setup_osb_uuid() 2005 for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) { in ocfs2_setup_osb_uuid() 2301 trace_ocfs2_initialize_super(osb->vol_label, osb->uuid_str, in ocfs2_initialize_super() [all …]
|
D | ocfs2_trace.h | 1709 TP_PROTO(char *label, char *uuid_str, unsigned long long root_dir, 1711 TP_ARGS(label, uuid_str, root_dir, system_dir, cluster_bits), 1714 __string(uuid_str, uuid_str) 1721 __assign_str(uuid_str, uuid_str); 1726 TP_printk("%s %s %llu %llu %d", __get_str(label), __get_str(uuid_str),
|
D | ocfs2.h | 325 char *uuid_str; member
|
D | ioctl.c | 230 memcpy(oiu.iu_uuid_str, osb->uuid_str, OCFS2_TEXT_UUID_LEN + 1); in ocfs2_info_handle_uuid()
|
D | journal.c | 1093 "ocfs2cmt-%s", osb->uuid_str); in ocfs2_journal_load() 1510 "ocfs2rec-%s", osb->uuid_str); in ocfs2_recovery_thread()
|
D | dlmglue.c | 3284 osb->uuid_str); in ocfs2_dlm_init() 3296 osb->uuid_str, in ocfs2_dlm_init() 3297 strlen(osb->uuid_str), in ocfs2_dlm_init()
|
D | namei.c | 732 mlog(ML_ERROR, "%s: no old_dir_bh!\n", osb->uuid_str); in ocfs2_link()
|
/Linux-v4.19/drivers/thunderbolt/ |
D | domain.c | 170 char *str, *s, *uuid_str; in boot_acl_store() local 195 uuid_str = strim(str); in boot_acl_store() 196 while ((s = strsep(&uuid_str, ",")) != NULL && i < tb->nboot_acl) { in boot_acl_store()
|
/Linux-v4.19/drivers/acpi/ |
D | bus.c | 193 acpi_handle_debug(handle, "(%s): %s\n", context->uuid_str, error); in acpi_print_osc_error() 214 if (guid_parse(context->uuid_str, &guid)) in acpi_run_osc() 302 .uuid_str = sb_uuid_str, in acpi_bus_osc_support()
|
D | acpi_processor.c | 501 .uuid_str = sb_uuid_str, in acpi_hwp_native_thermal_lvt_osc()
|
D | pci_root.c | 193 .uuid_str = pci_osc_uuid_str, in acpi_pci_run_osc()
|
/Linux-v4.19/drivers/thermal/int340x_thermal/ |
D | int3400_thermal.c | 168 .uuid_str = int3400_thermal_uuids[uuid], in int3400_thermal_run_osc()
|
/Linux-v4.19/drivers/acpi/apei/ |
D | apei-base.c | 785 .uuid_str = whea_uuid_str, in apei_osc_setup()
|
/Linux-v4.19/include/linux/ |
D | acpi.h | 463 char *uuid_str; /* UUID string */ member
|