dmi_error(3DMI) DMI Library Functions dmi_error(3DMI)
NAME
dmi_error - print error in string form
SYNOPSIS
cc [ flag ... ] file ... -ldmi -lnsl -lrwtool [ library ... ]
#include <dmi/dmi_error.hh>
void dmi_error(DmiErrorStatus_t error_status);
DESCRIPTION
For the given error_status, the dmi_error() function prints the corresponding error in string form. The function prints "unknown dmi
errors" if error_status is invalid.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|MT-level |MT-Safe |
+-----------------------------+-----------------------------+
SEE ALSO
libdmi(3LIB), attributes(5)
SunOS 5.10 12 Oct 1998 dmi_error(3DMI)