Searched refs:IfId (Results 1 – 4 of 4) sorted by relevance
554 OUT EFI_IP6_CONFIG_INTERFACE_ID **IfId in IfConfig6ParseInterfaceId() argument567 ASSERT (IfId != NULL); in IfConfig6ParseInterfaceId()568 *IfId = AllocateZeroPool (sizeof (EFI_IP6_CONFIG_INTERFACE_ID)); in IfConfig6ParseInterfaceId()569 ASSERT (*IfId != NULL); in IfConfig6ParseInterfaceId()583 FreePool (*IfId); in IfConfig6ParseInterfaceId()590 (*IfId)->Id[Index++] = NodeVal; in IfConfig6ParseInterfaceId()805 IfCb->IfId = AllocateZeroPool (DataSize); in IfConfig6GetInterfaceInfo()807 if (IfCb->IfId == NULL) { in IfConfig6GetInterfaceInfo()815 IfCb->IfId in IfConfig6GetInterfaceInfo()824 FreePool (IfCb->IfId); in IfConfig6GetInterfaceInfo()[all …]
50 EFI_IP6_CONFIG_INTERFACE_ID *IfId; member
48 EFI_IP6_CONFIG_INTERFACE_ID *IfId; member630 OUT EFI_IP6_CONFIG_INTERFACE_ID **IfId in IfConfig6ParseInterfaceId() argument643 ASSERT (IfId != NULL); in IfConfig6ParseInterfaceId()644 *IfId = AllocateZeroPool (sizeof (EFI_IP6_CONFIG_INTERFACE_ID)); in IfConfig6ParseInterfaceId()645 ASSERT (*IfId != NULL); in IfConfig6ParseInterfaceId()659 FreePool (*IfId); in IfConfig6ParseInterfaceId()666 (*IfId)->Id[Index++] = NodeVal; in IfConfig6ParseInterfaceId()881 IfCb->IfId = AllocateZeroPool (DataSize); in IfConfig6GetInterfaceInfo()883 if (IfCb->IfId == NULL) { in IfConfig6GetInterfaceInfo()891 IfCb->IfId in IfConfig6GetInterfaceInfo()[all …]
228 IN EFI_IP6_CONFIG_INTERFACE_ID *IfId in Ip6ConvertInterfaceIdToString() argument234 if ((String == NULL) || (IfId == NULL)) { in Ip6ConvertInterfaceIdToString()243 (UINTN) IfId->Id[Index] in Ip6ConvertInterfaceIdToString()266 OUT EFI_IP6_CONFIG_INTERFACE_ID *IfId in Ip6ParseInterfaceIdFromString() argument274 if ((String == NULL) || (IfId == NULL)) { in Ip6ParseInterfaceIdFromString()280 ZeroMem (IfId, sizeof (EFI_IP6_CONFIG_INTERFACE_ID)); in Ip6ParseInterfaceIdFromString()306 IfId->Id[Index] = (UINT8) NodeVal; in Ip6ParseInterfaceIdFromString()