Home
last modified time | relevance | path

Searched defs:List (Results 1 – 15 of 15) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Ddttable2.c174 void **List) in DtCompileLpit()
250 void **List) in DtCompileMadt()
409 void **List) in DtCompileMcfg()
434 void **List) in DtCompileMpst()
571 void **List) in DtCompileMsct()
596 void **List) in DtCompileNfit()
798 void **List) in DtCompileNhlt()
1182 void **List) in DtCompilePcct()
1290 void **List) in DtCompilePdtt()
1350 void **List) in DtCompilePhat()
[all …]
H A Ddttable1.c198 void **List) in DtCompileAest()
404 void **List) in DtCompileAsf()
576 void **List) in DtCompileCedt()
650 void **List) in DtCompileCpep()
675 void **List) in DtCompileCsrt()
783 void **List) in DtCompileDbg2()
939 void **List) in DtCompileDmar()
1099 void **List) in DtCompileDrtm()
1236 void **List) in DtCompileEinj()
1261 void **List) in DtCompileErst()
[all …]
H A Daslpld.c811 const char **List, in OpcFindName()
H A Ddttable.c234 void **List) in DtCompileFadt()
H A Ddtcompile.c787 void **List, in DtCompileTwoSubtables()
/dragonfly/contrib/bmake/
H A Dlst.h91 typedef struct List List; typedef
101 struct List { struct
102 ListNode *first; argument
103 ListNode *last; argument
/dragonfly/sys/contrib/dev/acpica/source/components/resources/
H A Drsutils.c178 UINT8 *List) in AcpiRsDecodeBitmask()
219 UINT8 *List, in AcpiRsEncodeBitmask()
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbstats.c226 ACPI_MEMORY_LIST *List) in AcpiDbListInfo()
/dragonfly/bin/cpdup/
H A Dcpdup.c82 typedef struct List { struct
85 } List; argument
/dragonfly/contrib/cvs-1.12/src/
H A Dhash.h49 typedef struct list List; typedef
H A Dclient.c715 void (*func) (void *, List *, const char *, const char *), in call_in_directory() argument
/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmbuffer.c827 const char **List) in AcpiDmFindNameByIndex()
/dragonfly/lib/libefivar/
H A Defivar-dp-parse.c180 IN OUT CHAR16 **List, in SplitStr()
231 IN OUT CHAR16 **List in GetNextParamStr()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacmacros.h558 #define GET_CURRENT_ARG_TYPE(List) (List & ((UINT32) 0x1F)) argument
559 #define INCREMENT_ARG_LIST(List) (List >>= ((UINT32) ARG_TYPE_WIDTH)) argument
H A Daclocal.h374 ACPI_HANDLE *List; member