Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvdimm/
Dnamespace_devs.c79 u8 *uuid1 = data, *uuid2 = NULL; in is_uuid_busy() local
84 uuid2 = nspm->uuid; in is_uuid_busy()
88 uuid2 = nsblk->uuid; in is_uuid_busy()
92 uuid2 = nd_btt->uuid; in is_uuid_busy()
96 uuid2 = nd_pfn->uuid; in is_uuid_busy()
99 if (uuid2 && memcmp(uuid1, uuid2, NSLABEL_UUID_LEN) == 0) in is_uuid_busy()
/Linux-v5.4/Documentation/s390/
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 ...