Lines Matching defs:S390PCIBusDevice
334 struct S390PCIBusDevice { struct335 DeviceState qdev;336 PCIDevice *pdev;337 ZpciState state;338 char *target;339 uint16_t uid;340 uint32_t idx;341 uint32_t fh;342 uint32_t fid;343 bool fid_defined;367 QTAILQ_ENTRY(S390PCIBusDevice) link; argument