Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsysroot.py24 uuid2 = uuid.uuid4()
31 """ % (uuid1, uuid2))
38 """ % (uuid1, uuid2))
/openbmc/linux/drivers/nvdimm/
H A Dnamespace_devs.c41 uuid_t *uuid1 = data, *uuid2 = NULL; in is_uuid_busy() local
46 uuid2 = nspm->uuid; in is_uuid_busy()
50 uuid2 = nd_btt->uuid; in is_uuid_busy()
54 uuid2 = nd_pfn->uuid; in is_uuid_busy()
57 if (uuid2 && uuid_equal(uuid1, uuid2)) in is_uuid_busy()
/openbmc/linux/drivers/firmware/arm_ffa/
H A Ddriver.c190 __ffa_partition_info_get(u32 uuid0, u32 uuid1, u32 uuid2, u32 uuid3, in __ffa_partition_info_get() argument
203 .a1 = uuid0, .a2 = uuid1, .a3 = uuid2, .a4 = uuid3, in __ffa_partition_info_get()
/openbmc/qemu/docs/system/s390x/
H A Dvfio-ap.rst783 echo $uuid2 > create
788 $uuid2 and $uuid3 and this is the sysfs directory structure after creation::
803 ............ [$uuid2]
822 devices $uuid1 (for Guest1), $uuid2 (for Guest2) and $uuid3 (for Guest3).
869 ….. -cpu host,ap=on,apqci=on,apft=on -device vfio-ap,sysfsdev=/sys/devices/vfio_ap/matrix/$uuid2 ...
/openbmc/linux/Documentation/arch/s390/
H A Dvfio-ap.rst763 echo $uuid2 > create
768 $uuid2 and $uuid3 and this is the sysfs directory structure after creation::
783 ------------ [$uuid2]
805 devices $uuid1 (for Guest1), $uuid2 (for Guest2) and $uuid3 (for Guest3).
908 -device vfio-ap,sysfsdev=/sys/devices/vfio_ap/matrix/$uuid2 ...
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch954 + * @uuid2: second UUID
963 + const struct ffa_partition_uuid *uuid2)
965 + if (!uuid1 || !uuid2)
968 + return !memcmp(uuid1, uuid2, sizeof(struct ffa_partition_uuid));