Lines Matching refs:XenBusIo
93 if (!AsciiStrCmp (Child->XenBusIo.Node, Node)) { in XenBusDeviceInitialized()
182 Private->XenBusIo.Type = AsciiStrDup (Type); in XenBusAddDevice()
183 Private->XenBusIo.Node = AsciiStrDup (DevicePath); in XenBusAddDevice()
184 Private->XenBusIo.Backend = BackendPath; in XenBusAddDevice()
185 Private->XenBusIo.DeviceId = (UINT16)AsciiStrDecimalToUintn (Id); in XenBusAddDevice()
190 if (!AsciiStrCmp (Private->XenBusIo.Type, "vbd")) { in XenBusAddDevice()
193 TempXenBusPath->DeviceId = Private->XenBusIo.DeviceId; in XenBusAddDevice()
204 &gXenBusProtocolGuid, &Private->XenBusIo, in XenBusAddDevice()
231 &gXenBusProtocolGuid, &Private->XenBusIo, in XenBusAddDevice()
236 FreePool ((VOID *) Private->XenBusIo.Backend); in XenBusAddDevice()
237 FreePool ((VOID *) Private->XenBusIo.Node); in XenBusAddDevice()
238 FreePool ((VOID *) Private->XenBusIo.Type); in XenBusAddDevice()