Home
last modified time | relevance | path

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

/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()
/linux/Documentation/arch/s390/
H A Dvfio-ap.rst793 echo $uuid2 > create
798 $uuid2 and $uuid3 and this is the sysfs directory structure after creation::
813 ------------ [$uuid2]
835 devices $uuid1 (for Guest1), $uuid2 (for Guest2) and $uuid3 (for Guest3).
938 -device vfio-ap,sysfsdev=/sys/devices/vfio_ap/matrix/$uuid2 ...