| /mirbsd/src/lib/libevent/ |
| D | poll.c | 62 struct pollfd *event_set; 129 struct pollfd *pfd = &pop->event_set[i]; in poll_check_ok() 210 struct pollfd *pfd = NULL; in poll_add() 220 struct pollfd *tmp_event_set; in poll_add() 232 tmp_event_count * sizeof(struct pollfd)); in poll_add() 315 struct pollfd *pfd = NULL; in poll_del() 354 sizeof(struct pollfd)); in poll_del()
|
| /mirbsd/src/sys/sys/ |
| D | poll.h | 31 typedef struct pollfd { struct 57 int poll(struct pollfd[], nfds_t, int); argument
|
| /mirbsd/src/gnu/usr.bin/perl/ext/IO/ |
| D | poll.h | 28 typedef struct pollfd { struct 49 int poll (struct pollfd *, unsigned long, int); argument
|
| D | IO.xs | 238 SV *tmpsv = NEWSV(999,nfd * sizeof(struct pollfd)); 239 struct pollfd *fds = (struct pollfd *)SvPVX(tmpsv);
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | event-loop.c | 149 struct pollfd *poll_fds; 444 struct pollfd fds; in add_file_handler() 517 (struct pollfd *) xrealloc (gdb_notifier.poll_fds, in create_file_handler() 519 * sizeof (struct pollfd))); in create_file_handler() 522 (struct pollfd *) xmalloc (sizeof (struct pollfd)); in create_file_handler() 567 struct pollfd *new_poll_fds; in delete_file_handler() 589 (struct pollfd *) xmalloc ((gdb_notifier.num_fds - 1) * sizeof (struct pollfd)); in delete_file_handler()
|
| /mirbsd/src/gnu/usr.sbin/sendmail/libmilter/ |
| D | worker.c | 355 struct pollfd *pfd = NULL; 368 pfd = (struct pollfd *) malloc(PFD_STEP * sizeof(struct pollfd)); 465 struct pollfd *tpfd; 470 tpfd = (struct pollfd *)
|
| D | libmilter.h | 178 # define FD_RD_VAR(rds, excs) struct pollfd rds 179 # define FD_WR_VAR(wrs) struct pollfd wrs
|
| /mirbsd/src/usr.bin/ssh/ |
| D | atomicio.c | 48 struct pollfd pfd; in atomicio() 83 struct pollfd pfd; in atomiciov()
|
| /mirbsd/src/usr.bin/vi/ex/ |
| D | ex_script.c | 210 struct pollfd pfd[1]; 373 struct pollfd *pfd; in sscr_check_input() 384 pfd = calloc(nfds, sizeof(struct pollfd)); in sscr_check_input() 440 struct pollfd *pfd; 453 pfd = calloc(nfds, sizeof(struct pollfd)); 504 struct pollfd pfd[1];
|
| /mirbsd/src/include/rpc/ |
| D | svc.h | 267 extern struct pollfd *svc_pollfd; 280 extern void svc_getreq_poll(struct pollfd *, const int);
|
| /mirbsd/src/bin/systrace/ |
| D | intercept.c | 490 struct pollfd pollfd; in intercept_read() local 493 pollfd.fd = fd; in intercept_read() 494 pollfd.events = POLLIN; in intercept_read() 497 n = poll(&pollfd, 1, -1); in intercept_read() 504 if (!(pollfd.revents & (POLLIN|POLLRDNORM))) in intercept_read()
|
| /mirbsd/src/lib/libncurses/src/ncurses/tty/ |
| D | lib_twait.c | 158 struct pollfd fd_list[2]; in _nc_timed_wait() 159 struct pollfd *fds = fd_list; in _nc_timed_wait() 199 fds = typeMalloc(struct pollfd, 2 + evl->count); in _nc_timed_wait()
|
| /mirbsd/src/lib/libc/rpc/ |
| D | rpc_commondata.c | 40 struct pollfd *svc_pollfd;
|
| D | svc_run.c | 45 struct pollfd *pfd = NULL, *newp; in svc_run()
|
| /mirbsd/src/lib/libpthread/uthread/ |
| D | uthread_select.c | 109 data.fds = (struct pollfd *) realloc(curthread->poll_data.fds, in select() 110 sizeof(struct pollfd) * MAX(POLLDATA_MIN, fd_count)); in select()
|
| D | uthread_poll.c | 48 poll(struct pollfd fds[], nfds_t nfds, int timeout) in poll()
|
| D | pthread_private.h | 519 struct pollfd *fds; 939 SCLASS struct pollfd *_thread_pfd_table 1314 int _thread_sys_poll(struct pollfd *, unsigned, int);
|
| /mirbsd/src/usr.sbin/timed/timedc/ |
| D | cmds.c | 85 struct pollfd pfd; in daydiff() 289 struct pollfd pfd; in msite() 474 struct pollfd pfd; in tracing()
|
| /mirbsd/src/usr.sbin/isdn/isdnd/ |
| D | curses.c | 175 struct pollfd set[1]; in do_menu() 547 struct pollfd set[1]; in display_chans() 689 struct pollfd set[1]; in display_cards() 748 struct pollfd set[1]; in display_budget()
|
| /mirbsd/src/usr.sbin/syslogd/ |
| D | syslogd.h | 55 extern struct pollfd pfd[N_PFD];
|
| /mirbsd/src/usr.bin/talk/ |
| D | ctl_transact.c | 61 struct pollfd pfd[1];
|
| D | io.c | 64 struct pollfd fds[2]; in talk()
|
| /mirbsd/src/sys/kern/ |
| D | sys_generic.c | 67 void pollscan(struct proc *, struct pollfd *, u_int, register_t *); 871 struct pollfd *pl; 913 struct pollfd pfds[4], *pl = pfds; in sys_poll() 924 sz = sizeof(struct pollfd) * nfds; in sys_poll() 928 pl = (struct pollfd *) malloc(sz, M_TEMP, M_WAITOK); in sys_poll()
|
| /mirbsd/src/usr.sbin/dhcrelay/ |
| D | dispatch.c | 142 struct pollfd *fds; in dispatch() 149 fds = malloc(nfds * sizeof(struct pollfd)); in dispatch()
|
| /mirbsd/src/usr.sbin/isdn/isdnmonitor/ |
| D | curses.c | 316 struct pollfd set[1]; in do_menu() 484 struct pollfd set[1]; in display_chans()
|