Searched defs:luId (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libima/common/
H A Dima-lib.c4973 IMA_OID luId,
4985 if (luId.objectType != IMA_OBJECT_TYPE_LU)
4992 if (plugintable[i].ownerId == luId.ownerId) {
5007 status = PassFunc(luId, pProps);
5319 IMA_OID luId) {
5327 if (luId.objectType != IMA_OBJECT_TYPE_LU)
5334 if (plugintable[i].ownerId == luId.ownerId) {
5350 status = PassFunc(luId);
5364 IMA_OID luId) {
5372 if (luId
4972 IMA_GetLuProperties( IMA_OID luId, IMA_LU_PROPERTIES *pProps) argument
5318 IMA_ExposeLu( IMA_OID luId) argument
5363 IMA_UnexposeLu( IMA_OID luId) argument
[all...]
/osnet-11/usr/src/lib/libsun_ima/common/
H A Dima.c149 static IMA_STATUS getLuProperties(IMA_OID luId, IMA_LU_PROPERTIES *pProps);
1575 IMA_OID luId,
1579 return (getLuProperties(luId, pProps));
1583 IMA_OID luId,
1595 if (luId.objectType != IMA_OBJECT_TYPE_LU) {
1610 if (pLunList->ll_luns[j].l_oid == luId.objectSequenceNumber) {
1715 IMA_OID luId,
2009 IMA_OID luId
2017 IMA_OID luId
1574 IMA_GetLuProperties( IMA_OID luId, IMA_LU_PROPERTIES *pProps ) argument
1582 getLuProperties( IMA_OID luId, IMA_LU_PROPERTIES *pProps ) argument
1714 IMA_GetDeviceStatistics( IMA_OID luId, IMA_DEVICE_STATISTICS *pStats ) argument

Completed in 53 milliseconds