Searched refs:zpci_unique_uid (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/s390/pci/
H A Dpci_sysfs.c171 return sysfs_emit(buf, "%d\n", zpci_unique_uid ? 1 : 0);
183 if (zpci_unique_uid)
193 return zpci_unique_uid ? attr->mode : 0;
H A Dpci_clp.c28 bool zpci_unique_uid; variable
32 if (zpci_unique_uid != new)
35 zpci_unique_uid = new;
H A Dpci.c666 if (zpci_unique_uid) {
/linux-master/arch/s390/include/asm/
H A Dpci_clp.h56 extern bool zpci_unique_uid;

Completed in 109 milliseconds