Home
last modified time | relevance | path

Searched refs:uuid1 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dsysroot.py21 uuid1 = uuid.uuid4()
29 """ % (uuid1, uuid2))
36 """ % (uuid1, uuid2))
H A Dbbtests.py89 test_data = "Microsoft Made No Profit From Anyone's Zunes Yo %s" % uuid.uuid1()
/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()
67 if (memcmp(uuid1.clockSeqAndNode, in is_uuid_equal()
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dvfio-ap.rst699 echo $uuid1 > create
704 after the UUID written to the create attribute file. We call them $uuid1,
711 ------------ [$uuid1]
739 devices $uuid1 (for Guest1), $uuid2 (for Guest2) and $uuid3 (for Guest3).
817 -device vfio-ap,sysfsdev=/sys/devices/vfio_ap/matrix/$uuid1 ...
831 Using our example again, to remove the mediated matrix device $uuid1::
837 ------------ [$uuid1]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_1000.c1694 static void test_panic_ta_to_ta(ADBG_Case_t *c, const TEEC_UUID *uuid1, in test_panic_ta_to_ta() argument
1704 xtest_teec_open_session(&cs[0], uuid1, NULL, in test_panic_ta_to_ta()
1743 xtest_teec_open_session(&cs[0], uuid1, NULL, in test_panic_ta_to_ta()
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dnamespace_devs.c54 u8 *uuid1 = data, *uuid2 = NULL; in is_uuid_busy() local
74 if (uuid2 && memcmp(uuid1, uuid2, NSLABEL_UUID_LEN) == 0) in is_uuid_busy()