Home
last modified time | relevance | path

Searched refs:pMemory (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libima/common/
H A Dima-plugin.h552 void *pMemory
H A Dima.h1852 void *pMemory
H A Dima-lib.c1839 void *pMemory) { in IMA_FreeMemory() argument
1840 if (pMemory == NULL) in IMA_FreeMemory()
1842 free(pMemory); in IMA_FreeMemory()
/titanic_44/usr/src/lib/libsun_ima/common/
H A Dima.c478 void *pMemory in IMA_FreeMemory() argument
481 if (pMemory != NULL) in IMA_FreeMemory()
482 free(pMemory); in IMA_FreeMemory()