Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
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()
1116 void **List) in DtCompileFpdt()
[all …]
H A Daslpld.c815 const char **List, in OpcFindName()
H A Ddttable.c232 void **List) in DtCompileFadt()
H A Ddtcompile.c774 void **List, in DtCompileTwoSubtables()
/illumos-gate/usr/src/common/acpica/resources/
H A Drsutils.c178 UINT8 *List) in AcpiRsDecodeBitmask()
219 UINT8 *List, in AcpiRsEncodeBitmask()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlist.h43 typedef struct list List; typedef
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dperfcnt.c50 } List; typedef
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmbuffer.c806 const char **List) in AcpiDmFindNameByIndex()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c116 static TREE *List[MINSIZE/WORDSIZE-1]; /* lists of small blocks */ variable
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c104 static TREE *List[MINSIZE/WORDSIZE-1]; variable
/illumos-gate/usr/src/uts/intel/sys/acpi/
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.h373 ACPI_HANDLE *List; member
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java245 private class List extends Object { class in ServiceStoreInMemory
253 List(ServiceRecordInMemory record) { in List() method in ServiceStoreInMemory.List