Searched defs:ObjectSize (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutcache.c57 * ObjectSize - Size of each cached object
70 UINT16 ObjectSize,
80 if (!CacheName || !ReturnCache || (ObjectSize < 16))
97 Cache->ObjectSize = ObjectSize;
245 memset (Object, 0xCA, Cache->ObjectSize);
321 memset (Object, 0, Cache->ObjectSize);
344 Object = ACPI_ALLOCATE_ZEROED (Cache->ObjectSize);
68 AcpiOsCreateCache( char *CacheName, UINT16 ObjectSize, UINT16 MaxDepth, ACPI_MEMORY_LIST **ReturnCache) argument
H A Duttrack.c92 * ObjectSize - Size of each cached object
104 UINT16 ObjectSize,
119 Cache->ObjectSize = ObjectSize;
102 AcpiUtCreateList( const char *ListName, UINT16 ObjectSize, ACPI_MEMORY_LIST **ReturnCache) argument
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactypes.h1330 UINT16 ObjectSize; member in struct:acpi_memory_list

Completed in 66 milliseconds