HomeSort by relevance Sort by last modified time
    Searched refs:EV_ERR (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-netbsd/libc/isc/
ev_timers.c 207 EV_ERR(EINVAL);
210 EV_ERR(EINVAL);
213 EV_ERR(EINVAL);
216 EV_ERR(EINVAL);
263 EV_ERR(ENOENT);
290 EV_ERR(ENOENT);
297 EV_ERR(EINVAL);
316 EV_ERR(ENOENT);
323 EV_ERR(EINVAL);
326 EV_ERR(EINVAL)
    [all...]
eventlib_p.h 49 #define EV_ERR(e) return (errno = (e), -1)
50 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL
51 #define OKFREE(x, y) if ((x) < 0) { FREE((y)); EV_ERR(errno); } \
  /external/qemu/
qemu-char.c     [all...]

Completed in 175 milliseconds