Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Ddttable2.c174 void **List) in DtCompileLpit()
250 void **List) in DtCompileMadt()
404 void **List) in DtCompileMcfg()
429 void **List) in DtCompileMpst()
566 void **List) in DtCompileMsct()
591 void **List) in DtCompileMtmr()
616 void **List) in DtCompileNfit()
818 void **List) in DtCompilePcct()
921 void **List) in DtCompilePdtt()
981 void **List) in DtCompilePmtt()
[all …]
H A Ddttable1.c187 void **List) in DtCompileAsf()
359 void **List) in DtCompileCpep()
384 void **List) in DtCompileCsrt()
492 void **List) in DtCompileDbg2()
648 void **List) in DtCompileDmar()
808 void **List) in DtCompileDrtm()
945 void **List) in DtCompileEinj()
970 void **List) in DtCompileErst()
995 void **List) in DtCompileGtdt()
1138 void **List) in DtCompileFpdt()
[all …]
H A Daslpld.c811 const char **List, in OpcFindName()
H A Ddttable.c232 void **List) in DtCompileFadt()
H A Ddtcompile.c787 void **List, in DtCompileTwoSubtables()
/f-stack/freebsd/contrib/ncsw/inc/etc/
H A Dlist_ext.h67 typedef struct List struct
69 struct List *p_Next; /**< A pointer to the next list object */ argument
70 struct List *p_Prev; /**< A pointer to the previous list object */ argument
/f-stack/freebsd/contrib/dev/acpica/components/resources/
H A Drsutils.c178 UINT8 *List) in AcpiRsDecodeBitmask()
219 UINT8 *List, in AcpiRsEncodeBitmask()
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbstats.c225 ACPI_MEMORY_LIST *List) in AcpiDbListInfo()
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c825 const char **List) in AcpiDmFindNameByIndex()
/f-stack/freebsd/contrib/dev/acpica/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