Searched defs:List (Results 1 – 9 of 9) sorted by relevance
70 UINT8 *List) in AcpiRsDecodeBitmask()111 UINT8 *List, in AcpiRsEncodeBitmask()
43 typedef struct list List; typedef
50 } List; typedef
621 const char **List) in AcpiDmFindNameByIndex()
118 static TREE *List[MINSIZE/WORDSIZE-1]; /* lists of small blocks */ variable
106 static TREE *List[MINSIZE/WORDSIZE-1]; variable
371 #define GET_CURRENT_ARG_TYPE(List) (List & ((UINT32) 0x1F)) argument372 #define INCREMENT_ARG_LIST(List) (List >>= ((UINT32) ARG_TYPE_WIDTH)) argument
265 ACPI_HANDLE *List; member
245 private class List extends Object { class in ServiceStoreInMemory253 List(ServiceRecordInMemory record) { in List() method in ServiceStoreInMemory.List