Searched refs:events (Results 176 - 200 of 256) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.c1383 pollfd.events = POLLOUT;
1422 fds[0].events = POLLIN | POLLPRI;
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_xport_api_dd.c31 * library for establishing connections and transporting FMA events
659 pollfd.events = POLLIN;
959 pollfd.events = POLLIN;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c974 dhcp_acknak_global(iu_eh_t *ehp, int fd, short events, iu_event_id_t id, argument
1096 dhcp_packet_lif(iu_eh_t *ehp, int fd, short events, iu_event_id_t id, argument
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c201 rdsv3_poll(sock_lower_handle_t proto_handle, short events, int anyyet, argument
209 RDSV3_DPRINTF4("rdsv3_poll", "enter(%p %x %d)", rs, events, anyyet);
/illumos-gate/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c670 * get event handle for events that we have defined
692 /* event registration for events from our parent */
771 * deallocate events, if events are still registered
786 * mutex while unregistering events because there may be a
789 * Note that cleanup can't fail after deregistration of events.
1089 /* Set flag on children registering events */
1217 * handle disconnect and connect events
1546 usb_mid_poll(dev_t dev, short events, int anyyet, short *reventsp, argument
1557 return (usb_ugen_poll(usb_mid->mi_ugen_hdl, dev, events,
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dfem.h54 * File Event Monitoring is a formalized mechanism to monitor events on a
57 * directories. The consumers, which intercept the events, are responsible for
241 int (*femop_poll)(femarg_t *vf, short events, int anyyet, \
379 extern int vnext_poll(femarg_t *vf, short events, int anyyet,
H A Dsocketvar.h201 short so_pollev; /* events that should be generated */
347 /* Poll events */
716 #define SOP_POLL(so, events, anyyet, reventsp, phpp) \
717 ((so)->so_ops->sop_poll((so), (events), (anyyet), (reventsp), (phpp)))
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c77 ip_buf_t ipx_sndbuf; /* buffer for sending events */
78 ip_buf_t ipx_rcvbuf; /* buffer for receiving events */
231 * Sends events over transports that are configured read only. When the module
232 * is in read only mode it will receive all events and only send events that
236 * subscribe for events that are desired to be sent over the transport in order
456 pfd.events = POLLIN;
458 pfd.events = POLLOUT;
/illumos-gate/usr/src/uts/common/io/
H A Dmem.c244 mmchpoll(dev_t dev, short events, int anyyet, short *reventsp, argument
253 *reventsp = events & (POLLIN | POLLOUT | POLLPRI | POLLRDNORM |
257 * user polls for 0 events.
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c1150 short events,
1157 return (VOP_POLL(vp, events, anyyet, reventsp, phpp, ct));
1148 lo_poll( vnode_t *vp, short events, int anyyet, short *reventsp, struct pollhead **phpp, caller_context_t *ct) argument
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1076 nvlist_t **events = NULL; local
1096 if (zpool_history_unpack(buf, len, &resid, &events, &num) != 0)
1109 if (nvlist_lookup_uint64(events[i], ZPOOL_HIST_TIME,
1112 if (nvlist_lookup_string(events[i], ZPOOL_HIST_CMD,
1114 if (nvlist_lookup_uint64(events[i],
1117 verify(nvlist_lookup_uint64(events[i],
1119 verify(nvlist_lookup_string(events[i],
1141 dump_nvlist(events[i], 2);
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1552 strsigset_t signals; /* Signals events to generate */
4602 * signal based on the events given in arg. If
4650 * Set events.
4673 * Recalculate OR of sig events.
4684 * Return (in arg) the current registration of events
4707 * signal based on the events is ss_events arg. If
4806 * Set events.
4832 * Recalculate OR of sig events.
4846 * Return (in arg) the current registration of events
6983 * due to the receive the appropriate signals and pollwakeup events
8184 int events = (ushort_t)events_arg; local
[all...]
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c2212 short events,
2222 error = fs_poll(vp, events, anyyet, reventsp, phpp, ct);
2228 error = strpoll(vp->v_stream, events, anyyet,
2231 error = cdev_poll(dev, events, anyyet, reventsp, phpp);
2233 error = fs_poll(vp, events, anyyet, reventsp, phpp, ct);
2210 spec_poll( struct vnode *vp, short events, int anyyet, short *reventsp, struct pollhead **phpp, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c579 /* Flush out any events that have not been acknowledged. */
769 sol_ucma_poll(dev_t dev, short events, int anyyet, argument
776 dev, events);
777 if (!(events & (POLLIN | POLLRDNORM)))
898 * Event handling, Flush out events pending
899 * return the number of events that were acked. Free events not acked.
905 "destroy_id: pending events");
1335 SOL_OFS_DPRINTF_L4(sol_ucma_dbg_str, "get_event: No events");
1340 "get_event: No events, nonblockin
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c2117 * IBTL framework for asynchronous events.
2534 * events which events
2535 * anyyet any events yet?
2537 * reventsp return of which events
2550 short events,
2588 if (events & POLLOUT) {
2590 } else if (events & (POLLIN | POLLRDNORM)) {
2548 umad_poll( dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c982 pollfd.events = POLLIN;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_bcast.c212 pfd[fdlistno].events = POLLIN | POLLPRI |
H A Dsvc_run.c63 extern void set_pollfd(int /* fd */, short /* events */);
534 svc_pollset[npollfds].events = MASKVAL;
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c257 pfd.events = POLLIN;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c541 * polls SMC driver for SMC events
570 "Sensor events failed"));
578 poll_fds[0].events = POLLIN|POLLPRI;
596 /* Now wait for SMC events to come */
617 * Register for local(SMC) events and remote(IPMI) messages (State Change msgs)
637 /* start a worker thread to poll for SMC events */
757 * routine to handle all the picl state and condition change events
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c644 pfd.events = POLLIN;
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_name_service.c721 pollfd.events = POLLIN | POLLOUT;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c595 "attach: could not add minor for events");
1005 /* Free unreaped asynchronous events. */
1043 /* Free events associated with the CQ. */
1077 /* Free unreaped asynchronous events. */
2604 sol_uverbs_poll(dev_t dev, short events, int anyyet, argument
2613 "%p, %p)", dev, events, anyyet, reventsp, phpp);
2643 events, anyyet, reventsp, phpp);
2647 events, anyyet, reventsp, phpp);
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8574_nct.c700 pcf8574_chpoll(dev_t dev, short events, int anyyet, short *reventsp, argument
716 } else if ((events & POLLIN) && !anyyet)
1737 * generate any events at the SCB.
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1094 #define VOP_POLL(vp, events, anyyet, reventsp, phpp, ct) \
1095 fop_poll(vp, events, anyyet, reventsp, phpp, ct)

Completed in 178 milliseconds

1234567891011