Lines Matching full:configuration

2   This file provides a definition of the EFI IPv4 Configuration
29 /// EFI_IP4_IPCONFIG_DATA contains the minimum IPv4 configuration data
57 Starts running the configuration policy for the EFI IPv4 Protocol driver.
60 configuration policy by the EFI IPv4 Protocol driver. This determination may
62 driver configuration policy. It may be as involved as loading some defaults
65 Starting the configuration policy is just the beginning. It may finish almost
66 instantly or it may take several minutes before it fails to retrieve configuration
68 should use the DoneEvent parameter to determine when the configuration policy
70 determine if the configuration succeeded or failed.
71 Until the configuration completes successfully, EFI IPv4 Protocol driver instances
73 Once the configuration is complete, the EFI IPv4 Configuration Protocol driver
74 signals DoneEvent. The configuration may need to be updated in the future.
75 Note that in this case the EFI IPv4 Configuration Protocol driver must signal
77 configurations must return EFI_NO_MAPPING until the configuration policy has
82 Protocol driver configuration policy completes
85 Protocol driver configuration needs to be updated.
88 @retval EFI_SUCCESS The configuration policy for the EFI IPv4 Protocol
95 @retval EFI_ALREADY_STARTED The configuration policy for the EFI IPv4 Protocol
99 driver configuration.
111 Stops running the configuration policy for the EFI IPv4 Protocol driver.
113 The Stop() function stops the configuration policy for the EFI IPv4 Protocol driver.
114 All configuration data will be lost after calling Stop().
118 @retval EFI_SUCCESS The configuration policy for the EFI IPv4 Protocol
121 @retval EFI_NOT_STARTED The configuration policy for the EFI IPv4 Protocol
132 Returns the default configuration data (if any) for the EFI IPv4 Protocol driver.
134 The GetData() function returns the current configuration data for the EFI IPv4
135 Protocol driver after the configuration policy has completed.
141 @param IpConfigData The pointer to the EFI IPv4 Configuration Protocol
142 driver configuration data structure.
146 @retval EFI_SUCCESS The EFI IPv4 Protocol driver configuration has been returned.
148 @retval EFI_NOT_STARTED The configuration policy for the EFI IPv4 Protocol
150 @retval EFI_NOT_READY EFI IPv4 Protocol driver configuration is still running.
151 @retval EFI_ABORTED EFI IPv4 Protocol driver configuration could not complete.
152 @retval EFI_BUFFER_TOO_SMALL *IpConfigDataSize is smaller than the configuration