Home
last modified time | relevance | path

Searched refs:lnpId (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libima/common/
H A Dima-plugin.h364 IMA_OID lnpId,
H A Dima-lib.c2283 IMA_OID lnpId, in IMA_GetNetworkPortalOidList() argument
2296 if (lnpId.objectType != IMA_OBJECT_TYPE_LNP) in IMA_GetNetworkPortalOidList()
2303 if (plugintable[i].ownerId == lnpId.ownerId) { in IMA_GetNetworkPortalOidList()
2321 status = PassFunc(lnpId, &ppOidList); in IMA_GetNetworkPortalOidList()
4500 IMA_OID lnpId, in IMA_GetLnpProperties() argument
4512 if (lnpId.objectType != IMA_OBJECT_TYPE_LNP) in IMA_GetLnpProperties()
4519 if (plugintable[i].ownerId == lnpId.ownerId) { in IMA_GetLnpProperties()
4534 status = PassFunc(lnpId, pProps); in IMA_GetLnpProperties()