Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libima/common/
H A Dima-plugin.h160 IMA_UINT *pOutputBufferLength
431 IMA_UINT *pOutputBufferLength,
441 IMA_UINT *pOutputBufferLength,
453 IMA_UINT *pOutputBufferLength,
H A Dima.h1998 IMA_UINT *pOutputBufferLength
2257 IMA_UINT *pOutputBufferLength,
2267 IMA_UINT *pOutputBufferLength,
2279 IMA_UINT *pOutputBufferLength,
H A Dima-lib.c2234 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_41/usr/src/lib/libsun_ima/common/
H A Dima.c536 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 …]