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

/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c263 IMA_OID nodeOid,
318 IMA_OID nodeOid,
332 ps.s_oid = nodeOid.objectSequenceNumber;
348 IMA_OID nodeOid,
362 ps.s_oid = nodeOid.objectSequenceNumber;
262 IMA_GetNodeProperties( IMA_OID nodeOid, IMA_NODE_PROPERTIES *pProps ) argument
317 IMA_SetNodeName( IMA_OID nodeOid, const IMA_NODE_NAME newName ) argument
347 IMA_SetNodeAlias( IMA_OID nodeOid, const IMA_NODE_ALIAS newAlias ) argument
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c145 IMA_OID nodeOid; local
166 status = PassFunc(nodeOid, nodeProps);
207 IMA_OID nodeOid; local
227 status = PassFunc(nodeOid, name);
244 IMA_OID nodeOid; local
264 status = PassFunc(nodeOid, alias);
1019 IMA_OID nodeOid,
1037 if (nodeOid.objectType != IMA_OBJECT_TYPE_NODE)
1040 if ((nodeOid.ownerId == RL_LIBRARY_SEQNUM) &&
1041 (nodeOid
1018 IMA_GetNodeProperties( IMA_OID nodeOid, IMA_NODE_PROPERTIES *pProps) argument
1150 IMA_SetNodeName( IMA_OID nodeOid, const IMA_NODE_NAME newName) argument
1294 IMA_SetNodeAlias( IMA_OID nodeOid, const IMA_NODE_ALIAS newAlias) argument
[all...]

Completed in 63 milliseconds