Home
last modified time | relevance | path

Searched refs:Undi (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.c115 OptEnt.Undi = (HTTP_BOOT_DHCP4_OPTION_UNDI *) OptList[Index]->Data; in HttpBootBuildDhcp4Options()
118 OptEnt.Undi->Type = Private->Nii->Type; in HttpBootBuildDhcp4Options()
119 OptEnt.Undi->MajorVer = Private->Nii->MajorVer; in HttpBootBuildDhcp4Options()
120 OptEnt.Undi->MinorVer = Private->Nii->MinorVer; in HttpBootBuildDhcp4Options()
122 OptEnt.Undi->Type = DEFAULT_UNDI_TYPE; in HttpBootBuildDhcp4Options()
123 OptEnt.Undi->MajorVer = DEFAULT_UNDI_MAJOR; in HttpBootBuildDhcp4Options()
124 OptEnt.Undi->MinorVer = DEFAULT_UNDI_MINOR; in HttpBootBuildDhcp4Options()
DHttpBootDhcp6.c59 OptEnt.Undi = (HTTP_BOOT_DHCP6_OPTION_UNDI *) OptList[Index]->Data; in HttpBootBuildDhcp6Options()
62 OptEnt.Undi->Type = Private->Nii->Type; in HttpBootBuildDhcp6Options()
63 OptEnt.Undi->MajorVer = Private->Nii->MajorVer; in HttpBootBuildDhcp6Options()
64 OptEnt.Undi->MinorVer = Private->Nii->MinorVer; in HttpBootBuildDhcp6Options()
66 OptEnt.Undi->Type = DEFAULT_UNDI_TYPE; in HttpBootBuildDhcp6Options()
67 OptEnt.Undi->MajorVer = DEFAULT_UNDI_MAJOR; in HttpBootBuildDhcp6Options()
68 OptEnt.Undi->MinorVer = DEFAULT_UNDI_MINOR; in HttpBootBuildDhcp6Options()
DHttpBootDhcp6.h73 HTTP_BOOT_DHCP6_OPTION_UNDI *Undi; member
DHttpBootDhcp4.h157 HTTP_BOOT_DHCP4_OPTION_UNDI *Undi; member
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DUndiRuntimeDxe.inf2 # Component description file for Undi module.
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
DMisc.c260 (UINT32) (DisplayPointer->Undi.Segment << 0x4 | DisplayPointer->Undi.Offset)) in Print_PXE_Table()
786 if ((((UINTN) Pxe->Undi.Segment) << 4) + Pxe->Undi.Offset != (UINTN) RomIdTableAddress) { in LaunchBaseCode()
DPxe.h161 SEGOFF16 Undi; member
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.h93 PXEBC_DHCP6_OPTION_UNDI *Undi; member
DPxeBcDhcp4.c331 OptEnt.Undi = (PXEBC_DHCP4_OPTION_UNDI *) OptList[Index]->Data; in PxeBcBuildDhcp4Options()
334 OptEnt.Undi->Type = Private->Nii->Type; in PxeBcBuildDhcp4Options()
335 OptEnt.Undi->MajorVer = Private->Nii->MajorVer; in PxeBcBuildDhcp4Options()
336 OptEnt.Undi->MinorVer = Private->Nii->MinorVer; in PxeBcBuildDhcp4Options()
338 OptEnt.Undi->Type = DEFAULT_UNDI_TYPE; in PxeBcBuildDhcp4Options()
339 OptEnt.Undi->MajorVer = DEFAULT_UNDI_MAJOR; in PxeBcBuildDhcp4Options()
340 OptEnt.Undi->MinorVer = DEFAULT_UNDI_MINOR; in PxeBcBuildDhcp4Options()
DPxeBcDhcp6.c109 OptEnt.Undi = (PXEBC_DHCP6_OPTION_UNDI *) OptList[Index]->Data; in PxeBcBuildDhcp6Options()
112 OptEnt.Undi->Type = Private->Nii->Type; in PxeBcBuildDhcp6Options()
113 OptEnt.Undi->MajorVer = Private->Nii->MajorVer; in PxeBcBuildDhcp6Options()
114 OptEnt.Undi->MinorVer = Private->Nii->MinorVer; in PxeBcBuildDhcp6Options()
116 OptEnt.Undi->Type = DEFAULT_UNDI_TYPE; in PxeBcBuildDhcp6Options()
117 OptEnt.Undi->MajorVer = DEFAULT_UNDI_MAJOR; in PxeBcBuildDhcp6Options()
118 OptEnt.Undi->MinorVer = DEFAULT_UNDI_MINOR; in PxeBcBuildDhcp6Options()
DPxeBcDhcp4.h215 PXEBC_DHCP4_OPTION_UNDI *Undi; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcDhcp.c1144 OptEnt.Undi = (PXEBC_DHCP4_OPTION_UNDI *) OptList[Index]->Data; in PxeBcBuildDhcpOptions()
1146 OptEnt.Undi->Type = Private->Nii->Type; in PxeBcBuildDhcpOptions()
1147 OptEnt.Undi->MajorVer = Private->Nii->MajorVer; in PxeBcBuildDhcpOptions()
1148 OptEnt.Undi->MinorVer = Private->Nii->MinorVer; in PxeBcBuildDhcpOptions()
1150 OptEnt.Undi->Type = DEFAULT_UNDI_TYPE; in PxeBcBuildDhcpOptions()
1151 OptEnt.Undi->MajorVer = DEFAULT_UNDI_MAJOR; in PxeBcBuildDhcpOptions()
1152 OptEnt.Undi->MinorVer = DEFAULT_UNDI_MINOR; in PxeBcBuildDhcpOptions()
DPxeBcDhcp.h182 PXEBC_DHCP4_OPTION_UNDI *Undi; member