Searched defs:efd (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/IO/ |
| D | poll.c | 47 fd_set rfd,wfd,efd,ifd; in poll() local
|
| /openbsd/src/usr.sbin/lpd/ |
| D | printer.c | 596 int ret, argc, efd, status; in printfile() local
|
| /openbsd/src/usr.bin/ssh/ |
| D | channels.h | 136 int efd; /* extended fd */ member
|
| D | channels.c | 411 channel_register_fds(struct ssh *ssh, Channel *c, int rfd, int wfd, int efd, in channel_register_fds() 475 channel_new(struct ssh *ssh, char *ctype, int type, int rfd, int wfd, int efd, in channel_new() 586 int sock = c->sock, rfd = c->rfd, wfd = c->wfd, efd = c->efd; in channel_close_fds() local 1214 channel_set_fds(struct ssh *ssh, int id, int rfd, int wfd, int efd, in channel_set_fds()
|