Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/resources/
H A Drsutils.c70 UINT8 *List) in AcpiRsDecodeBitmask()
111 UINT8 *List, in AcpiRsEncodeBitmask()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlist.h43 typedef struct list List; typedef
/titanic_50/usr/src/cmd/sgs/link_audit/common/
H A Dperfcnt.c50 } List; typedef
/titanic_50/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmbuffer.c621 const char **List) in AcpiDmFindNameByIndex()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dmalloc.c118 static TREE *List[MINSIZE/WORDSIZE-1]; /* lists of small blocks */ variable
/titanic_50/usr/src/lib/watchmalloc/common/
H A Dmalloc.c106 static TREE *List[MINSIZE/WORDSIZE-1]; variable
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Dacmacros.h371 #define GET_CURRENT_ARG_TYPE(List) (List & ((UINT32) 0x1F)) argument
372 #define INCREMENT_ARG_LIST(List) (List >>= ((UINT32) ARG_TYPE_WIDTH)) argument
H A Daclocal.h265 ACPI_HANDLE *List; member
/titanic_50/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