Searched refs:Ent (Results 1 – 2 of 2) sorted by relevance
147 #define GET_NEXT_BOOT_SVR_ENTRY(Ent) \ argument148 (PXEBC_BOOT_SVR_ENTRY *) ((UINT8 *) Ent + sizeof (*(Ent)) + \149 ((Ent)->IpCnt - 1) * sizeof (EFI_IPv4_ADDRESS))
253 #define GET_NEXT_BOOT_SVR_ENTRY(Ent) \ argument254 …(PXEBC_BOOT_SVR_ENTRY *) ((UINT8 *) Ent + sizeof (*(Ent)) + ((Ent)->IpCnt - 1) * sizeof (EFI_IPv4_…