Searched defs:handle_error (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/availdevs/
H A Davaildevs.c37 static void handle_error(const char *, va_list);
49 handle_error(const char *fmt, va_list ap) function
236 dmgt_set_error_handler(handle_error);
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c44 static void handle_error(const char *, va_list);
53 handle_error(const char *fmt, va_list ap) function
73 dmgt_set_error_handler(handle_error);
H A Dlibzfs_jni_diskmgt.c56 static void handle_error(const char *format, ...);
79 handle_error("could not determine name of device");
83 handle_error("out of memory");
110 handle_error("out of memory");
128 handle_error(
174 handle_error("could not get aliases for disk %s", name);
186 handle_error("out of memory");
195 handle_error("could not get alias %d "
201 handle_error("out of memory");
229 handle_error("coul
614 handle_error(const char *format, ...) function
[all...]
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmail.local.c719 handle_error(err_num, bouncequota, path) function
869 handle_error(errno, bouncequota, path);
882 handle_error(errno, bouncequota, path);
886 handle_error(errno, bouncequota, path);
899 handle_error(errno, bouncequota, path);
911 handle_error(errno, bouncequota, path);
920 handle_error(errno, bouncequota, path);
926 handle_error(errno, bouncequota, path);
952 handle_error(errno, bouncequota, path);

Completed in 73 milliseconds