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

/osnet-11/usr/src/lib/libumem/common/
H A Dmisc.c64 umem_log_enter(const char *error_str) argument
73 while ((c = *error_str++) != '\0') {
95 umem_error_enter(const char *error_str) argument
99 (void) write(UMEM_ERRFD, error_str, strlen(error_str));
102 umem_log_enter(error_str);
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c225 iov_rc_add(int rc_address, char **error_str) argument
235 if (rv != 0 && error_str) {
236 build_error_str(NULL, rv, results, error_str);
237 i_iov_dprintf("iov_rc_add: rv=%d error_str=%s\n",
238 rv, *error_str);
247 iov_rc_remove(int rc_address, uint_t hp_flags, char **error_str) argument
262 if (rv != 0 && error_str) {
263 build_error_str(NULL, rv, results, error_str);
264 i_iov_dprintf("iov_rc_remove: rv=%d error_str=%s\n",
265 rv, *error_str);
374 iov_remove(int rc_address, char *path, uint_t hp_flags, char **error_str) argument
449 iov_add(int rc_address, char *path, char **error_str) argument
791 iov_hp_online(char *path, char *connection, char **error_str) argument
819 iov_hp_offline(char *path, char *connection, uint_t flags, char **error_str) argument
850 iov_hp_set_offline_ceiling(char *path, char *connection, uint32_t *handlep, char **error_str) argument
865 iov_hp_clear_offline_ceiling(char *path, char *connection, uint32_t handle, char **error_str) argument
1203 char *error_str = (char *)arg, *p; local
[all...]

Completed in 502 milliseconds