Lines Matching refs:nodeProps
124 static IMA_STATUS getSolarisNodeProps(IMA_NODE_PROPERTIES *nodeProps);
140 static IMA_STATUS getSolarisNodeProps(IMA_NODE_PROPERTIES *nodeProps) { in getSolarisNodeProps() argument
166 status = PassFunc(nodeOid, nodeProps); in getSolarisNodeProps()
179 IMA_NODE_PROPERTIES nodeProps; in getSolarisSharedNodeName() local
181 status = getSolarisNodeProps(&nodeProps); in getSolarisSharedNodeName()
185 bcopy(&nodeProps.name, name, sizeof (IMA_NODE_NAME)); in getSolarisSharedNodeName()
191 IMA_NODE_PROPERTIES nodeProps; in getSolarisSharedNodeAlias() local
193 status = getSolarisNodeProps(&nodeProps); in getSolarisSharedNodeAlias()
197 bcopy(&nodeProps.alias, alias, sizeof (IMA_NODE_ALIAS)); in getSolarisSharedNodeAlias()
205 IMA_NODE_PROPERTIES nodeProps; in setSolarisSharedNodeName() local
242 IMA_NODE_PROPERTIES nodeProps; in setSolarisSharedNodeAlias() local