Home | History | Annotate | Download | only in UefiShellLevel2CommandsLib

Lines Matching refs:TRUE

33   @retval TRUE            String has only numbers and letters

51 return (TRUE);
61 @param[in] Meta TRUE to use MetaMatching.
62 @param[in] SkipTrailingNumbers TRUE to allow for numbers after the MetaTarget.
112 return (TRUE);
175 @retval TRUE The handle has removable storage.
192 return TRUE;
211 @retval TRUE The map should be displayed.
242 if (SearchList(MapList, NewSpecific, NULL, TRUE, FALSE, L";")) {
244 return (TRUE);
250 && (SearchList(MapList, L"HD*", NULL, TRUE, TRUE, L";")
251 ||SearchList(MapList, L"CD*", NULL, TRUE, TRUE, L";")
252 ||SearchList(MapList, L"F*", NULL, TRUE, TRUE, L";")
253 ||SearchList(MapList, L"FP*", NULL, TRUE, TRUE, L";"))){
254 return (TRUE);
259 && (SearchList(MapList, L"FS", NULL, FALSE, TRUE, L";")
260 ||SearchList(MapList, L"BLK", NULL, FALSE, TRUE, L";"))){
261 return (TRUE);
264 if (TypeString != NULL && SearchList(MapList, TypeString, NULL, TRUE, TRUE, L";")) {
265 return (TRUE);
274 @param[in] Verbose TRUE to display (extra) verbose information.
275 @param[in] Consist TRUE to display consistent mappings.
276 @param[in] Normal TRUE to display normal (not consist) mappings.
278 @param[in] SFO TRUE to display output in Standard Output Format.
353 SearchList(TempSpot, L"HD*", &CurrentName, TRUE, FALSE, L";");
355 SearchList(TempSpot, L"CD*", &CurrentName, TRUE, FALSE, L";");
358 SearchList(TempSpot, L"FP*", &CurrentName, TRUE, FALSE, L";");
361 SearchList(TempSpot, L"F*", &CurrentName, TRUE, FALSE, L";");
395 DevPathString = ConvertDevicePathToText(DevPath, TRUE, FALSE);
479 if (!SearchList(MapList, Specific, &CurrentName, TRUE, FALSE, L";")) {
495 @param[in] Verbose TRUE to display (extra) verbose information.
496 @param[in] Consist TRUE to display consistent mappings.
497 @param[in] Normal TRUE to display normal (not consist) mappings.
499 @param[in] SFO TRUE to display output in Standard Output Format.
501 @param[in] Header TRUE to print the header block.
504 @retval SHELL_INVALID_PARAMETER One of Consist or Normal must be TRUE if no Specific.
600 Found = TRUE;
655 Found = TRUE;
673 @param[in] Verbose TRUE to use verbose output.
674 @param[in] Consist TRUE to display consistent names.
675 @param[in] Normal TRUE to display normal names.
677 @param[in] SFO TRUE to display in SFO format. See Spec.
700 return (PerformMappingDisplay(Verbose, Consist, Normal, NULL, SFO, Specific, TRUE));
790 Deleted = TRUE;
842 Deleted = TRUE;
1027 Status = ShellCommandLineParse (MapParamList, &Package, &ProblemParam, TRUE);
1122 TRUE,
1123 TRUE,
1127 TRUE
1157 TRUE,
1158 TRUE,
1162 TRUE
1177 TRUE
1180 if (ShellIsHexOrDecimalNumber(Mapping, TRUE, FALSE)) {
1227 TRUE