Lines Matching defs:String
132 Convert the IPv6 address into a formatted string.
135 @param[out] Str The formatted IP string.
216 Convert EFI_IP6_CONFIG_INTERFACE_ID to string format.
218 @param[out] String The buffer to store the converted string.
221 @retval EFI_SUCCESS The string converted successfully.
227 OUT CHAR16 *String,
234 if ((String == NULL) || (IfId == NULL)) {
240 String,
245 String = String + Number;
248 *(String - 1) = '\0';
254 Parse InterfaceId in string format and convert it to EFI_IP6_CONFIG_INTERFACE_ID.
256 @param[in] String The buffer of the string to be parsed.
265 IN CONST CHAR16 *String,
274 if ((String == NULL) || (IfId == NULL)) {
278 IfIdStr = (CHAR16 *) String;
298 // Convert the string to interface id. AsciiStrHexToUintn stops at the
415 This function converts the different format of address list to string format and
422 @param[in, out] String The pointer to the buffer to store the converted
423 string.
438 IN OUT CHAR16 *String,
459 if ((String == NULL) || (HiiHandle == NULL) || (AddressInfo == NULL)) {
502 // Convert the IP address info to string.
504 Ip6ToStr (Address, String);
505 TempStr = String + StrLen (String);
515 // Append the prefix length to the string.
525 string.
531 // Append the gateway address to the string.
540 TextTwo = HiiSetString (HiiHandle, 0, String, NULL);
548 String = TempStr;
549 *String = IP6_ADDRESS_DELIMITER;
550 String++;
553 *(String - 1) = '\0';
571 Parse address list in string format and convert it to a list array of node in
574 @param[in] String The buffer to string to be parsed.
585 IN CONST CHAR16 *String,
599 if ((String == NULL) || (ListHead == NULL) || (AddressCount == NULL)) {
604 LocalString = (CHAR16 *) AllocateCopyPool (StrSize (String), String);
672 This function converts the interface info to string and draws it to the IP6 UI.
695 CHAR16 *String;
744 String = PortString;
756 String,
761 String = String + Number;
765 ASSERT (String > PortString);
766 String--;
767 *String = '\0';
917 // Convert the interface info to string and print.
1296 string is in <ConfigAltResp> format. Any and all alternative
1298 current configuration string. If they are, they must appear
1300 routing (GUID, NAME, PATH) as the current configuration string.
1302 alternative configuration the string represents,
1305 string in the associated string pack.
1308 @param[in] Request A null-terminated Unicode string in
1312 invalid for this string to be in
1315 Request string. Points to the string's null
1319 of the string if the failure is in the first
1322 @param[out] Results A null-terminated Unicode string in
1324 filled in for the names in the Request string.
1325 String to be allocated by the called function.
1327 @retval EFI_SUCCESS The Results string is filled with the
1350 string.
1407 // Request has no request element, construct full request string.
1445 // Free the allocated config request string.
1452 // Set Progress string to the original request string.
1474 @param[in] Configuration A null-terminated Unicode string in
1476 @param[out] Progress A pointer to a string filled in with the
1479 beginn ing of the string if the failure
1992 // Append MAC string in the menu help string and tile help string