Home
last modified time | relevance | path

Searched refs:uuid2 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dsysroot.py22 uuid2 = uuid.uuid4()
29 """ % (uuid1, uuid2))
36 """ % (uuid1, uuid2))
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientRPC.c57 int is_uuid_equal(TEE_UUID uuid1, TEEC_UUID uuid2) in is_uuid_equal() argument
61 a = (uuid1.timeLow == uuid2.timeLow); in is_uuid_equal()
62 b = (uuid1.timeMid == uuid2.timeMid); in is_uuid_equal()
63 c = (uuid1.timeHiAndVersion == uuid2.timeHiAndVersion); in is_uuid_equal()
68 uuid2.clockSeqAndNode, 8) == 0) { in is_uuid_equal()
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dnamespace_devs.c54 u8 *uuid1 = data, *uuid2 = NULL; in is_uuid_busy() local
59 uuid2 = nspm->uuid; in is_uuid_busy()
63 uuid2 = nsblk->uuid; in is_uuid_busy()
67 uuid2 = nd_btt->uuid; in is_uuid_busy()
71 uuid2 = nd_pfn->uuid; in is_uuid_busy()
74 if (uuid2 && memcmp(uuid1, uuid2, NSLABEL_UUID_LEN) == 0) in is_uuid_busy()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_1000.c1695 const TEEC_UUID *uuid2) in test_panic_ta_to_ta() argument
1710 xtest_teec_open_session(&cs[1], uuid2, NULL, in test_panic_ta_to_ta()
1715 if (!ADBG_EXPECT_TEEC_SUCCESS(c, open_sec_session(&cs[0], uuid2))) in test_panic_ta_to_ta()
1749 xtest_teec_open_session(&cs[1], uuid2, NULL, in test_panic_ta_to_ta()
1754 if (!ADBG_EXPECT_TEEC_SUCCESS(c, open_sec_session(&cs[0], uuid2))) in test_panic_ta_to_ta()
1758 if (!ADBG_EXPECT_TEEC_SUCCESS(c, trigger_panic(&cs[0], uuid2))) in test_panic_ta_to_ta()
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dvfio-ap.rst700 echo $uuid2 > create
705 $uuid2 and $uuid3 and this is the sysfs directory structure after creation::
720 ------------ [$uuid2]
739 devices $uuid1 (for Guest1), $uuid2 (for Guest2) and $uuid3 (for Guest3).
822 -device vfio-ap,sysfsdev=/sys/devices/vfio_ap/matrix/$uuid2 ...