Home | History | Annotate | Download | only in EdkShellPkg

Lines Matching full:gefidevicepathprotocolguid

4030 +  &gEfiDevicePathProtocolGuid,
5482 &gEfiDevicePathProtocolGuid,
7994 - Status = BS->HandleProtocol (Handle, &gEfiDevicePathProtocolGuid, &DevicePath);
7995 + Status = BS->HandleProtocol (Handle, &gEfiDevicePathProtocolGuid, (VOID **)&DevicePath);
11706 - Status = BS->HandleProtocol (Handle, &gEfiDevicePathProtocolGuid, &DevicePath);
11707 + Status = BS->HandleProtocol (Handle, &gEfiDevicePathProtocolGuid, (VOID **)&DevicePath);