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

/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c1276 * @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);
1294 IMA_SetNodeAlias( IMA_OID nodeOid, const IMA_NODE_ALIAS newAlias) argument
[all...]

Completed in 68 milliseconds