Home | History | Annotate | Download | only in LegacyBiosDxe

Lines Matching refs:Sio

2   Collect Sio information from Native EFI Drivers.

3 Sio is floppy, parallel, serial, ... hardware
23 @param SioPtr Pointer to SIO data.
25 @retval EFI_SUCCESS When SIO data is got successfully.
42 EFI_SIO_PROTOCOL *Sio;
75 Status = gBS->HandleProtocol (HandleBuffer[Index], &gEfiSioProtocolGuid, (VOID **) &Sio);
83 Status = Sio->GetResources (Sio, &Resources);
241 @param SioPtr Pointer to SIO data.
243 @retval EFI_SUCCESS When SIO data is got successfully.
300 // Collect the resource types neededto fill in the SIO data structure
450 // Get the pointer to the SIO data structure
455 // Zero the data in the SIO data structure