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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c188 EV_ERR(EINVAL);
191 EV_ERR(EINVAL);
194 EV_ERR(EINVAL);
197 EV_ERR(EINVAL);
244 EV_ERR(ENOENT);
271 EV_ERR(ENOENT);
278 EV_ERR(EINVAL);
297 EV_ERR(ENOENT);
304 EV_ERR(EINVAL);
307 EV_ERR(EINVA
[all...]
H A Dev_files.c60 EV_ERR(EINVAL);
63 EV_ERR(EINVAL);
75 EV_ERR(ENOMEM);
99 EV_ERR(ETOOMANYREFS);
174 EV_ERR(errno);
H A Deventlib_p.h47 #define EV_ERR(e) return (errno = (e), -1) macro
48 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL
49 #define OKFREE(x, y) if ((x) < 0) { FREE((y)); EV_ERR(errno); } \
H A Deventlib.c224 EV_ERR(EINVAL);
278 EV_ERR(ENOENT);
376 EV_ERR(pselect_errno);
380 EV_ERR(EWOULDBLOCK);

Completed in 61 milliseconds