Searched refs:uuid2 (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | sysroot.py | 24 uuid2 = uuid.uuid4() 31 """ % (uuid1, uuid2)) 38 """ % (uuid1, uuid2))
|
/openbmc/linux/drivers/nvdimm/ |
H A D | namespace_devs.c | 41 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 D | driver.c | 190 __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 D | vfio-ap.rst | 783 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 D | vfio-ap.rst | 763 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 D | 0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch | 954 + * @uuid2: second UUID 963 + const struct ffa_partition_uuid *uuid2) 965 + if (!uuid1 || !uuid2) 968 + return !memcmp(uuid1, uuid2, sizeof(struct ffa_partition_uuid));
|