Home
last modified time | relevance | path

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

/illumos-gate/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.c2229 IMA_UINT *pOutputBufferLength) { in IMA_PluginIOCtl() argument
2238 pOutputBuffer == NULL || pOutputBufferLength == NULL || in IMA_PluginIOCtl()
2239 *pOutputBufferLength == 0) in IMA_PluginIOCtl()
2267 pOutputBuffer, pOutputBufferLength); in IMA_PluginIOCtl()
5133 IMA_UINT *pOutputBufferLength, in IMA_LuInquiry() argument
5144 if (pOutputBuffer == NULL || pOutputBufferLength == NULL || in IMA_LuInquiry()
5145 *pOutputBufferLength == 0 || in IMA_LuInquiry()
5180 pOutputBuffer, pOutputBufferLength, in IMA_LuInquiry()
5198 IMA_UINT *pOutputBufferLength, in IMA_LuReadCapacity() argument
5212 if ((pOutputBuffer == NULL || pOutputBufferLength == NULL || in IMA_LuReadCapacity()
[all …]
/illumos-gate/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 …]