Home | History | Annotate | Download | only in UefiShellLevel2CommandsLib

Lines Matching defs:Test

173   @param[in] DevicePath             DevicePath to test.

205 @param[in] MapList The pointer to the list to test.
206 @param[in] Specific The pointer to a specific name to test for.
522 CHAR16 *Test;
531 Test = (CHAR16*)Cd;
532 if (StrnCmp(TypeString, Test, StrLen(Test)-1) != 0) {
533 Test = (CHAR16*)Hd;
534 if (StrnCmp(TypeString, Test, StrLen(Test)-1) != 0) {
535 Test = (CHAR16*)Fp;
536 if (StrnCmp(TypeString, Test, StrLen(Test)-1) != 0) {
540 } else if (Test == NULL) {
541 Test = (CHAR16*)AnyF;
545 Test = NULL;
595 Test,
650 Test,