Searched defs:ReturnCache (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutcache.c59 * ReturnCache - Where the new cache object is returned
72 ACPI_MEMORY_LIST **ReturnCache)
80 if (!CacheName || !ReturnCache || (ObjectSize < 16))
100 *ReturnCache = Cache;
68 AcpiOsCreateCache( char *CacheName, UINT16 ObjectSize, UINT16 MaxDepth, ACPI_MEMORY_LIST **ReturnCache) argument
H A Duttrack.c93 * ReturnCache - Where the new cache object is returned
105 ACPI_MEMORY_LIST **ReturnCache)
121 *ReturnCache = Cache;
102 AcpiUtCreateList( const char *ListName, UINT16 ObjectSize, ACPI_MEMORY_LIST **ReturnCache) argument

Completed in 105 milliseconds