Searched refs:IfId (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/
H A DIfConfig6.h50 EFI_IP6_CONFIG_INTERFACE_ID *IfId; member in struct:_IFCONFIG6_INTERFACE_CB
H A DIfConfig6.c543 @param[out] IfId The pointer of EFI_IP6_CONFIG_INTERFACE_ID.
552 OUT EFI_IP6_CONFIG_INTERFACE_ID **IfId
565 ASSERT (IfId != NULL);
566 *IfId = AllocateZeroPool (sizeof (EFI_IP6_CONFIG_INTERFACE_ID));
567 ASSERT (*IfId != NULL);
581 FreePool (*IfId);
588 (*IfId)->Id[Index++] = NodeVal;
803 IfCb->IfId = AllocateZeroPool (DataSize);
805 if (IfCb->IfId == NULL) {
813 IfCb->IfId
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigNv.c219 @param[in] IfId The pointer of EFI_IP6_CONFIG_INTERFACE_ID.
228 IN EFI_IP6_CONFIG_INTERFACE_ID *IfId
234 if ((String == NULL) || (IfId == NULL)) {
243 (UINTN) IfId->Id[Index]
257 @param[out] IfId The pointer of EFI_IP6_CONFIG_INTERFACE_ID.
266 OUT EFI_IP6_CONFIG_INTERFACE_ID *IfId
274 if ((String == NULL) || (IfId == NULL)) {
280 ZeroMem (IfId, sizeof (EFI_IP6_CONFIG_INTERFACE_ID));
306 IfId->Id[Index] = (UINT8) NodeVal;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcdce.h88 RPC_IF_ID *IfId[1]; member in struct:__anon13771
441 RpcMgmtEpEltInqBegin( RPC_BINDING_HANDLE EpBinding, ULONG InquiryType, RPC_IF_ID *IfId,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcdce.h88 RPC_IF_ID *IfId[1]; member in struct:__anon1136
423 RpcMgmtEpEltInqBegin( RPC_BINDING_HANDLE EpBinding, ULONG InquiryType, RPC_IF_ID *IfId,

Completed in 66 milliseconds