Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/firmware/arm_ffa/
Ddriver.c271 __ffa_partition_info_get(u32 uuid0, u32 uuid1, u32 uuid2, u32 uuid3, in __ffa_partition_info_get() argument
283 .a1 = uuid0, .a2 = uuid1, .a3 = uuid2, .a4 = uuid3, in __ffa_partition_info_get()
/linux-6.1.9/Documentation/s390/
Dvfio-ap.rst764 echo $uuid1 > create
769 after the UUID written to the create attribute file. We call them $uuid1,
776 ------------ [$uuid1]
807 devices $uuid1 (for Guest1), $uuid2 (for Guest2) and $uuid3 (for Guest3).
905 -device vfio-ap,sysfsdev=/sys/devices/vfio_ap/matrix/$uuid1 ...
919 Using our example again, to remove the vfio_ap mediated device $uuid1::
925 ------------ [$uuid1]
/linux-6.1.9/drivers/nvdimm/
Dnamespace_devs.c40 uuid_t *uuid1 = data, *uuid2 = NULL; in is_uuid_busy() local
56 if (uuid2 && uuid_equal(uuid1, uuid2)) in is_uuid_busy()