Searched refs:smp_error (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/scsi/plugins/smp/usmp/common/
H A Dusmp.c100 (void) smp_error(ESMP_BADTARGET,
109 (void) smp_error(ESMP_BADTARGET,
177 return (smp_error(ESMP_BADFUNC, "internal usmp error"));
179 return (smp_error(ESMP_PERM,
182 return (smp_error(ESMP_IO, "I/O error"));
184 return (smp_error(ESMP_SYS, "usmp ioctl failed: %s",
/osnet-11/usr/src/lib/scsi/libsmp/common/
H A Dsmp_subr.c84 * smp_set_errno(), smp_error(), or smp_verror() without this value changing.
117 smp_error(smp_errno_t err, const char *fmt, ...) function
233 return (smp_error(ESMP_VERSION,
H A Dlibsmp_plugin.h109 extern int smp_error(smp_errno_t, const char *, ...);
H A Dsmp_plugin.c159 (void) smp_error(ESMP_BADFUNC, "failed to find function 0x%x", fn);
408 return (smp_error(ESMP_PLUGIN, "no plugins found"));

Completed in 17 milliseconds