Lines Matching refs:nodeOid
144 IMA_OID nodeOid;
165 status = PassFunc(nodeOid, nodeProps);
206 IMA_OID nodeOid;
226 status = PassFunc(nodeOid, name);
243 IMA_OID nodeOid;
263 status = PassFunc(nodeOid, alias);
1018 IMA_OID nodeOid,
1033 if (nodeOid.objectType != IMA_OBJECT_TYPE_NODE)
1036 if ((nodeOid.ownerId == RL_LIBRARY_SEQNUM) &&
1037 (nodeOid.objectSequenceNumber == RL_SHARED_NODE_SEQNUM)) {
1092 if (plugintable[i].ownerId == nodeOid.ownerId) {
1107 status = PassFunc(nodeOid, pProps);
1146 IMA_OID nodeOid,
1161 if (nodeOid.objectType != IMA_OBJECT_TYPE_NODE)
1164 if ((nodeOid.ownerId == RL_LIBRARY_SEQNUM) &&
1165 (nodeOid.objectSequenceNumber == RL_SHARED_NODE_SEQNUM)) {
1181 if (plugintable[i].ownerId == nodeOid.ownerId) {
1196 status = PassFunc(nodeOid, newName);
1288 IMA_OID nodeOid,
1303 if (nodeOid.objectType != IMA_OBJECT_TYPE_NODE)
1306 if ((nodeOid.ownerId == RL_LIBRARY_SEQNUM) &&
1307 (nodeOid.objectSequenceNumber == RL_SHARED_NODE_SEQNUM)) {
1327 if (plugintable[i].ownerId == nodeOid.ownerId) {
1343 status = PassFunc(nodeOid, newAlias);