Searched refs:events (Results 226 - 250 of 339) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libnetgraph/
H A Dmsg.c239 rfds.events = POLLIN;
/freebsd-11-stable/sys/kern/
H A Dkern_conf.c337 no_poll(struct cdev *dev __unused, int events, struct thread *td __unused) argument
340 return (poll_no_poll(events));
461 giant_poll(struct cdev *dev, int events, struct thread *td) argument
470 retval = dsw->d_gianttrick->d_poll(dev, events, td);
1149 /* avoid out of order notify events */
H A Dsys_procdesc.c435 procdesc_poll(struct file *fp, int events, struct ucred *active_cred, argument
/freebsd-11-stable/sys/sys/
H A Dconf.h118 typedef int d_poll_t(struct cdev *dev, int events, struct thread *td);
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux.h443 l_short events; member in struct:l_pollfd
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp424 "Specify whether logging events are live-streamed or buffered. "
441 {LLDB_OPT_SET_ALL, false, "broadcast-events", 'b',
443 "Specify if the plugin should broadcast events. Broadcasting "
444 "log events is a requirement for displaying the log entries in "
446 "process log events. The default is true."},
1184 // in an array with key name "events".
1185 StructuredData::Array *events = nullptr; local
1186 if (!dictionary->GetValueForKeyAsArray("events", events) || !events) {
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp144 // Consumes inotify events and pushes directory watcher events to the Queue.
156 // Processing events from the Queue.
175 // We want to be able to read ~30 events at once even in the worst case
200 EventSpec.events = EPOLLIN;
234 // epoll_wait() always return either error or >0 events. Since there was no
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h347 short events; member in struct:__sanitizer::__sanitizer_pollfd
H A Dsanitizer_platform_limits_openbsd.cpp200 CHECK_SIZE_AND_OFFSET(pollfd, events);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoop.cpp207 pfd.events = POLLIN;
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_os.c826 bktr_poll( struct cdev *dev, int events, struct thread *td) argument
845 if (events & (POLLIN | POLLRDNORM)) {
852 revents |= events & (POLLIN | POLLRDNORM);
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A Dserver.c993 fds[n].events = 0;
995 fds[n].events |= POLLIN;
997 fds[n].events |= POLLOUT;
/freebsd-11-stable/sys/arm/ti/
H A Dti_pruss.c200 ti_pruss_irq_poll(struct cdev *dev, int events, struct thread *td) argument
208 if (events & (POLLIN | POLLRDNORM)) {
210 return events & (POLLIN | POLLRDNORM);
303 /* clear all events */
/freebsd-11-stable/sys/security/audit/
H A Daudit_pipe.c62 * This interface provides unreliable but timely access to audit events.
585 * is run on /dev/auditpipe, it sees events associated with the
983 audit_pipe_poll(struct cdev *dev, int events, struct thread *td) argument
992 if (events & (POLLIN | POLLRDNORM)) {
995 revents |= events & (POLLIN | POLLRDNORM);
/freebsd-11-stable/sys/dev/evdev/
H A Dcdev.c307 evdev_poll(struct cdev *dev, int events, struct thread *td) argument
322 if (events & (POLLIN | POLLRDNORM)) {
325 revents = events & (POLLIN | POLLRDNORM);
815 * 2. Insert SYN_REPORT just now and skip remaining events
826 /* Allow users to read events only after report has been completed */
896 /* Remove empty SYN_REPORT events */
/freebsd-11-stable/sys/dev/sound/midi/
H A Dsequencer.c474 * handler for queued and out of band events respectively.
1094 * forcing these events to be processed
1433 mseq_poll(struct cdev *i_dev, int events, struct thread *td) argument
1446 if ((events & (POLLOUT | POLLWRNORM)) != 0) {
1459 ret |= events & (POLLOUT | POLLWRNORM);
1461 if ((events & (POLLIN | POLLRDNORM)) != 0) {
1471 ret |= events & (POLLIN | POLLRDNORM);
1602 * just use four bytes events. There might be consequences
1896 * TODO: Consider making 4-byte events for /dev/sequencer
1899 * to expect 8 byte events
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c644 short events[16]; member in struct:persist_active_timeout_called
660 c->events[c->n] = event;
699 tt_int_op(res.events[0], ==, EV_READ);
700 tt_int_op(res.events[1], ==, EV_TIMEOUT);
701 tt_int_op(res.events[2], ==, EV_TIMEOUT);
804 /* Make sure we can free the base with some events in. */
1745 int events; member in struct:read_not_timeout_param
1756 rntp->events |= what;
1795 tt_int_op(rntp.events, ==, EV_READ);
1916 break_cb(evutil_socket_t fd, short events, voi argument
1923 fail_cb(evutil_socket_t fd, short events, void *arg) argument
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c1991 u64 events)
1997 if ((events & (1 << VLAN_ADDR_FORCED)) &&
2007 u64 events)
2015 if (events & (1 << MAC_ADDR_FORCED)) {
2041 if (events & (1 << VLAN_ADDR_FORCED)) {
2120 if (events)
2121 ecore_iov_reconfigure_unicast_shadow(p_hwfn, p_vf, events);
4271 u64 *events)
4275 OSAL_MEM_ZERO(events, sizeof(u64) * ECORE_VF_ARRAY_LENGTH);
4282 events[
1989 ecore_iov_reconfigure_unicast_shadow(struct ecore_hwfn *p_hwfn, struct ecore_vf_info *p_vf, u64 events) argument
2005 ecore_iov_configure_vport_forced(struct ecore_hwfn *p_hwfn, struct ecore_vf_info *p_vf, u64 events) argument
4270 ecore_iov_pf_get_pending_events(struct ecore_hwfn *p_hwfn, u64 *events) argument
[all...]
/freebsd-11-stable/sys/dev/cyapa/
H A Dcyapa.c1059 cyapapoll(struct cdev *dev, int events, struct thread *td) argument
1068 if (events & (POLLIN | POLLRDNORM)) {
1070 revents = events & (POLLIN | POLLRDNORM);
/freebsd-11-stable/sys/dev/kbd/
H A Dkbd.c705 genkbdpoll(struct cdev *dev, int events, struct thread *td) argument
718 } else if (events & (POLLIN | POLLRDNORM)) {
720 revents = events & (POLLIN | POLLRDNORM);
1349 /* release events of regular keys are not reported */
/freebsd-11-stable/sys/i386/bios/
H A Dapm.c746 * suspend of the system, or other events.
1509 apmpoll(struct cdev *dev, int events, struct thread *td) argument
1514 if (events & (POLLIN | POLLRDNORM)) {
1516 revents |= events & (POLLIN | POLLRDNORM);
/freebsd-11-stable/sys/dev/firewire/
H A Dfwmem.c426 fwmem_poll(struct cdev *dev, int events, fw_proc *td) argument
/freebsd-11-stable/contrib/blacklist/bin/
H A Dblacklistd.c357 (*pfdp)[*nfd].events = POLLIN;
/freebsd-11-stable/libexec/getty/
H A Dsubr.c650 set[0].events = POLLIN;
/freebsd-11-stable/sbin/dhclient/
H A Ddispatch.c217 fds[i].events = POLLIN;

Completed in 618 milliseconds

1234567891011>>