Searched refs:Undi (Results 1 – 13 of 13) sorted by relevance
115 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()
59 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()
73 HTTP_BOOT_DHCP6_OPTION_UNDI *Undi; member
157 HTTP_BOOT_DHCP4_OPTION_UNDI *Undi; member
2 # Component description file for Undi module.
260 (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()
161 SEGOFF16 Undi; member
93 PXEBC_DHCP6_OPTION_UNDI *Undi; member
331 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()
109 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()
215 PXEBC_DHCP4_OPTION_UNDI *Undi; member
1144 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()
182 PXEBC_DHCP4_OPTION_UNDI *Undi; member