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
2239 *pOutputBufferLength == 0) in IMA_PluginIOCtl()
5133 IMA_UINT *pOutputBufferLength, in IMA_LuInquiry() argument
5145 *pOutputBufferLength == 0 || in IMA_LuInquiry()
5180 pOutputBuffer, pOutputBufferLength, in IMA_LuInquiry()
5198 IMA_UINT *pOutputBufferLength, in IMA_LuReadCapacity() argument
5213 *pOutputBufferLength == 0) || in IMA_LuReadCapacity()
5242 pOutputBuffer, pOutputBufferLength, in IMA_LuReadCapacity()
5262 IMA_UINT *pOutputBufferLength, in IMA_LuReportLuns() argument
5274 *pOutputBufferLength == 0) || in IMA_LuReportLuns()
[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()
1863 buflen = *pOutputBufferLength; in IMA_LuReadCapacity()
1935 IMA_UINT *pOutputBufferLength, in IMA_LuReportLuns() argument
1952 if (*pOutputBufferLength > MAX_REPORT_LUNS_BUFFER_LEN) { in IMA_LuReportLuns()
[all …]