Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 53) sorted by relevance

123

/acpica-latest/source/include/
Dactbinfo.h155 #define ACPI_AGDI_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_AGDI,f) argument
156 #define ACPI_ASPT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_ASPT,f) argument
157 #define ACPI_FACS_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_FACS,f) argument
158 #define ACPI_GAS_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_GENERIC_ADDRESS,f) argument
159 #define ACPI_HDR_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_HEADER,f) argument
160 #define ACPI_RSDP_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_RSDP,f) argument
161 #define ACPI_BDAT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_BDAT,f) argument
162 #define ACPI_BERT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_BERT,f) argument
163 #define ACPI_BGRT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_BGRT,f) argument
164 #define ACPI_BOOT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_BOOT,f) argument
[all …]
Dacresrc.h232 #define ACPI_RS_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_RESOURCE,f) argument
233 #define AML_OFFSET(f) (UINT8) ACPI_OFFSET (AML_RESOURCE,f) argument
Dacinterp.h160 #define ACPI_EXD_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_OPERAND_OBJECT,f) argument
161 #define ACPI_EXD_NSOFFSET(f) (UINT8) ACPI_OFFSET (ACPI_NAMESPACE_NODE,f) argument
Dactbl.h554 #define ACPI_FADT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_FADT, f) argument
Dacmacros.h549 #define ARGI_LIST6(a, b, c, d, e, f) (ARG_1(f)|ARG_2(e)|ARG_3(d)|ARG_4(c)|ARG_5(b)|ARG_6(a)) argument
556 #define ARGP_LIST6(a, b, c, d, e, f) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)|ARG_5(e)|ARG_6(f)) argument
/acpica-latest/source/include/platform/
Dacefi.h275 #define _cast64_efi_call0(f) \ argument
276 efi_call0(f)
277 #define _cast64_efi_call1(f,a1) \ argument
278 efi_call1(f, (UINT64)(a1))
279 #define _cast64_efi_call2(f,a1,a2) \ argument
280 efi_call2(f, (UINT64)(a1), (UINT64)(a2))
281 #define _cast64_efi_call3(f,a1,a2,a3) \ argument
282 efi_call3(f, (UINT64)(a1), (UINT64)(a2), (UINT64)(a3))
283 #define _cast64_efi_call4(f,a1,a2,a3,a4) \ argument
284 efi_call4(f, (UINT64)(a1), (UINT64)(a2), (UINT64)(a3), (UINT64)(a4))
[all …]
Daclinux.h258 #define ACPI_OFFSET(d, f) offsetof(d, f) argument
317 #define ACPI_OFFSET(d, f) offsetof(d, f) argument
Dacfreebsd.h170 #define ACPI_OFFSET(d, f) __offsetof(d, f) argument
/acpica-latest/generate/linux/
Dlibacpica.sh143 local d f
146 f=`basename $1`
147 echo $d/$f
252 local f files
255 for f in $files; do
256 find_typedefs $f
283 local files f verbose=true
289 for f in $files; do
290 lindent_single $f $verbose
330 local t n d f
[all …]
/acpica-latest/tests/templates/
Dtemplates.sh41 for f in $files ; do
42 if [ "$f" != "$0" ] && [ "$f" != "Makefile" ]; then
43 sig=`echo $f | awk -F. '{print $1}'`
/acpica-latest/tests/aslts/src/runtime/collections/complex/
DREADME9 ASL-incorrect tests compiled with -f option of ASL.
10 The tests which require utilyzing of the -f option
14 -f - Ignore errors, force creation of AML output file(s)
/acpica-latest/tests/aslts/bin/
DDo344 for f in $disasm_compile_dir/*
346 filename=`basename $f`
350 $acpibin -a "$f" "$normal_compile_dir/$filename" > /dev/null
411 find . -type f -name *.dsl -delete
/acpica-latest/source/compiler/
Ddtcompilerparser.y195 DT_FIELD *f; member
200 %type <f> Table
/acpica-latest/tests/aslts/src/runtime/collections/complex/badasl/
Dbadasl.asl31 * the -f option on the ASL compilation
34 * (ASL-incorrect tests compiled with -f option of ASL)
38 * -f - Ignore errors, force creation of AML output file(s)
66 * ACPICA ASL Compiler run with -f option replaces the specified
DRUN.asl30 if (STTT("ASL-incorrect tests compiled with -f option of ASL", TCLC, 18, W022)) {
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/
DREADME51 The tests require utilyzing of the -f option on the ASL
56 -f - Ignore errors, force creation of AML output file(s)
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemof/
DDECL.asl33 * the -f option on the ASL compilation
38 * -f - Ignore errors, force creation of AML output file(s)
DMAIN.asl33 * the -f option on the ASL compilation
38 * -f - Ignore errors, force creation of AML output file(s)
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0232_F_OPTION/
DDECL.asl35 * the -f option on the ASL compilation
40 * -f - Ignore errors, force creation of AML output file(s)
/acpica-latest/source/components/resources/
Drsdumpinfo.c163 #define ACPI_RSD_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_RESOURCE_DATA,f) argument
164 #define ACPI_PRT_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_PCI_ROUTING_TABLE,f) argument
/acpica-latest/tests/aslts/
DTESTS66 18 | badasl | ASL-incorrect tests compiled with -f option of ASL |
105 1 | bdemof | The same but the tests which require -f option of ASL |
/acpica-latest/generate/msvc2017/
DAcpiXtract.dsp11 !MESSAGE NMAKE /f "AcpiXtract.mak".
16 !MESSAGE NMAKE /f "AcpiXtract.mak" CFG="AcpiXtract - Win32 Debug"
DAcpiBin.dsp11 !MESSAGE NMAKE /f "AcpiBin.mak".
16 !MESSAGE NMAKE /f "AcpiBin.mak" CFG="AcpiBin - Win32 Debug"
DAcpiSrc.dsp11 !MESSAGE NMAKE /f "AcpiSrc.mak".
16 !MESSAGE NMAKE /f "AcpiSrc.mak" CFG="AcpiSrc - Win32 Debug"
/acpica-latest/tests/aslts/doc/docs/
DTestOfOperands447 f | b17| B(LocalX){=} | | | |
448 f | b18| B(LocalX){<} | | | |
471 f | bf3| CF(:33) | 10,32:bf1,bf2 | | 11,32:bf3 |
472 f | bf4| CF(:63) | 10,64:bf4,bf5 | | 11,32:bf6 |
798 - all the available symbols (in all positions of 0-9,a-f,A-F)
800 - all unavailable symbols (all except 0-9,a-f,A-F)

123