Searched refs:events (Results 1 - 25 of 80) sorted by relevance

1234

/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dpoll_solaris.c50 "for the event(s) specified in the subscript \b.events\b."
52 "application can read or write data, or on which certain events have "
55 "and the events of interest for each file descriptor. "
60 "[+?\b.events\b # requested events]"
92 "events member.]"
100 "the events member.]"
103 "revents member; it is not used in the events "
108 "[+?If the value fd is less than 0, events is ignored and "
113 "variable to indicate which of the requested events ar
196 int events = 0; local
214 poll_eventstostr(char *s, int events) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/ieee1275/
H A Drelocator.c46 grub_relocator_firmware_fill_events (struct grub_relocator_mmap_event *events) argument
69 events[counter].type = REG_FIRMWARE_START;
70 events[counter].pos = addr;
72 events[counter].type = REG_FIRMWARE_END;
73 events[counter].pos = addr + len;
/osnet-11/usr/src/lib/libc/port/gen/
H A Devent_port.c59 port_associate(int port, int source, uintptr_t object, int events, void *user) argument
62 r.r_vals = _portfs(PORT_ASSOCIATE, port, source, object, events,
112 port_send(int port, int events, void *user) argument
115 r.r_vals = _portfs(PORT_SEND, port, events, (uintptr_t)user, NULL,
126 _port_dispatch(int port, int flags, int source, int events, uintptr_t object, argument
131 r.r_vals = _portfs(PORT_DISPATCH, port, source, events, object,
135 source, events, object, (uintptr_t)user);
140 port_sendn(int ports[], int errors[], uint_t nent, int events, void *user) argument
148 (uintptr_t)ports, (uintptr_t)errors, nent, events,
163 lnent, events, (uintptr_
178 port_alert(int port, int flags, int events, void *user) argument
[all...]
H A Dselect.c119 p->events = 0;
121 p->events |= POLLRDNORM;
123 p->events |= POLLWRNORM;
125 p->events |= POLLRDBAND;
254 (p->events & POLLRDNORM)) {
264 (p->events & POLLWRNORM)) {
274 (p->events & POLLRDBAND)) {
H A Dselect_large_fdset.c152 p->events = 0;
154 p->events |= POLLRDNORM;
156 p->events |= POLLWRNORM;
158 p->events |= POLLRDBAND;
303 (p->events & POLLRDNORM)) {
313 (p->events & POLLWRNORM)) {
323 (p->events & POLLRDBAND)) {
/osnet-11/usr/src/grub/grub2/grub-core/lib/efi/
H A Drelocator.c43 grub_relocator_firmware_fill_events (struct grub_relocator_mmap_event *events) argument
79 events[counter].type = REG_FIRMWARE_START;
80 events[counter].pos = start;
82 events[counter].type = REG_FIRMWARE_END;
83 events[counter].pos = end;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A Dpoll.c64 int events = fds[i].events; local
75 if(events & POLL_CAN_READ)
78 if(events & POLL_CAN_WRITE)
81 if(events & POLL_HAS_EXCP)
111 int revents = (fds[i].events & POLL_EVENTS_MASK);
H A Dpoll.h30 short events; member in struct:pollfd
43 /* Return ONLY events (NON testable) */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_poll.t48 unless $poll->events($stdout) == POLLOUT;
52 if $poll->events($dupout);
76 if $poll->events($stdout);
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c422 struct grub_relocator_mmap_event *events = NULL, *eventt = NULL, *t; local
442 /* We have to avoid any allocations when filling scanline events.
498 events = grub_malloc (maxevents * sizeof (events[0]));
499 eventt = grub_malloc (maxevents * sizeof (events[0]));
501 if (!events || !eventt || !counter)
503 grub_dprintf ("relocator", "events or counter allocation failed %d\n",
505 grub_free (events);
516 events[N].type = COLLISION_START;
517 events[
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpc_sel2poll.c44 * polls for input events). We return the number of pollfd slots
65 p->events = MASKVAL;
93 p->events = srcp[n].events;
H A Drpc_mt.h64 (y)[(x)].events = MASKVAL; \
68 (y)[(x)].events = 0; \
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Devents.c45 static struct event_list *events = NULL; variable in typeref:struct:event_list
55 * wait for a few seconds for all of the add events to come in and then
113 } else if (events != NULL) {
116 event = events->event;
117 tmpp = events->next;
118 free(events);
119 events = tmpp;
271 if (events == NULL) {
273 events = (struct event_list *)malloc(sizeof (struct event_list));
274 if (events
[all...]
/osnet-11/usr/src/cmd/powertop/
H A DMakefile.com32 events.o \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DPoll.pm52 $self->[0]{$fd}{$io} = $mask; # the error events are always returned
98 sub events { subroutine
117 my $events = shift || 0;
124 push @handles,$self->[2]{$io} if ($ev & $mask) & $events;
149 $ev = $poll->events($input);
172 call will block. Returns the number of handles which had events
175 =item events ( IO )
177 Returns the event mask which represents the events that happend on IO
188 of handles will be returned which had one of the events specified by
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_resize.c141 /* add events to free event queue */
147 * copy pending events from evd to the new pending event queue
162 if (evd_ptr->events) {
163 dapl_os_free(evd_ptr->events,
166 evd_ptr->events = event_ptr;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Apps/
H A Dnfswizard.d55 @events = count();
90 printa("NFS I/O events: %@d\n", @events);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dnfswizard.d55 @events = count();
90 printa("NFS I/O events: %@d\n", @events);
/osnet-11/usr/src/lib/libwanboot/common/
H A Dsocket_inet.c54 pfd.events = POLLIN;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c118 struct nsldapi_os_statusinfo *pip, short events );
120 struct nsldapi_os_statusinfo *pip, short events );
127 struct nsldapi_cb_statusinfo *pip, short events );
129 struct nsldapi_cb_statusinfo *pip, short events );
964 * any bits in the socket's returned events field other than
1010 * any bits in the socket's returned events field other than
1228 * returns 1 if some of the bits in "events" were added to pollfds.
1233 short events )
1241 if (( pip->ossi_pollfds[ i ].events & events )
[all...]
/osnet-11/usr/src/lib/libcontract/common/
H A Dlibcontract.c100 ct_tmpl_set_critical(int fd, uint_t events) argument
102 return (ct_tmpl_set_internal(fd, CTP_EV_CRITICAL, events));
106 ct_tmpl_set_informative(int fd, uint_t events) argument
108 return (ct_tmpl_set_internal(fd, CTP_EV_INFO, events));
154 ct_tmpl_get_critical(int fd, uint_t *events) argument
156 return (ct_tmpl_get_internal(fd, CTP_EV_CRITICAL, events));
160 ct_tmpl_get_informative(int fd, uint_t *events) argument
162 return (ct_tmpl_get_internal(fd, CTP_EV_INFO, events));
H A Dprocess.c48 ct_pr_tmpl_set_fatal(int fd, uint_t events) argument
50 return (ct_tmpl_set_internal(fd, CTPP_EV_FATAL, events));
78 ct_pr_tmpl_get_fatal(int fd, uint_t *events) argument
80 return (ct_tmpl_get_internal(fd, CTPP_EV_FATAL, events));
/osnet-11/usr/src/lib/libdiskmgt/
H A DMakefile.com29 media.o slice.o partition.o findevs.o events.o \
/osnet-11/usr/src/grub/grub2/include/grub/
H A Drelocator_private.h103 can be very time-expensive, so please make sure fill events is accurate. */
107 unsigned grub_relocator_firmware_fill_events (struct grub_relocator_mmap_event *events);
/osnet-11/usr/src/lib/libadr/common/
H A Dadr_object.c142 adr_event_t *events = o->ao_events; local
144 if (strcmp(events[i].ae_name, name) == 0)

Completed in 40 milliseconds

1234