Home
last modified time | relevance | path

Searched refs:OS_OFFLINE_ERR (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dcluster_rcm.c50 #define OS_OFFLINE_ERR gettext("Invalid operation: OS cannot be offlined") macro
194 if ((*errstr = strdup(OS_OFFLINE_ERR)) == NULL) in cluster_offline()