Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/os/
H A Dsuspend.c95 const char *(*cl_suspend_error_decode)(int); variable
462 if (cl_suspend_error_decode == NULL) in cluster_error_decode()
465 if ((decoded = (*cl_suspend_error_decode)(error)) == NULL) in cluster_error_decode()