Searched refs:pOutputBufferLength (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libima/common/ |
H A D | ima-plugin.h | 160 IMA_UINT *pOutputBufferLength 431 IMA_UINT *pOutputBufferLength, 441 IMA_UINT *pOutputBufferLength, 453 IMA_UINT *pOutputBufferLength,
|
H A D | ima.h | 1998 IMA_UINT *pOutputBufferLength 2257 IMA_UINT *pOutputBufferLength, 2267 IMA_UINT *pOutputBufferLength, 2279 IMA_UINT *pOutputBufferLength,
|
H A D | ima-lib.c | 2234 IMA_UINT *pOutputBufferLength) { in IMA_PluginIOCtl() argument 2243 pOutputBuffer == NULL || pOutputBufferLength == NULL || in IMA_PluginIOCtl() 2244 *pOutputBufferLength == 0) in IMA_PluginIOCtl() 2272 pOutputBuffer, pOutputBufferLength); in IMA_PluginIOCtl() 5138 IMA_UINT *pOutputBufferLength, in IMA_LuInquiry() argument 5149 if (pOutputBuffer == NULL || pOutputBufferLength == NULL || in IMA_LuInquiry() 5150 *pOutputBufferLength == 0 || in IMA_LuInquiry() 5185 pOutputBuffer, pOutputBufferLength, in IMA_LuInquiry() 5203 IMA_UINT *pOutputBufferLength, in IMA_LuReadCapacity() argument 5217 if ((pOutputBuffer == NULL || pOutputBufferLength == NULL || in IMA_LuReadCapacity() [all …]
|
/titanic_50/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 536 IMA_UINT *pOutputBufferLength in IMA_PluginIOCtl() argument 1742 IMA_UINT *pOutputBufferLength, in IMA_LuInquiry() argument 1764 if (*pOutputBufferLength > MAX_INQUIRY_BUFFER_LEN) { in IMA_LuInquiry() 1767 buflen = *pOutputBufferLength; in IMA_LuInquiry() 1823 *pOutputBufferLength = buflen - uscsi.iu_ucmd.uscsi_resid; in IMA_LuInquiry() 1831 IMA_UINT *pOutputBufferLength, in IMA_LuReadCapacity() argument 1850 buflen = *pOutputBufferLength; in IMA_LuReadCapacity() 1860 if (*pOutputBufferLength > MAX_READ_CAPACITY16_BUFFER_LEN) { in IMA_LuReadCapacity() 1863 buflen = *pOutputBufferLength; in IMA_LuReadCapacity() 1925 *pOutputBufferLength = buflen - uscsi.iu_ucmd.uscsi_resid; in IMA_LuReadCapacity() [all …]
|