Searched refs:events (Results 51 - 75 of 256) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.c266 pollset.events = POLLIN;
345 /* Show wakeups events affecting PM */
399 g_cstate_info[g_longest_cstate].events > 0) {
402 /g_ncpus)/g_cstate_info[g_longest_cstate].events);
H A Ddisplay.c109 * routine is used during resize events and before exiting.
419 if (g_cstate_info[i].events > 0)
421 MICROSEC)/g_cstate_info[i].events);
608 double events; local
637 events = (double)event->total_count/
642 (void) sprintf(c, "%4.1f%% (%5.1f)", 100 * events,
H A Dcpuidle.c242 g_cstate_info[state].events += n;
H A Dpowertop.h115 uint64_t events; member in struct:state_info
216 * DTrace scripts for the events report
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncloop.c333 pfd.events = POLLIN;
373 pfd.events = POLLIN;
444 pfd.events = POLLIN;
469 pfd.events = POLLIN|POLLOUT;
486 pfd.events = POLLIN;
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara_pcbe.c186 static const struct nametable **events; variable in typeref:struct:nametable
197 "for descriptions of these events." CPU_REF_URL;
207 events = Niagara_names;
213 * Initialize the list of events for each PIC.
219 for (n = events[i]; n->bits != NT_END; n++)
225 for (n = events[i]; n->bits != NT_END; n++) {
292 n = events[regno];
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c149 register short events,
438 register short events,
445 if (events & POLLIN)
447 if (events & POLLRDNORM)
449 if (events & POLLRDBAND)
451 if (events & POLLOUT)
453 if (events & POLLWRBAND)
148 fs_nosys_poll(vnode_t *vp, register short events, int anyyet, register short *reventsp, struct pollhead **phpp, caller_context_t *ct) argument
437 fs_poll(vnode_t *vp, register short events, int anyyet, register short *reventsp, struct pollhead **phpp, caller_context_t *ct) argument
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c727 /* console side, watch for read events */
729 pollfds[0].events = POLLIN | POLLRDNORM | POLLRDBAND |
732 /* client side, watch for read events */
734 pollfds[1].events = pollfds[0].events;
736 /* the server socket; watch for events (new connections) */
738 pollfds[2].events = pollfds[0].events;
740 /* the eventstram; watch for events (e.g.: zone halted) */
742 pollfds[3].events
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c114 static void add_pollfd(int fd, short events);
140 unsigned int events; member in struct:_svc_user_fd_node
295 * If one of the received events maps the ones the node listens
301 if (node->events & revents) {
313 node->events & revents, node->cookie);
406 svc_add_input(int user_fd, unsigned int events, argument
416 if ((events == 0x0000) ||
417 (events & ~(POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
426 (svc_userfds[user_fd].mask & events) != 0) {
470 new_node->events
601 add_pollfd(int fd, short events) argument
681 set_pollfd(int fd, short events) argument
[all...]
H A Drtime_tli.c118 pfd.events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c907 so_poll(struct sonode *so, short events, int anyyet, short *reventsp, argument
914 * In sockets the errors are represented as input/output events
917 ((POLLIN|POLLRDNORM|POLLOUT) & events) != 0) {
918 *reventsp = (POLLIN|POLLRDNORM|POLLOUT) & events;
924 * turn on POLLWRBAND and POLLOUT events.
931 *reventsp |= POLLWRBAND & events;
935 * turn on POLLOUT events
937 *reventsp |= POLLOUT & events;
947 * We do an initial check for events without holding locks. However,
949 * events unde
[all...]
H A Dsock_notsupp.c126 sock_poll_notsupp(sock_lower_handle_t handle, short events, int anyyet, argument
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dp123_pcbe.c159 * Basic Pentium events
253 * Pentium Pro and Pentium II events
456 static const struct nametable **events; variable in typeref:struct:nametable
543 * Discover type of CPU and set events pointer appropriately.
555 events = P5mmx_names;
565 events = P6_names;
580 * Initialize the list of events for each PIC.
586 for (n = events[i]; n->bits != NT_END; n++)
592 for (n = events[i]; n->bits != NT_END; n++) {
666 n = events[regn
[all...]
/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c43 * call to select against a java.nio.channels.Selector with no events ready
48 * wait for events to be ready.
51 * according to man poll.7d the ioctl should block until events are ready,
53 * that DP_POLL was returning before the timeout expired despite no events
59 * checking if events were ready and then calling cv_waituntil_sig to
80 * never have events ready and verifies that it does not return until
210 fd.events = POLLREMOVE;
267 fd.events = 0;
338 fds[0].events = POLLIN;
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpeek.c78 fds[0].events = POLLIN;
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodds1287.h68 int events; /* bit map of occured events */ member in struct:ds1287
/illumos-gate/usr/src/uts/sun4u/daktari/sys/
H A Dhpc3130_dak.h230 uint_t events[HPC3130_MAX_SLOT]; member in struct:hpc3130_unit
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c67 static int dppoll(dev_t dev, short events, int anyyet, short *reventsp,
425 pfdp[fdcnt].events = pdp->pd_events;
440 ep->events = (revent & ~mask) |
446 ep->events = revent;
458 ep->events |= EPOLLWRNORM;
630 * or change poll events for a watched fd.
785 if (pfdp->events != POLLREMOVE) {
878 pdp->pd_events |= pfdp->events;
892 * same poll events.
894 if ((pdp->pd_events == pfdp->events)
1428 dppoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp) argument
[all...]
H A Dgentty.c339 sypoll(dev_t dev, short events, int anyyet, short *reventsp, argument
353 error = VOP_POLL(sp->s_vp, events, anyyet, reventsp, phpp, NULL);
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c283 * thread to sequence the delivery of events to all clients on
1962 * from the client; since we are the only source of events,
1989 * Determine if we should give artificial card insertion events and
1997 * events (if the client's card is currently in the
2423 * number for all events except the PCE_SS_READY event.
2425 * The PCE_SS_INIT_STATE, PCE_ADD_SOCKET and PCE_DROP_SOCKET events
2426 * are never called at high priority. These events return
2437 * Card Services events, and the only standard Card Services
2440 * handler. All other events are just queued up and the socket
2442 * Note that CS_EVENT_CARD_INSERTION events ar
[all...]
/illumos-gate/usr/src/lib/libbsm/
H A Dmkhdr.sh67 * 1 - 2047 Reserved for the Solaris Kernel events.
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlibmilter.h183 (rds).events = MI_POLL_RD_FLAGS; \
188 (wrs).events = MI_POLL_WR_FLAGS; \
/illumos-gate/usr/src/uts/common/io/usb/clients/ugen/
H A Dugen.c274 /* register for hotplug events */
433 ugen_skel_poll(dev_t dev, short events, argument
443 return (usb_ugen_poll(ugen_skelp->ugen_skel_hdl, dev, events,
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4/
H A Dfire.esc545 event ereport.io.fire.link-events-trip@hostbridge/pciexrc ;
547 engine serd.io.fire.link-events@hostbridge/pciexrc,
549 trip=ereport.io.fire.link-events-trip@hostbridge/pciexrc ;
551 event upset.io.fire.link-events@hostbridge/pciexrc,
552 engine=serd.io.fire.link-events@hostbridge/pciexrc ;
554 event error.io.fire.link-events@hostbridge/pciexrc;
556 prop upset.io.fire.link-events@hostbridge/pciexrc (0)->
557 error.io.fire.link-events@hostbridge/pciexrc;
559 prop error.io.fire.link-events@hostbridge/pciexrc (1)->
585 ereport.io.fire.link-events
[all...]
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dopl_pcbe.c505 static const struct nametable **events; variable in typeref:struct:nametable
512 "\"SPARC64 VII extensions\" for descriptions of these events.";
530 events = SPARC64_VI_names;
540 * Initialize the list of events for each PIC.
546 for (n = events[i]; n->bits != NT_END; n++)
552 for (n = events[i]; n->bits != NT_END; n++) {
619 n = events[regno];

Completed in 180 milliseconds

1234567891011