Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/s390/
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]
/Linux-v5.4/drivers/nvdimm/
Dnamespace_devs.c79 u8 *uuid1 = data, *uuid2 = NULL; in is_uuid_busy() local
99 if (uuid2 && memcmp(uuid1, uuid2, NSLABEL_UUID_LEN) == 0) in is_uuid_busy()