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

/illumos-gate/usr/src/uts/sun4v/os/
H A Dsuspend.c454 const char *decoded; local
465 if ((decoded = (*cl_suspend_error_decode)(error)) == NULL)
469 if ((decoded_len = strnlen(decoded, max_reason_len - 1)) == 0)
472 bcopy(decoded, error_reason, decoded_len);
477 * because we only copied non-NULL bytes. If the decoded

Completed in 45 milliseconds