Searched refs:events (Results 251 - 275 of 339) sorted by relevance

<<11121314

/freebsd-11-stable/usr.sbin/rtadvd/
H A Dcontrol.c77 pfds[0].events = POLLIN;
H A Drtadvd.c274 set[PFD_RAWSOCK].events = POLLIN;
278 set[PFD_RTSOCK].events = POLLIN;
282 set[PFD_CSOCK].events = POLLIN;
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_mcdi.h222 __in boolean_t events);
/freebsd-11-stable/sys/sys/
H A Dsystm.h440 int poll_no_poll(int events);
/freebsd-11-stable/sys/i386/linux/
H A Dlinux.h509 l_short events; member in struct:l_pollfd
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h142 ArrayRef<wasm::WasmEvent> events() const { return Events; } function in class:llvm::object::WasmObjectFile
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp262 CHECK_SIZE_AND_OFFSET(pollfd, events);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak116 $(OBJDIR)\events.obj \
/freebsd-11-stable/sys/kern/
H A Dsys_socket.c265 soo_poll(struct file *fp, int events, struct ucred *active_cred, argument
276 return (sopoll(so, events, fp->f_cred, td));
/freebsd-11-stable/lib/libfetch/
H A Dcommon.c1056 pfd.events = POLLIN | POLLERR;
1192 pfd.events = POLLOUT | POLLERR;
/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c591 hv_vss_dev_daemon_poll(struct cdev *dev, int events, struct thread *td) argument
671 hv_appvss_dev_poll(struct cdev *dev, int events, struct thread *td) argument
/freebsd-11-stable/sys/net/
H A Dnetmap_user.h554 prd.events = fds->events;
H A Dbpf.c1989 bpfpoll(struct cdev *dev, int events, struct thread *td) argument
1995 return (events &
2001 revents = events & (POLLOUT | POLLWRNORM);
2004 if (events & (POLLIN | POLLRDNORM)) {
2006 revents |= events & (POLLIN | POLLRDNORM);
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c862 pollfd[polli].events = POLLOUT;
868 pollfd[polli].events = POLLIN;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp582 Event *events = (Event*)GetThreadTrace(thr->tid); local
583 uptr pc = events[thr->fast_state.GetTracePos()];
H A Dtsan_rtl_report.cpp405 Event *events = (Event*)GetThreadTrace(tid); local
407 Event ev = events[i];
648 // current PC, however now it contains some unrelated events from the
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr.c1707 * The portenable will kick off discovery events that will drive the
1807 uint8_t events[16]; local
1809 bzero(events, 16);
1810 setbit(events, MPI2_EVENT_LOG_DATA);
1811 setbit(events, MPI2_EVENT_LOG_ENTRY_ADDED);
1813 mpr_register_events(sc, events, mpr_log_evt_handler, NULL,
2209 * of events that it _wants_. These functions then turn that into a bitmask
2301 /* first, reregister events */
/freebsd-11-stable/sys/dev/mps/
H A Dmps.c1562 * The portenable will kick off discovery events that will drive the
1657 u32 events[MPI2_EVENT_NOTIFY_EVENTMASK_WORDS]; local
1659 bzero(events, 16);
1660 setbit(events, MPI2_EVENT_LOG_DATA);
1661 setbit(events, MPI2_EVENT_LOG_ENTRY_ADDED);
1663 mps_register_events(sc, events, mps_log_evt_handler, NULL,
2055 * of events that it _wants_. These functions then turn that into a bitmask
2151 /* first, reregister events */
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c526 pfd[nfd++].events = POLLIN;
531 pfd[nfd++].events = POLLIN;
1672 pfd[0].events = POLLIN;
/freebsd-11-stable/contrib/bmake/
H A Djob.c636 * events will have happened by then - and that the waitpid() will
637 * collect the child 'suspended' events.
2834 fds[nfds].events = POLLIN;
3077 if (fd[i].events & POLLIN)
3080 if (fd[i].events & POLLOUT)
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c1782 uint32_t *events; local
1786 events = (uint32_t *)async_events_bmap;
1809 req.async_event_fwd[i] |= htole32(events[i]);
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_vnops.c85 SX_SYSINIT(clone_drain_lock, &clone_drain_lock, "clone events drain lock");
1216 devfs_poll_f(struct file *fp, int events, struct ucred *cred, struct thread *td) argument
1226 error = vnops.fo_poll(fp, events, cred, td);
1229 error = dsw->d_poll(dev, events, td);
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_bcast.c337 pfd[fdlistno].events = POLLIN | POLLPRI |
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c395 pollfd.events = POLLIN | POLLERR | POLLHUP;
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_evt.c626 warnx("show events: extra arguments");
655 warn("Failed to fetch events");
664 warnx("Error fetching events: %s", mfi_status(status));
698 warnx("No matching events found");
705 MFI_COMMAND(show, events, show_events);

Completed in 338 milliseconds

<<11121314