Home | History | Annotate | Download | only in Protocol

Lines Matching full:specified

174   to register an event on the specified configuration data. Once the event is signaled, the caller can call 

185 @retval EFI_SUCCESS The specified configuration data for the EFI IPv4 network stack is set
192 @retval EFI_WRITE_PROTECTED The specified configuration data is read-only or the specified configuration
194 @retval EFI_ACCESS_DENIED Another set operation on the specified configuration data is already in process.
195 @retval EFI_NOT_READY An asynchronous process is invoked to set the specified configuration data and
217 The caller is responsible for allocating the buffer usedto return the specified configuration data and
219 EFI_NOT_READY is returned if the specified configuration data is not ready due to an already in
221 register an event on the specified configuration data. Once the asynchronous configuration process is
222 finished, the event will be signaled and a subsequent GetData() call will return the specified
228 of buffer required to store the specified configuration data.
233 @retval EFI_SUCCESS The specified configuration data is got successfully.
238 @retval EFI_BUFFER_TOO_SMALL The size of Data is too small for the specified configuration data
240 @retval EFI_NOT_READY The specified configuration data is not ready due to an already in
242 @retval EFI_NOT_FOUND The specified configuration data is not found.
254 Register an event that is to be signaled whenever a configuration process on the specified
258 specified configuration data is done. An event can be registered for different DataType
266 @retval EFI_SUCCESS The notification event for the specified configuration data is
269 @retval EFI_UNSUPPORTED The configuration data type specified by DataType is not supported.
282 Remove a previously registered event for the specified configuration data.
284 This function removes a previously registeredevent for the specified configuration data.
290 @retval EFI_SUCCESS The event registered for the specified configuration data is removed.
292 @retval EFI_NOT_FOUND The Eventhas not been registered for the specified DataType.