Searched defs:S390PCIBusDevice (Results 1 – 1 of 1) sorted by relevance
333 struct S390PCIBusDevice { struct334 DeviceState qdev;335 PCIDevice *pdev;336 ZpciState state;337 char *target;338 uint16_t uid;339 uint32_t idx;340 uint32_t fh;341 uint32_t fid;365 QTAILQ_ENTRY(S390PCIBusDevice) link; argument