Lines Matching full:the

2   Populate the BIOS_TABLES_TEST structure.
6 This program and the accompanying materials are licensed and made available
7 under the terms and conditions of the BSD License that accompanies this
8 distribution. The full text of the license may be found at
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
25 Wait for a keypress with a message that the application is about to exit.
72 // Assuming the application was launched by the boot manager as a boot in BiosTablesTestMain()
73 // loader, exiting with error will cause the boot manager to proceed with in BiosTablesTestMain()
74 // the remaining boot options. If there are no other boot options, the boot in BiosTablesTestMain()
75 // manager menu will be pulled up. Give the user a chance to read the error in BiosTablesTestMain()
83 // Locate all the gEfiAcpi10TableGuid, gEfiAcpi20TableGuid, in BiosTablesTestMain()
113 // Store the config table addresses first, then the signature second. in BiosTablesTestMain()
136 // The wait below has dual purpose. First, it blocks the application without in BiosTablesTestMain()
137 // wasting VCPU cycles while the hypervisor is scanning guest RAM. Second, in BiosTablesTestMain()
138 // assuming the application was launched by the boot manager as a boot in BiosTablesTestMain()
139 // loader, exiting the app with success causes the boot manager to pull up in BiosTablesTestMain()
140 // the boot manager menu at once (regardless of other boot options); the wait in BiosTablesTestMain()
141 // gives the user a chance to read the info printed above. in BiosTablesTestMain()