Home | History | Annotate | Download | only in Bds

Lines Matching refs:DevicePathNodes

267   EFI_DEVICE_PATH_PROTOCOL  *DevicePathNodes;

285 Status = SupportedBootDevice->Support->CreateDevicePathNode (L"EFI Application or the kernel", &DevicePathNodes);
287 Status = SupportedBootDevice->Support->CreateDevicePathNode (L"EFI Application", &DevicePathNodes);
294 DevicePath = AppendDevicePath (SupportedBootDevice->DevicePathProtocol, (CONST EFI_DEVICE_PATH_PROTOCOL *)DevicePathNodes);