Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 1315) sorted by relevance

12345678910>>...53

/acpica-3.6.0/source/tools/acpihelp/
Dacpihelp.h174 #define ACPI_GLOBAL(type,name) \ argument
175 extern type name; \
176 type name
178 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
179 type name=value
183 #define ACPI_GLOBAL(type,name) \ argument
184 extern type name
188 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
189 extern type name
/acpica-3.6.0/source/tools/acpixtract/
Dacpixtract.h161 #define ACPI_GLOBAL(type,name) \ argument
162 extern type name; \
163 type name
166 #define ACPI_GLOBAL(type,name) \ argument
167 extern type name
/acpica-3.6.0/tests/aslts/src/runtime/collections/functional/name/
DDECL.asl13 * Neither the name of Intel Corporation nor the names of its contributors
28 Include ("../../../../runtime/collections/functional/name/name.asl")
29 Include ("../../../../runtime/collections/functional/name/package.asl")
31 Include ("../../../../runtime/collections/functional/name/method.asl")
32 Include ("../../../../runtime/collections/functional/name/function.asl")
DMAIN.asl13 * Neither the name of Intel Corporation nor the names of its contributors
28 DefinitionBlock ("name", "DSDT", 2, "Intel", "Many", 0x00000001)
34 Include ("../../../../runtime/collections/functional/name/DECL.asl")
41 Include ("../../../../runtime/collections/functional/name/RUN.asl")
/acpica-3.6.0/tests/aslts/
DHOW_TO_USE74 directory by invoking the AcpiExec utility with the name of the AML test
146 "TEST CASE : name"
165 m503 - This is usually the name of the executing control method (which
171 "TEST CASE : The name of test case (bfield, arithmetic, opackageel, ...)
172 "TEST : The name of test (simplest unit reported by diagnostics
174 "ERROR, file : The name of file where the error reporting
178 "CHECKING, file : The name of the file where the checking was initiated
179 " method : The name of method initiated the checking
203 reference - The name of the test case
204 datastproc.asl - The name of the file where the error was revealed
[all …]
DNOTE97 name space, object life time issues
107 2. name/DECL.asl,
108 name/RUN.asl
/acpica-3.6.0/tests/aslts/src/runtime/common/
Ddatastproc.asl13 * Neither the name of Intel Corporation nor the names of its contributors
33 /* arg0 - test name */
50 /* arg0 - test name */
67 /* arg0 - test name */
90 /* arg0 - test name */
127 /* arg0 - test name */
144 /* arg0 - test name */
161 /* arg0 - test name */
184 /* arg0 - test name */
/acpica-3.6.0/generate/release/
Dbuild.sh99 find . -name "*" | xargs $DOS2UNIX -q
112 find . -name "*.sh" | xargs $UNIX2DOS -q
161 $ZIP_UTILITY -silent -add -max -dir -sort=name ../$TARGET_DIR/$PACKAGE_FILENAME
354 find . -name "tmp" | xargs rm -r -f
355 find . -name "aml" | xargs rm -r -f
356 find . -name "CVS" | xargs rm -r -f
/acpica-3.6.0/source/include/
Dacpixf.h178 #define ACPI_GLOBAL(type,name) \ argument
179 extern type name; \
180 type name
182 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
183 type name=value
187 #define ACPI_GLOBAL(type,name) \ argument
188 extern type name
192 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
193 extern type name
/acpica-3.6.0/generate/linux/
Dlibacpica.sh254 files=`find . -name "*.h"`
288 files=`find . -name "*.[ch]" | cut -c3-`
293 find . -name "*~" | xargs rm -f
351 f=`find $acpica/source -name \`basename $t\``
/acpica-3.6.0/tests/aslts/src/runtime/collections/complex/namespace/
DRUN.asl13 * Neither the name of Intel Corporation nor the names of its contributors
30 * behaviour of the name space component of ACPICA too.
37 * yy - name of test
DMAIN.asl13 * Neither the name of Intel Corporation nor the names of its contributors
30 * behaviour of the name space component of ACPICA too.
DDECL.asl13 * Neither the name of Intel Corporation nor the names of its contributors
30 * behaviour of the name space component of ACPICA too.
/acpica-3.6.0/tests/aslts/src/runtime/collections/functional/descriptor/
Ddependentfn.asl13 * Neither the name of Intel Corporation nor the names of its contributors
216 Byte 0 (Tag Bits): Value = 00110001B (0x31)(Type = 0, small item name = 0x6, length = 1)
229 Byte 0 (Tag Bits): Value = 00110000B (0x30)(Type = 0, small item name = 0x6, length = 0)
232 Byte 0 (Tag Bits): Value = 00111000B (0x38)(Type = 0, small item name = 0x7 length =0)
/acpica-3.6.0/tests/aslts/src/runtime/collections/functional/
DREADME10 (name of test)
21 9 | name | Miscellaneous named object creation |
/acpica-3.6.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0157/
DDECL.asl13 * Neither the name of Intel Corporation nor the names of its contributors
42 * NOTE: add here new failing examples from name/method.asl and
43 * name/function.asl tests when starts fixing the bug.
/acpica-3.6.0/tests/aslts/src/runtime/cntl/
Dcommon.asl13 * Neither the name of Intel Corporation nor the names of its contributors
109 /* The name of type Package */
174 * name like this "*NNN.asl" is reported for all the bug-demo files corresponding
224 * arg1 - name of Method initiating the checking
445 /* Set the name of current root method */
487 * arg1 - the name of Method initiating the checking
503 * arg0 - name of test
677 * Word 2) 0xnnnnnnnn (name of method)
689 * n - name of Method initiating the checking
691 * arg0 - diagnostic message (usually, the name of method conglomeration of tests)
[all …]
Dabbu_common.asl8 Name (AI03, 0x01) /* Print out the name of test-case */
9 Name (AI05, 0x00) /* Print out the name of test */
/acpica-3.6.0/source/components/parser/
Dpsutils.c391 UINT32 name) in AcpiPsSetName() argument
401 Op->Named.Name = name; in AcpiPsSetName()
/acpica-3.6.0/source/compiler/
Dnew_table.txt43 If there are no subtables, add the AcpiDmTableInfoXXXX name to the
66 Complex tables with subtables will require a compile routine with a name
85 Add this array name to the AcpiDmTableData entry for the new ACPI table
/acpica-3.6.0/tests/aslts/src/runtime/collections/functional/table/
Dssdt4.asl13 * Neither the name of Intel Corporation nor the names of its contributors
31 * specifies an object with the same \_XT2 name
/acpica-3.6.0/generate/lint/
Denv-vc6.lnt96 name. You will have to create a file NAME.lnt bearing the names of your
102 where, again, NAME is the name of the project.
124 Select New... and provide Visual C++ with the toolbar name "PC-lint".
125 Confirm that the checkbox next to this name is selected. Click the
/acpica-3.6.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0080_ASL/
DDECL.asl13 * Neither the name of Intel Corporation nor the names of its contributors
32 …* SUMMARY: The ASL compiler should report Error when the name of Method (but not invocation of it)…
/acpica-3.6.0/tests/aslts/src/compilation/collection/
DMAIN.asl13 * Neither the name of Intel Corporation nor the names of its contributors
53 Include("./name.asl")
/acpica-3.6.0/tests/aslts/src/runtime/collections/functional/FULL/
DDECL.asl13 * Neither the name of Intel Corporation nor the names of its contributors
38 Include("../../../../runtime/collections/functional/name/DECL.asl")

12345678910>>...53