Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/gcore/
H A Dgcore.c80 int ch, cnt, efd, fd, sflag; in main() local
/dflybsd-src/crypto/openssh/
H A Dchannels.h136 int efd; /* extended fd */ member
H A Dchannels.c417 channel_register_fds(struct ssh *ssh, Channel *c, int rfd, int wfd, int efd, in channel_register_fds()
485 channel_new(struct ssh *ssh, char *ctype, int type, int rfd, int wfd, int efd, in channel_new()
596 int sock = c->sock, rfd = c->rfd, wfd = c->wfd, efd = c->efd; in channel_close_fds() local
1222 channel_set_fds(struct ssh *ssh, int id, int rfd, int wfd, int efd, in channel_set_fds()