Searched refs:uuid (Results 1 – 13 of 13) sorted by relevance
| /tools/power/acpi/tools/pfrut/ |
| A D | pfrut.c | 169 char *uuid; in print_cap() local 171 uuid = malloc(37); in print_cap() 172 if (!uuid) { in print_cap() 179 uuid_unparse(cap->code_type, uuid); in print_cap() 184 uuid_unparse(cap->drv_type, uuid); in print_cap() 185 printf("driver update image type:%s\n", uuid); in print_cap() 189 uuid_unparse(cap->platform_id, uuid); in print_cap() 190 printf("platform id:%s\n", uuid); in print_cap() 191 uuid_unparse(cap->oem_id, uuid); in print_cap() 192 printf("oem id:%s\n", uuid); in print_cap() [all …]
|
| /tools/testing/selftests/pstore/ |
| A D | .gitignore | 3 *uuid
|
| A D | Makefile | 9 EXTRA_CLEAN := logs/* *uuid
|
| A D | pstore_crash_test | 21 mv $TOP_DIR/uuid $TOP_DIR/prev_uuid
|
| A D | pstore_tests | 24 echo "$UUID" > $TOP_DIR/uuid
|
| A D | common_tests | 58 UUID=`cat /proc/sys/kernel/random/uuid`
|
| /tools/testing/nvdimm/test/ |
| A D | ndtest.c | 419 u64 uuid[2]; in ndtest_create_region() local 435 if (uuid_parse(p->config->dimms[ndimm].uuid_str, (uuid_t *)uuid)) { in ndtest_create_region() 444 nd_set->cookie1 = cpu_to_le64(uuid[0]); in ndtest_create_region() 445 nd_set->cookie2 = cpu_to_le64(uuid[1]); in ndtest_create_region()
|
| /tools/testing/cxl/test/ |
| A D | mem.c | 138 .uuid = DEFINE_CXL_CEL_UUID, 581 uuid_t uuid = DEFINE_CXL_CEL_UUID; in mock_get_log() local 590 if (!uuid_equal(&gl->uuid, &uuid)) in mock_get_log() 1400 feat->uuid = CXL_VENDOR_FEATURE_TEST; in fill_feature_vendor_test() 1445 if (uuid_equal(&input->uuid, &CXL_VENDOR_FEATURE_TEST)) in mock_get_feature() 1489 if (uuid_equal(&input->hdr.uuid, &CXL_VENDOR_FEATURE_TEST)) in mock_set_feature()
|
| /tools/perf/trace/beauty/include/uapi/linux/ |
| A D | fs.h | 86 __u8 uuid[16]; member
|
| /tools/include/uapi/linux/ |
| A D | fs.h | 86 __u8 uuid[16]; member
|
| /tools/include/uapi/drm/ |
| A D | i915_drm.h | 3000 char uuid[36]; member 3424 char uuid[36]; member
|
| /tools/testing/selftests/net/openvswitch/ |
| A D | ovs-dpctl.py | 19 import uuid 2325 ufidstr = str(uuid.uuid4()) 2326 uuidRawObj = uuid.UUID(ufidstr).fields
|
| /tools/net/ynl/pyynl/lib/ |
| A D | ynl.py | 14 import uuid 942 formatted = str(uuid.UUID(bytes=raw))
|
Completed in 36 milliseconds