Home
last modified time | relevance | path

Searched refs:ObjectSize (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Dutcache.c70 UINT16 ObjectSize, in AcpiOsCreateCache() argument
80 if (!CacheName || !ReturnCache || (ObjectSize < 16)) in AcpiOsCreateCache()
97 Cache->ObjectSize = ObjectSize; in AcpiOsCreateCache()
245 memset (Object, 0xCA, Cache->ObjectSize); in AcpiOsReleaseObject()
321 memset (Object, 0, Cache->ObjectSize); in AcpiOsAcquireObject()
344 Object = ACPI_ALLOCATE_ZEROED (Cache->ObjectSize); in AcpiOsAcquireObject()
H A Duttrack.c104 UINT16 ObjectSize, in AcpiUtCreateList() argument
119 Cache->ObjectSize = ObjectSize; in AcpiUtCreateList()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacpiosxf.h279 UINT16 ObjectSize,
H A Dacutils.h974 UINT16 ObjectSize,
H A Dactypes.h1330 UINT16 ObjectSize; member