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

/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c938 * @param pSharedNodeId A pointer to an @ref IMA_OID structure allocated by
945 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a pSharedNodeId is NULL
949 IMA_OID *pSharedNodeId) {
950 if (pSharedNodeId == NULL)
953 pSharedNodeId->objectType = IMA_OBJECT_TYPE_NODE;
954 pSharedNodeId->ownerId = RL_LIBRARY_SEQNUM;
955 pSharedNodeId->objectSequenceNumber = RL_SHARED_NODE_SEQNUM;
948 IMA_GetSharedNodeOid( IMA_OID *pSharedNodeId) argument

Completed in 58 milliseconds