Home
last modified time | relevance | path

Searched refs:EV_ERROR (Results 1 – 18 of 18) sorted by relevance

/third_party/rust/crates/nix/src/sys/
Devent.rs106 EV_ERROR;
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c98 if (revents & EV_ERROR) in lws_accept_cb()
/third_party/libuv/src/unix/
Dkqueue.c377 if (ev->flags & EV_ERROR) in uv__io_poll()
Dstream.c304 if (ret == 0 || (events[0].flags & EV_ERROR) == 0 || events[0].data != EINVAL) in uv__stream_try_select()
/third_party/node/deps/uv/src/unix/
Dkqueue.c377 if (ev->flags & EV_ERROR) in uv__io_poll()
Dstream.c304 if (ret == 0 || (events[0].flags & EV_ERROR) == 0 || events[0].data != EINVAL) in uv__stream_try_select()
/third_party/toybox/lib/
Dportability.c212 if (kevent(not->kq, &event, 1, NULL, 0, NULL) == -1 || event.flags & EV_ERROR) in xnotify_add()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt188 EV_ERROR
Dnetbsd.txt314 EV_ERROR
Ddragonfly.txt270 EV_ERROR
Dfreebsd.txt303 EV_ERROR
Dapple.txt386 EV_ERROR
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1092 pub const EV_ERROR: u16 = 0x4000; constant
/third_party/python/Modules/
Dselectmodule.c2587 PyModule_AddIntConstant(m, "KQ_EV_ERROR", EV_ERROR);
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1298 pub const EV_ERROR: u16 = 0x4000; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1939 pub const EV_ERROR: u32 = 0x4000; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs2007 pub const EV_ERROR: u16 = 0x4000; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3952 pub const EV_ERROR: u16 = 0x4000; constant