Lines Matching defs:newAlias
1276 * @param newAlias A pointer to a Unicode string which contains the new node
1291 * @retval IMA_ERROR_NAME_TOO_LONG Returned if @a newAlias contains too many
1296 const IMA_NODE_ALIAS newAlias) {
1304 if (newAlias == NULL)
1307 if (wcslen(newAlias) > IMA_NODE_ALIAS_LEN - 1)
1316 if (setSolarisSharedNodeAlias(newAlias) != IMA_STATUS_SUCCESS) {
1321 if (wcslen(newAlias) > 0 && newAlias != NULL)
1322 libSwprintf(sharedNodeAlias, L"%ls", newAlias);
1350 status = PassFunc(nodeOid, newAlias);