Searched defs:InstanceList (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/Device/
H A DDevice.h31 void *InstanceList; ///< Array of instances for this device member in struct:_Device_Node
33 UINT32 InstanceSize; ///< Size of each instance in the InstanceList
34 UINT32 NumInstances; ///< Number of instances in InstanceList
52 @param InstanceList Optional pointer to the device's initialized instance list.
53 If InstanceList is NULL, the application startup code will
55 populate the InstanceList in the order those protocols are found.
56 @param NumInstance Number of instances in InstanceList.
61 void *InstanceList, int NumInstance, UINT32 InstanceSize, UINT32 Modes);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Utility/
H A DDevGenisis.c72 @param InstanceList Optional pointer to the device's initialized instance list.
73 If InstanceList is NULL, the application startup code will
75 populate the InstanceList in the order those protocols are found.
76 @param NumInstance Number of instances in InstanceList.
86 IN void *InstanceList,
111 Node->InstanceList = InstanceList;
117 /* Update the Parent member of each element of the InstanceList */
118 if(InstanceList != NULL) {
119 GenPtr = InstanceList;
82 __DevRegister( IN const CHAR16 *DevName, IN GUID *DevProto, IN FO_OPEN OpenFunc, IN void *InstanceList, IN int NumInstance, IN UINT32 InstanceSize, IN UINT32 Modes ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Impl.c39 @param[in] InstanceList Pointer to the head of the list linking the udp
50 IN LIST_ENTRY *InstanceList,
511 @param[in] InstanceList Pointer to the head of the list linking the udp
522 IN LIST_ENTRY *InstanceList,
531 NET_LIST_FOR_EACH (Entry, InstanceList) {
566 @param[in] InstanceList Pointer to the head of the list linking the udp
580 IN LIST_ENTRY *InstanceList,
596 Udp4FindInstanceByPort (InstanceList, StationAddress, ConfigData->StationPort)) {
616 while (Udp4FindInstanceByPort(InstanceList, StationAddress, mUdp4RandomPort)) {
521 Udp4FindInstanceByPort( IN LIST_ENTRY *InstanceList, IN EFI_IPv4_ADDRESS *Address, IN UINT16 Port ) argument
579 Udp4Bind( IN LIST_ENTRY *InstanceList, IN OUT EFI_UDP4_CONFIG_DATA *ConfigData ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Impl.c39 @param[in] InstanceList Pointer to the head of the list linking the udp
50 IN LIST_ENTRY *InstanceList,
518 @param[in] InstanceList Pointer to the head of the list linking the udp
529 IN LIST_ENTRY *InstanceList,
538 NET_LIST_FOR_EACH (Entry, InstanceList) {
574 @param[in] InstanceList Pointer to the head of the list linking the udp
587 IN LIST_ENTRY *InstanceList,
603 Udp6FindInstanceByPort (InstanceList, StationAddress, ConfigData->StationPort)
623 while (Udp6FindInstanceByPort (InstanceList, StationAddress, mUdp6RandomPort)) {
528 Udp6FindInstanceByPort( IN LIST_ENTRY *InstanceList, IN EFI_IPv6_ADDRESS *Address, IN UINT16 Port ) argument
586 Udp6Bind( IN LIST_ENTRY *InstanceList, IN EFI_UDP6_CONFIG_DATA *ConfigData ) argument

Completed in 100 milliseconds