Searched refs:uuid_str (Results 26 - 43 of 43) sorted by relevance
12
| /kernel/linux/linux-6.6/drivers/acpi/apei/ |
| H A D | apei-base.c | 782 .uuid_str = whea_uuid_str, in apei_osc_setup()
|
| /kernel/linux/linux-6.6/drivers/acpi/ |
| H A D | acpi_processor.c | 572 .uuid_str = sb_uuid_str, in acpi_processor_osc()
|
| H A D | pci_root.c | 226 .uuid_str = to_uuid(root), in acpi_pci_run_osc()
|
| /kernel/linux/linux-6.6/fs/ocfs2/ |
| H A D | ocfs2.h | 311 char *uuid_str; member
|
| H A D | ioctl.c | 227 memcpy(oiu.iu_uuid_str, osb->uuid_str, OCFS2_TEXT_UUID_LEN + 1); in ocfs2_info_handle_uuid()
|
| H A D | journal.c | 1128 "ocfs2cmt-%s", osb->uuid_str); in ocfs2_journal_load() 1559 "ocfs2rec-%s", osb->uuid_str); in ocfs2_recovery_thread()
|
| H A 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()
|
| H A D | namei.c | 724 mlog(ML_ERROR, "%s: no old_dir_bh!\n", osb->uuid_str); in ocfs2_link()
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| H A D | pci_root.c | 178 .uuid_str = pci_osc_uuid_str, in acpi_pci_run_osc()
|
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| H A D | ioctl.c | 223 memcpy(oiu.iu_uuid_str, osb->uuid_str, OCFS2_TEXT_UUID_LEN + 1); in ocfs2_info_handle_uuid()
|
| H A D | journal.c | 1090 "ocfs2cmt-%s", osb->uuid_str); in ocfs2_journal_load() 1524 "ocfs2rec-%s", osb->uuid_str); in ocfs2_recovery_thread()
|
| H A D | dlmglue.c | 3331 osb->uuid_str); in ocfs2_dlm_init() 3343 osb->uuid_str, in ocfs2_dlm_init() 3344 strlen(osb->uuid_str), in ocfs2_dlm_init()
|
| H A D | namei.c | 722 mlog(ML_ERROR, "%s: no old_dir_bh!\n", osb->uuid_str); in ocfs2_link()
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | acpi.h | 528 char *uuid_str; /* UUID string */ member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | acpi.h | 537 char *uuid_str; /* UUID string */ member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | ctrl_iface.c | 2325 char uuid_str[100]; in wpa_supplicant_ctrl_iface_status() local 2326 uuid_bin2str(wpa_s->wps->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_ctrl_iface_status() 2327 ret = os_snprintf(pos, end - pos, "uuid=%s\n", uuid_str); in wpa_supplicant_ctrl_iface_status()
|
| /third_party/ffmpeg/libavformat/ |
| H A D | mxfdec.c | 3079 char uuid_str[2 * AV_UUID_LEN + 4 + 1]; \ 3081 av_uuid_unparse(uid, uuid_str); \ 3082 av_dict_set(&s->metadata, name, uuid_str, 0); \
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | ctrl_iface.c | 2594 char uuid_str[100]; in wpa_supplicant_ctrl_iface_status() local 2595 uuid_bin2str(wpa_s->wps->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_ctrl_iface_status() 2596 ret = os_snprintf(pos, end - pos, "uuid=%s\n", uuid_str); in wpa_supplicant_ctrl_iface_status()
|
Completed in 64 milliseconds
12