Lines Matching defs:String
191 This function get SMBIOS string in SMBIOS table.
194 @param StringId SMBIOS string ID
195 @param StringLen length of SMBIOS string
197 @return SMBIOS string data
210 CHAR8 *String;
217 // look for the two consecutive zeros, check the string limit by the way.
219 String = NULL;
225 String = CharInStr;
249 return String;
270 CHAR8 *String;
287 // set ' ' for string field
288 String = GetSmbiosStringById (TableEntry, StringId, &StringLen);
289 ASSERT (String != NULL);
290 //DEBUG ((EFI_D_INFO,"StrId(0x%x)-%a(%d)\n", StringId, String, StringLen));
291 SetMem (String, StringLen, ' ');
294 // zero non-string field
329 // look for the two consecutive zeros, check the string limit by the way.
604 // Reference SMBIOS 2.7, chapter 6.1.3, it will have no limit on the length of each individual text string.
613 // Locate the end of string as long as possible.