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

  /bionic/libc/upstream-netbsd/lib/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/chromium_org/tools/telemetry/third_party/pyserial/serial/
win32.py 189 EV_ERR = 128 # Variable c_int
319 'N11_OVERLAPPED4DOLLAR_484DOLLAR_49E', 'EV_ERR',
serialwin32.py 129 win32.SetCommMask(self.hComPort, win32.EV_ERR)

Completed in 378 milliseconds