Searched defs:Multi (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c778 @param Multi A pointer to a multi-instance device path data structure.
782 (remaining device path = Multi - Single.)
783 @param Delete If TRUE, means removing Single from Multi.
785 with any instance in Multi.
787 @retval EFI_SUCCESS If the Single is contained within Multi.
788 @retval EFI_NOT_FOUND If the Single is not contained within Multi.
789 @retval EFI_INVALID_PARAMETER Multi is NULL.
796 IN EFI_DEVICE_PATH_PROTOCOL *Multi,
811 if ((Multi == NULL) || (Single == NULL)) {
826 DevicePath = Multi;
795 ConPlatformMatchDevicePaths( IN EFI_DEVICE_PATH_PROTOCOL *Multi, IN EFI_DEVICE_PATH_PROTOCOL *Single, OUT EFI_DEVICE_PATH_PROTOCOL **NewDevicePath OPTIONAL, IN BOOLEAN Delete ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c300 @param Multi A pointer to a multi-instance device path data structure.
303 @retval TRUE If the Single is contained within Multi.
304 @retval FALSE The Single is not match within Multi.
309 IN EFI_DEVICE_PATH_PROTOCOL *Multi,
317 DevicePath = Multi;
320 // Search for the match of 'Single' in 'Multi'
308 MatchDevicePaths( IN EFI_DEVICE_PATH_PROTOCOL *Multi, IN EFI_DEVICE_PATH_PROTOCOL *Single ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c928 Delete the instance in Multi which matches partly with Single instance
930 @param Multi A pointer to a multi-instance device path data
935 @return This function will remove the device path instances in Multi which partly
943 IN EFI_DEVICE_PATH_PROTOCOL *Multi,
957 if (Multi == NULL || Single == NULL) {
958 return Multi;
961 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
980 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
991 @param Multi A pointer to a multi-instance device path data
996 @retval TRUE If the Single device path is contained within Multi devic
942 BdsLibDelPartMatchInstance( IN EFI_DEVICE_PATH_PROTOCOL *Multi, IN EFI_DEVICE_PATH_PROTOCOL *Single ) argument
1002 BdsLibMatchDevicePaths( IN EFI_DEVICE_PATH_PROTOCOL *Multi, IN EFI_DEVICE_PATH_PROTOCOL *Single ) argument
[all...]

Completed in 1436 milliseconds