Searched refs:ev (Results 101 - 125 of 244) sorted by relevance

12345678910

/freebsd-11-stable/contrib/nvi/vi/
H A Dvi.c413 if ((gcret = v_key(sp, 0, &ev, ec_flags)) != GC_OK) \
415 if (ev.e_value == K_ESCAPE) \
417 if (F_ISSET(&ev.e_ch, CH_MAPPED)) \
419 key = ev.e_c; \
460 EVENT ev; local
481 v_key(sp, ismotion == NULL, &ev, EC_MAPCOMMAND)) != GC_OK) {
483 vp->ev = ev;
486 if (ev.e_value == K_ESCAPE)
488 if (F_ISSET(&ev
1136 EVENT ev; local
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_timer.c95 struct sigevent ev, *evp; local
105 error = linux_convert_l_sigevent(&l_ev, &ev);
108 evp = &ev;
/freebsd-11-stable/lib/librt/
H A Dtimer.c83 struct sigevent ev; local
117 __sigev_get_sigevent(sn, &ev, sn->sn_gen);
118 ret = __sys_ktimer_create(clockid, &ev, &timer->oshandle);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp23 virtual string message(int ev) const;
41 __future_error_category::message(int ev) const
43 switch (static_cast<future_errc>(ev))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoop.cpp328 struct kevent ev;
329 EV_SET(&ev, signo, EVFILT_SIGNAL, EV_ADD, 0, 0, 0);
330 ret = kevent(m_kqueue, &ev, 1, nullptr, 0, nullptr);
371 struct kevent ev;
372 EV_SET(&ev, signo, EVFILT_SIGNAL, EV_DELETE, 0, 0, 0);
373 ret = kevent(m_kqueue, &ev, 1, nullptr, 0, nullptr);
/freebsd-11-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c109 struct ub_event* ev; member in struct:tap_data
145 struct ub_event *ev; member in struct:tap_socket
164 if(!s->ev) return;
166 ub_event_del(s->ev);
186 ub_event_free(s->ev);
329 s->ev = ub_event_new(base, s->fd, UB_EV_READ | UB_EV_PERSIST,
331 if(!s->ev) {
335 if(ub_event_add(s->ev, NULL) != 0) {
635 ub_winsock_tcp_wouldblock(data->ev, UB_EV_READ);
652 ub_event_del(data->ev);
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dsetenv.c50 #define __set_errno(ev) ((errno) = (ev))
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dsetenv.c50 #define __set_errno(ev) ((errno) = (ev))
/freebsd-11-stable/sys/dev/nand/
H A Dnandsim_ctrl.c187 struct nandsim_ev *ev; local
217 ev = create_event(chip, NANDSIM_EV_CMD, 1);
218 *(uint8_t *)ev->data = command;
219 send_event(ev);
228 struct nandsim_ev *ev; local
241 ev = create_event(chip, NANDSIM_EV_ADDR, 1);
243 *((uint8_t *)(ev->data)) = addr;
245 send_event(ev);
/freebsd-11-stable/stand/uboot/lib/
H A Ddevicename.c190 uboot_setcurrdev(struct env_var *ev, int flags, const void *value) argument
198 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
/freebsd-11-stable/stand/mips/beri/loader/
H A Ddevicename.c196 beri_arch_setcurrdev(struct env_var *ev, int flags, const void *value) argument
204 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
/freebsd-11-stable/stand/i386/libi386/
H A Ddevicename.c205 i386_setcurrdev(struct env_var *ev, int flags, const void *value) argument
213 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
/freebsd-11-stable/stand/ofw/libofw/
H A Ddevicename.c135 ofw_setcurrdev(struct env_var *ev, int flags, const void *value) argument
144 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwince-stub.c293 skip_message (DEBUG_EVENT *ev) argument
298 int nbytes = ev->u.DebugString.nDebugStringLength;
304 if (!ReadProcessMemory (curproc, ev->u.DebugString.lpDebugStringData,
321 DEBUG_EVENT ev; local
326 res = WaitForDebugEvent (&ev, ms);
328 if (ev.dwDebugEventCode == OUTPUT_DEBUG_STRING_EVENT)
335 if (skip_next = skip_message (&ev))
340 &ev, sizeof (ev));
344 ContinueDebugEvent (ev
[all...]
/freebsd-11-stable/sys/netgraph/atm/
H A Dng_atm.c546 struct atmev_flow_control *ev = arg; local
551 if (vcc->vci == ev->vci && vcc->vpi == ev->vpi)
558 ev->busy ? NGM_HIGH_WATER_PASSED : NGM_LOW_WATER_PASSED,
572 struct atmev_vcc_changed *ev = arg; local
582 chg->vci = ev->vci;
583 chg->vpi = ev->vpi;
584 chg->state = (ev->up != 0);
592 struct atmev_ifstate_changed *ev = arg; local
602 chg->carrier = (ev
611 struct atmev_acr_changed *ev = arg; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-scalar-evolution.c1327 tree ev = analyze_scalar_evolution (loop, PHI_RESULT (loop_phi_node));
1331 if (ev == PHI_RESULT (loop_phi_node))
1359 ev = compute_overall_effect_of_inner_loop (loop, ev);
1360 return follow_ssa_edge_in_rhs (outer_loop, loop_phi_node, ev, halting_phi,
1714 tree ev)
1718 return ev;
1721 res = compute_overall_effect_of_inner_loop (def_loop, ev);
2041 tree ev = version, tmp;
2047 tmp = analyze_scalar_evolution (use_loop, ev);
1324 tree ev = analyze_scalar_evolution (loop, PHI_RESULT (loop_phi_node)); local
1707 compute_scalar_evolution_in_loop(struct loop *wrto_loop, struct loop *def_loop, tree ev) argument
2036 tree ev = version, tmp; local
2796 tree type, ev; local
2890 tree name, phi, next_phi, type, ev; local
[all...]
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh4.c46 jmp_buf ev; local
51 if (newenv(setjmp(errpt = ev)) == 0) {
115 jmp_buf ev; local
129 if (newenv(setjmp(errpt = ev)) == 0) {
/freebsd-11-stable/usr.sbin/apmd/
H A Dapmdparse.y53 int ev;
65 %token <ev> EVENT
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dunbound-event.h153 void (*winsock_unregister_wsaevent)(struct ub_event* ev);
/freebsd-11-stable/contrib/unbound/util/
H A Dub_event.h119 void ub_winsock_unregister_wsaevent(struct ub_event* ev);
/freebsd-11-stable/sys/modules/cxgbe/iw_cxgbe/
H A DMakefile10 SRCS+= ev.c
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp27 std::string message(int ev) const override;
/freebsd-11-stable/contrib/sendmail/src/
H A Dcontrol.c266 SM_EVENT *ev = NULL; local
287 ev = sm_setevent(TimeOuts.to_control, controltimeout,
427 if (ev != NULL)
428 sm_clrevent(ev);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Depoll.c481 short ev = 0; local
488 ev = EV_READ | EV_WRITE;
491 ev |= EV_READ;
493 ev |= EV_WRITE;
495 ev |= EV_CLOSED;
498 if (!ev)
501 evmap_io_active_(base, events[i].data.fd, ev | EV_ET);
/freebsd-11-stable/sys/dev/proto/
H A Dproto_core.c126 const char *dn, *ep, *ev; local
133 ev = kern_getenv("hw.proto.attach");
134 if (ev != NULL) {
135 dn = ev;
149 if (ev != NULL) {
150 dn = ev;
165 freeenv(__DECONST(char *, ev));

Completed in 197 milliseconds

12345678910