Lines Matching full:driver
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
71 Until the configuration completes successfully, EFI IPv4 Protocol driver instances
73 Once the configuration is complete, the EFI IPv4 Configuration Protocol driver
75 Note that in this case the EFI IPv4 Configuration Protocol driver must signal
76 ReconfigEvent, and all EFI IPv4 Protocol driver instances that are using default
82 Protocol driver configuration policy completes
85 Protocol driver configuration needs to be updated.
89 driver is now running.
96 driver was already started.
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.
119 driver has been stopped.
122 driver was not started.
132 Returns the default configuration data (if any) for the EFI IPv4 Protocol driver.
135 Protocol driver after the configuration policy has completed.
142 driver configuration data structure.
146 @retval EFI_SUCCESS The EFI IPv4 Protocol driver configuration has been returned.
149 driver is not running.
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.
165 /// The EFI_IP4_CONFIG_PROTOCOL driver performs platform-dependent and policy-dependent
166 /// configurations for the EFI IPv4 Protocol driver.