Searched refs:smp_error (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/scsi/plugins/smp/usmp/common/ |
H A D | usmp.c | 100 (void) smp_error(ESMP_BADTARGET, in usmp_open() 109 (void) smp_error(ESMP_BADTARGET, in usmp_open() 177 return (smp_error(ESMP_BADFUNC, "internal usmp error")); in usmp_exec() 179 return (smp_error(ESMP_PERM, in usmp_exec() 182 return (smp_error(ESMP_IO, "I/O error")); in usmp_exec() 184 return (smp_error(ESMP_SYS, "usmp ioctl failed: %s", in usmp_exec()
|
/titanic_41/usr/src/lib/scsi/libsmp/common/ |
H A D | smp_subr.c | 115 smp_error(smp_errno_t err, const char *fmt, ...) in smp_error() function 231 return (smp_error(ESMP_VERSION, in smp_init()
|
H A D | libsmp_plugin.h | 109 extern int smp_error(smp_errno_t, const char *, ...);
|
H A D | smp_plugin.c | 159 (void) smp_error(ESMP_BADFUNC, "failed to find function 0x%x", fn); in smp_get_funcdef() 408 return (smp_error(ESMP_PLUGIN, "no plugins found")); in smp_plugin_load()
|
/titanic_41/usr/src/lib/scsi/libsmp/ |
H A D | mapfile-vers | 90 smp_error;
|
H A D | libsmp_api.map | 38 smp_error { TYPE = FUNCTION; FLAGS = extern };
|