Home | History | Annotate | Download | only in HttpBootDxe

Lines Matching refs:TmpDevicePath

33   EFI_DEVICE_PATH_PROTOCOL   *TmpDevicePath;

38 TmpDevicePath = NULL;
74 TmpDevicePath = AppendDevicePathNode (Private->ParentDevicePath, (EFI_DEVICE_PATH_PROTOCOL*) Node);
76 if (TmpDevicePath == NULL) {
86 FreePool (TmpDevicePath);
94 NewDevicePath = AppendDevicePathNode (TmpDevicePath, (EFI_DEVICE_PATH_PROTOCOL*) Node);
96 FreePool (TmpDevicePath);