Searched refs:ih_errno (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libipmi/common/
H A Dipmi_util.c52 ihp->ih_errno = error;
66 return (ihp->ih_errno);
78 if (ipmi_errno_table[i].int_value == ihp->ih_errno) {
84 if (str == NULL && (str = strerror(ihp->ih_errno)) == NULL)
H A Dipmi_impl.h70 int ih_errno; member in struct:ipmi_handle
H A Dlibipmi.c65 *errp = ihp->ih_errno;

Completed in 76 milliseconds