HomeSort by relevance Sort by last modified time
    Searched refs:Undi (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp6.h 98 HTTP_BOOT_DHCP6_OPTION_UNDI *Undi;
HttpBootDhcp4.c 115 OptEnt.Undi = (HTTP_BOOT_DHCP4_OPTION_UNDI *) OptList[Index]->Data;
118 OptEnt.Undi->Type = Private->Nii->Type;
119 OptEnt.Undi->MajorVer = Private->Nii->MajorVer;
120 OptEnt.Undi->MinorVer = Private->Nii->MinorVer;
122 OptEnt.Undi->Type = DEFAULT_UNDI_TYPE;
123 OptEnt.Undi->MajorVer = DEFAULT_UNDI_MAJOR;
124 OptEnt.Undi->MinorVer = DEFAULT_UNDI_MINOR;
HttpBootDhcp6.c 59 OptEnt.Undi = (HTTP_BOOT_DHCP6_OPTION_UNDI *) OptList[Index]->Data;
62 OptEnt.Undi->Type = Private->Nii->Type;
63 OptEnt.Undi->MajorVer = Private->Nii->MajorVer;
64 OptEnt.Undi->MinorVer = Private->Nii->MinorVer;
66 OptEnt.Undi->Type = DEFAULT_UNDI_TYPE;
67 OptEnt.Undi->MajorVer = DEFAULT_UNDI_MAJOR;
68 OptEnt.Undi->MinorVer = DEFAULT_UNDI_MINOR;
HttpBootDhcp4.h 195 HTTP_BOOT_DHCP4_OPTION_UNDI *Undi;
210 #define DEFAULT_CLASS_ID_DATA "HTTPClient:Arch:xxxxx:UNDI:003000"
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.h 115 PXEBC_DHCP6_OPTION_UNDI *Undi;
PxeBcDhcp4.c 331 OptEnt.Undi = (PXEBC_DHCP4_OPTION_UNDI *) OptList[Index]->Data;
334 OptEnt.Undi->Type = Private->Nii->Type;
335 OptEnt.Undi->MajorVer = Private->Nii->MajorVer;
336 OptEnt.Undi->MinorVer = Private->Nii->MinorVer;
338 OptEnt.Undi->Type = DEFAULT_UNDI_TYPE;
339 OptEnt.Undi->MajorVer = DEFAULT_UNDI_MAJOR;
340 OptEnt.Undi->MinorVer = DEFAULT_UNDI_MINOR;
    [all...]
PxeBcDhcp6.c 108 OptEnt.Undi = (PXEBC_DHCP6_OPTION_UNDI *) OptList[Index]->Data;
111 OptEnt.Undi->Type = Private->Nii->Type;
112 OptEnt.Undi->MajorVer = Private->Nii->MajorVer;
113 OptEnt.Undi->MinorVer = Private->Nii->MinorVer;
115 OptEnt.Undi->Type = DEFAULT_UNDI_TYPE;
116 OptEnt.Undi->MajorVer = DEFAULT_UNDI_MAJOR;
117 OptEnt.Undi->MinorVer = DEFAULT_UNDI_MINOR;
    [all...]
PxeBcDhcp4.h 130 #define DEFAULT_CLASS_ID_DATA "PXEClient:Arch:xxxxx:UNDI:003000"
255 PXEBC_DHCP4_OPTION_UNDI *Undi;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Misc.c 30 UINT16 PxeRomIdOffset; ///< offset of UNDI, $BC$, or BUSD ROM ID structure
77 Print Undi loader table.
79 @param UndiLoaderStructure Point to Undi Loader table structure.
110 the "Early UNDI" trick. Herein, the UNDI layer can be loaded in the
163 "Offset of UNDI loader routine in the option ROM image= 0x%X\n\r",
166 DEBUG ((DEBUG_NET, "From the data above, the absolute entry point of the UNDI loader is\n\r"));
175 "needed to load and run the UNDI= 0x%X \n\r",
180 "UNDI runtime code and data = 0x%X\n\r",
259 "Far pointer to UNDI ROMID = 0x%X\n\r",
    [all...]
Pxe.h 32 #define UNDI_ROMID_SIG "UNDI"
95 // These errors are for UNDI compatible NIC drivers.
130 UINT16 UNDI_Loader; ///< Offset of UNDI loader routine in the option ROM image.
131 UINT16 StackSize; ///< Minimum stack segment size, in bytes, needed to load and run the UNDI.
132 UINT16 DataSize; ///< UNDI runtime code and data
159 /// UNDI_ROMID_T __FAR *UNDI;// Far pointer to UNDI ROMID
161 SEGOFF16 Undi;
214 UINT16 UNDIDataSeg; ///< Real mode UNDI data segment.
215 UINT16 UNDIDataSize; ///< UNDI data segment size in bytes.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.c     [all...]
PxeBcDhcp.h 191 #define DEFAULT_CLASS_ID_DATA "PXEClient:Arch:xxxxx:UNDI:003000"
221 PXEBC_DHCP4_OPTION_UNDI *Undi;

Completed in 175 milliseconds