Home
last modified time | relevance | path

Searched defs:ev (Results 1 – 25 of 99) sorted by relevance

1234

/minix3/external/bsd/libevent/dist/include/event2/
H A Devent_compat.h178 #define evtimer_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg)) argument
179 #define evsignal_set(ev, x, cb, arg) \ argument
190 #define timeout_add(ev, tv) event_add((ev), (tv)) argument
191 #define timeout_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg)) argument
192 #define timeout_del(ev) event_del(ev) argument
193 #define timeout_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument
194 #define timeout_initialized(ev) event_initialized(ev) argument
204 #define signal_add(ev, tv) event_add((ev), (tv)) argument
205 #define signal_set(ev, x, cb, arg) \ argument
207 #define signal_del(ev) event_del(ev) argument
[all …]
H A Devent.h756 #define evtimer_assign(ev, b, cb, arg) \ argument
759 #define evtimer_add(ev, tv) event_add((ev), (tv)) argument
760 #define evtimer_del(ev) event_del(ev) argument
761 #define evtimer_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument
762 #define evtimer_initialized(ev) event_initialized(ev) argument
771 #define evsignal_add(ev, tv) event_add((ev), (tv)) argument
772 #define evsignal_assign(ev, b, x, cb, arg) \ argument
776 #define evsignal_del(ev) event_del(ev) argument
777 #define evsignal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument
778 #define evsignal_initialized(ev) event_initialized(ev) argument
[all …]
/minix3/lib/libedit/
H A Dhistory.c78 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev) argument
79 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev) argument
80 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev) argument
81 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev) argument
82 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev) argument
83 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n) argument
84 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev) argument
85 #define HENTER(h, ev, str) (*(h)->h_enter)((h)->h_ref, ev, str) argument
86 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str) argument
87 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n) argument
[all …]
H A Dreadline.c195 HistEvent ev; in _move_history() local
290 HistEvent ev; in rl_initialize() local
420 HistEvent ev; in readline() local
548 HistEvent ev; in get_history_event() local
1170 HistEvent ev; in stifle_history() local
1186 HistEvent ev; in unstifle_history() local
1348 HistEvent ev; in read_history() local
1365 HistEvent ev; in write_history() local
1385 HistEvent ev; in history_get() local
1419 HistEvent ev; in add_history() local
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
H A Dcopyfmt.pass.cpp37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
52 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
67 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1()
82 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2()
97 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
H A Dmove.pass.cpp44 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
49 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
54 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1()
63 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2()
72 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
H A Dswap.pass.cpp44 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
50 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
56 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1()
62 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2()
68 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
H A Dimbue.pass.cpp31 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
44 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
57 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
/minix3/external/bsd/libc++/dist/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
H A Dcopyfmt.pass.cpp37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
52 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
67 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1()
82 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2()
97 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
H A Dmove.pass.cpp44 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
49 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
54 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1()
63 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2()
72 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
H A Dswap.pass.cpp44 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
50 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
56 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1()
62 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2()
68 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
H A Dimbue.pass.cpp31 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
44 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
57 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
/minix3/external/bsd/libc++/dist/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.cons/
H A Ddtor.pass.cpp35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
48 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
61 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
/minix3/external/bsd/libc++/dist/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/
H A Ddtor.pass.cpp35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
48 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
61 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
/minix3/external/bsd/libc++/dist/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/
H A Dimbue.pass.cpp37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
50 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
63 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
/minix3/external/bsd/libc++/dist/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.locales/
H A Dimbue.pass.cpp37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
50 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
63 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
/minix3/external/bsd/libevent/dist/
H A Devent.c200 #define _event_debug_note_setup(ev) do { \ in HT_PROTOTYPE() argument
222 #define _event_debug_note_teardown(ev) do { \ argument
235 #define _event_debug_note_add(ev) do { \ argument
256 #define _event_debug_note_del(ev) do { \ argument
277 #define _event_debug_assert_is_setup(ev) do { \ argument
296 #define _event_debug_assert_not_added(ev) do { \ argument
694 struct event *ev; in event_base_free() local
803 struct event *ev; in event_reinit() local
1052 event_signal_closure(struct event_base *base, struct event *ev) in event_signal_closure()
1165 struct event *ev = NULL; in common_timeout_callback() local
[all …]
/minix3/tests/lib/libc/sys/
H A Dt_kevent.c61 struct kevent ev; in ATF_TC_BODY() local
84 struct kevent ev; in ATF_TC_BODY() local
153 struct kevent ev; in ATF_TC_BODY() local
/minix3/tests/lib/libc/rpc/
H A Dt_rpc.c19 #define ERRX(ev, msg, ...) ATF_REQUIRE_MSG(0, msg, __VA_ARGS__) argument
21 #define SKIPX(ev, msg, ...) do { \ argument
27 #define ERRX(ev, msg, ...) errx(ev, msg, __VA_ARGS__) argument
28 #define SKIPX(ev, msg, ...) errx(ev, msg, __VA_ARGS__) argument
/minix3/external/bsd/libc++/dist/libcxx/src/
H A Dsystem_error.cpp176 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error()
182 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error()
188 system_error::system_error(int ev, const error_category& ecat) in system_error()
199 __throw_system_error(int ev, const char* what_arg) in __throw_system_error()
/minix3/external/bsd/libevent/dist/test/
H A Dregress.c107 struct event *ev; member
184 struct event *ev = arg; in multiple_write_cb() local
217 struct event *ev = arg; in multiple_read_cb() local
257 struct event ev; member
317 struct event ev; in test_simpleread() local
339 struct event ev; in test_simplewrite() local
495 struct event ev, ev2; in test_multiple() local
524 struct event ev, ev2; in test_persistent() local
585 struct event ev; in test_simpletimeout() local
618 struct event ev; in test_persistent_timeout() local
[all …]
/minix3/sys/uvm/
H A Duvm_pdpolicy_impl.h42 #define PDPOL_EVCNT_INCR(ev) pdpol_evcnt_##ev.ev_count++ argument
/minix3/external/bsd/bind/dist/bin/named/
H A Dlwdclient.c219 ns_lwdclient_recv(isc_task_t *task, isc_event_t *ev) { in ns_lwdclient_recv()
326 lwdclientmgr_shutdown_callback(isc_task_t *task, isc_event_t *ev) { in lwdclientmgr_shutdown_callback()
407 ns_lwdclient_send(isc_task_t *task, isc_event_t *ev) { in ns_lwdclient_send()
/minix3/sys/sys/
H A Devcnt.h124 #define EVCNT_ATTACH_STATIC(ev) __link_set_add_data(evcnts, ev) argument
125 #define EVCNT_ATTACH_STATIC2(ev, n) __link_set_add_data2(evcnts, ev, n) argument
/minix3/external/bsd/bind/dist/lib/isccc/
H A Dccmsg.c57 isc_socketevent_t *ev = (isc_socketevent_t *)ev_in; in recv_length() local
112 isc_socketevent_t *ev = (isc_socketevent_t *)ev_in; in recv_message() local

1234