Searched refs:Ent (Results 1 – 2 of 2) sorted by relevance
187 #define GET_NEXT_BOOT_SVR_ENTRY(Ent) \ argument188 (PXEBC_BOOT_SVR_ENTRY *) ((UINT8 *) Ent + sizeof (*(Ent)) + \189 ((Ent)->IpCnt - 1) * sizeof (EFI_IPv4_ADDRESS))
292 #define GET_NEXT_BOOT_SVR_ENTRY(Ent) \ argument293 …(PXEBC_BOOT_SVR_ENTRY *) ((UINT8 *) Ent + sizeof (*(Ent)) + ((Ent)->IpCnt - 1) * sizeof (EFI_IPv4_…