Searched refs:uuid2 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/nvdimm/ |
D | namespace_devs.c | 54 u8 *uuid1 = data, *uuid2 = NULL; in is_uuid_busy() local 59 uuid2 = nspm->uuid; in is_uuid_busy() 63 uuid2 = nsblk->uuid; in is_uuid_busy() 67 uuid2 = nd_btt->uuid; in is_uuid_busy() 71 uuid2 = nd_pfn->uuid; in is_uuid_busy() 74 if (uuid2 && memcmp(uuid1, uuid2, NSLABEL_UUID_LEN) == 0) in is_uuid_busy()
|
/Linux-v5.15/drivers/firmware/arm_ffa/ |
D | driver.c | 242 __ffa_partition_info_get(u32 uuid0, u32 uuid1, u32 uuid2, u32 uuid3, in __ffa_partition_info_get() argument 251 .a1 = uuid0, .a2 = uuid1, .a3 = uuid2, .a4 = uuid3, in __ffa_partition_info_get()
|
/Linux-v5.15/Documentation/s390/ |
D | vfio-ap.rst | 699 echo $uuid2 > create 704 $uuid2 and $uuid3 and this is the sysfs directory structure after creation:: 719 ------------ [$uuid2] 738 devices $uuid1 (for Guest1), $uuid2 (for Guest2) and $uuid3 (for Guest3). 821 -device vfio-ap,sysfsdev=/sys/devices/vfio_ap/matrix/$uuid2 ...
|