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

1234567891011

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c1875 pfd.events = POLLIN;
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c671 * Poll for non-data control events on the transport descriptors.
719 * poll on the open transport descriptors for events and errors.
764 * Go through the poll list looking for events.
862 * Set the descriptor and event list. All possible events are
866 poll_array[num_fds].events = POLLIN|POLLRDNORM|POLLRDBAND|POLLPRI;
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c670 * poll on the open transport descriptors for events and errors.
715 * Go through the poll list looking for events.
810 * Set the descriptor and event list. All possible events are
814 poll_array[num_fds].events = POLLIN|POLLRDNORM|POLLRDBAND|POLLPRI;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c1192 pfdp[0].events = MASKVAL;
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1485 nochpoll(dev_t dev, short events, int anyyet, short *reventsp,
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c5939 prpoll(vnode_t *vp, short events, int anyyet, short *reventsp, argument
6017 if ((ev = (events & (POLLIN|POLLRDNORM))) != 0)
6026 if ((ev = (events & (POLLPRI|POLLOUT|POLLWRNORM))) != 0) {
6045 if ((!anyyet && revents == 0) || (events & POLLET)) {
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c111 * Dummy string for NDI events
1976 ldi_poll(ldi_handle_t lh, short events, int anyyet, short *reventsp, argument
1990 ret = cdev_poll(dev, events, anyyet, reventsp, phpp);
1992 ret = strpoll(vp->v_stream, events, anyyet, reventsp, phpp);
2893 * Here are some definitions of terms used in the following LDI events
2896 * "LDI events" AKA "native events": These are events defined by the
2897 * "new" LDI event framework. These events are serviced by the LDI event
2900 * "LDI contract events"
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c1301 * linked list of events.
3592 int events = stp->sd_sigflags & (S_INPUT | S_RDNORM); local
3594 if (events)
3595 strsendsig(stp->sd_siglist, events, 0, 0);
4191 * STREAMS Flow Trace - record STREAMS Flow Trace events as an mblk flows
H A Dhook.c61 * allowing new hook families and their events.
67 * 2) add events to the registered family with calls to hook_event_add.
75 * It is a requirement that the provider of hook events work in the reverse
77 * 1) remove events from each hook family created earlier
80 * When doing teardown of both events and families, a check is made to see
92 * ONLY the caller that adds the family and the events ever has a direct
173 * can be received through the physical_in, etc, events. This is achieved
181 * a notification callback is added, a series of fake callback events
835 hei->hei_kstats.events.value.ui64++;
967 * Check if the family is in use by the presence of either events
[all...]
H A Dbscv.c2294 info.events = OFF;
2296 info.events = ON;
2483 * First get number of events and level requested.
2497 * number of events.
2546 * No more events in this log so give up.
2549 " events left at offset 0x%x", next_offset);
2941 /* Poll for events reported to the nexus */
3066 * events because this can lead to priority
3112 * We have read any events which were
3114 * Ignore the race condition with new events
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c660 * Start the loop to handle the timer and the IO events.
1269 vrrpd_cmdsock_handler(iu_eh_t *eh, int s, short events, iu_event_id_t id, argument
1402 vrrpd_rtsock_handler(iu_eh_t *eh, int s, short events, argument
3531 vrrpd_sock_handler(iu_eh_t *eh, int s, short events, iu_event_id_t id, argument
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c16109 char **events; local
16121 events = tokenize(str, ",");
16123 if ((tset = check_tokens(events)) > 0) {
16165 while (*events) {
16166 if (smf_notify_set_params(de_tag(*events), nvl) !=
16170 "event %s: %s\n"), *events,
16172 events++;
16197 char *events; local
16218 events = argv[1];
16222 events
[all...]
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2065 * can't print both events and revents in same printf.
2069 pri->pname, ppollfd->fd, pollevent(pri, ppollfd->events));
2085 pollfd[0].events == pollfd[1].events &&
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c1588 pollset.events = POLLIN;
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c1057 fds[0].events = POLLIN;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c153 newfds[i].events = POLLIN;
944 * time values. Hence 2 consecutive timer events cannot be spaced farther
2078 * 2. Initialize a pipe for handling/recording signal events.
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c144 * is used to wait for events like the segment state change etc.
344 static int rsm_chpoll(dev_t dev, short events, int anyyet, short *reventsp,
6766 rsm_chpoll(dev_t dev, short events, int anyyet, short *reventsp, argument
7088 * If numents is large alloc events list on heap otherwise
7148 * If numents is large alloc events list on heap otherwise
7266 rsm_poll_event_t events[RSM_MAX_POLLFDS]; local
7269 event_list = events;
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx.h526 __in boolean_t events);
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h750 } __packed events[16]; member in struct:iwn5000_wimax_coex
H A Dif_iwn.c6430 memcpy(wimax.events, iwn6050_wimax_events,
6437 memset(wimax.events, 0, sizeof wimax.events);
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c586 Pfd.events = POLLIN;
3780 Nfd[Ninputs].events = POLLIN;
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c34 * The nexus also exports events to an event manager
363 * including real hardware. The sequence of events is:
482 * driver will generate resume events that we intercept
483 * and convert to insert events.
1420 * It is here that events should get generated for the event manager if it
1706 pcmcia_set_em_handler(int (*handler)(), caddr_t events, int elen, argument
1748 bcopy(events, mif->mif_events, elen);
2208 /* now have socket info -- do we have events? */
2270 * interest in PCE_CARD_STATUS_CHANGE events.
3739 /* note: we force CS to always get insert/removal events */
[all...]
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c608 * Register events
948 /* register for connect/disconnect events */
1274 scsa2usb_ugen_poll(dev_t dev, short events, argument
1295 return (usb_ugen_poll(scsa2usbp->scsa2usb_ugen_hdl, dev, events,
1335 * mutex while unregistering events because there may be a
5424 * callback for disconnect events
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c93 /* file events cleanup routine */
4064 short events,
4072 err = (*(vp)->v_op->vop_poll)(vp, events, anyyet, reventsp, phpp, ct);
4062 fop_poll( vnode_t *vp, short events, int anyyet, short *reventsp, struct pollhead **phpp, caller_context_t *ct) argument
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1631 int port_dispatch(int port, int flags, int source, int events, uintptr_t object,

Completed in 251 milliseconds

1234567891011