Home
last modified time | relevance | path

Searched defs:efd (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/IO/
Dpoll.c47 fd_set rfd,wfd,efd,ifd; in poll() local
/openbsd/src/usr.sbin/lpd/
Dprinter.c596 int ret, argc, efd, status; in printfile() local
/openbsd/src/usr.bin/ssh/
Dchannels.h136 int efd; /* extended fd */ member
Dchannels.c411 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()