Home | History | Annotate | Download | only in SocketDxe

Lines Matching full:specified

49   Unicode string. If the driver specified by This has a user readable name in

50 the language specified by Language, then a pointer to the driver name is
51 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
52 by This does not support the language specified by Language,
61 languages specified in SupportedLanguages. The
63 to the driver writer. Language is specified
67 driver specified by This in the language
68 specified by Language.
70 @retval EFI_SUCCESS The Unicode string for the Driver specified by
71 This and the language specified by Language was
75 @retval EFI_UNSUPPORTED The driver specified by This does not support
76 the language specified by Language.
103 This function retrieves the user readable name of the controller specified by
105 driver specified by This has a user readable name in the language specified by
107 and EFI_SUCCESS is returned. If the driver specified by This is not currently
108 managing the controller specified by ControllerHandle and ChildHandle,
109 then EFI_UNSUPPORTED is returned. If the driver specified by This does not
110 support the language specified by Language, then EFI_UNSUPPORTED is returned.
115 specified by This is managing. This handle
130 languages specified in SupportedLanguages. The
132 to the driver writer. Language is specified in
136 controller specified by ControllerHandle and
137 ChildHandle in the language specified by
139 specified by This.
142 the language specified by Language for the
143 driver specified by This was returned in
150 @retval EFI_UNSUPPORTED The driver specified by This is not currently
151 managing the controller specified by
153 @retval EFI_UNSUPPORTED The driver specified by This does not support
154 the language specified by Language.