Lines Matching refs:In
22 * copy of the source code appearing in this file ("Covered Code") an
23 * irrevocable, perpetual, worldwide license under Intel's copyrights in the
26 * Code in any form, with the right to sublicense such rights; and
33 * license, and in no event shall the patent license extend to any additions
46 * and the following Disclaimer and Export Compliance provision. In addition,
49 * Code and the date of any change. Licensee must include in that file the
57 * include the following Disclaimer and Export Compliance provision in the
58 * documentation and/or other materials provided with distribution. In
62 * property embodied in the software Licensee provides to its licensee, and
63 * not to intellectual property embodied in modifications its licensee may
66 * 3.3. Redistribution of Executable. Redistribution in executable form of any
69 * provision in the documentation and/or other materials provided with the
72 * 3.4. Intel retains all right, title, and interest in and to the Original
76 * Intel shall be used in advertising or otherwise to promote the sale, use or
77 * other dealings in products derived from or relating to the Covered Code
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
102 * any other agency or department of the United States Government. In the
105 * ensure that the distribution and export/re-export of the software is in
119 * Redistribution and use in source and binary forms, with or without
125 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
142 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
143 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
164 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field)
165 #define ACPI_COPY_ADDRESS(Out, In) \
166 ACPI_COPY_FIELD(Out, In, ResourceType); \
167 ACPI_COPY_FIELD(Out, In, ProducerConsumer); \
168 ACPI_COPY_FIELD(Out, In, Decode); \
169 ACPI_COPY_FIELD(Out, In, MinAddressFixed); \
170 ACPI_COPY_FIELD(Out, In, MaxAddressFixed); \
171 ACPI_COPY_FIELD(Out, In, Info); \
172 ACPI_COPY_FIELD(Out, In, Address.Granularity); \
173 ACPI_COPY_FIELD(Out, In, Address.Minimum); \
174 ACPI_COPY_FIELD(Out, In, Address.Maximum); \
175 ACPI_COPY_FIELD(Out, In, Address.TranslationOffset); \
176 ACPI_COPY_FIELD(Out, In, Address.AddressLength); \
177 ACPI_COPY_FIELD(Out, In, ResourceSource);
243 * if there is a non-zero buffer length we also need a valid pointer in
270 * desired bus. The routine table is placed in the buffer pointed
276 * This function attempts to execute the _PRT method contained in
321 * the desired device. The resource data is placed in the buffer
327 * This function attempts to execute the _CRS method contained in
372 * for the desired device. The resource data is placed in the
709 * once for each resource in the list.
807 * each resource in the list.