Home
last modified time | relevance | path

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

/openbsd-src/regress/sys/kern/select/
H A Dselect_iocond.c311 fdset_init(fd_set *rfd, fd_set *wfd, fd_set *efd, int fd) in fdset_init()
325 fd_set efd, rfd, wfd; in proc_child() local
486 fd_set efd, rfd, wfd; in proc_parent() local
/openbsd-src/gnu/usr.bin/perl/dist/IO/
H A Dpoll.c47 fd_set rfd,wfd,efd,ifd; in poll() local
/openbsd-src/usr.bin/ssh/
H A Dchannels.h136 int efd; /* extended fd */ member
H A Dchannels.c409 channel_register_fds(struct ssh * ssh,Channel * c,int rfd,int wfd,int efd,int extusage,int nonblock,int is_tty) channel_register_fds() argument
473 channel_new(struct ssh * ssh,char * ctype,int type,int rfd,int wfd,int efd,u_int window,u_int maxpack,int extusage,const char * remote_name,int nonblock) channel_new() argument
584 int sock = c->sock, rfd = c->rfd, wfd = c->wfd, efd = c->efd; channel_close_fds() local
1210 channel_set_fds(struct ssh * ssh,int id,int rfd,int wfd,int efd,int extusage,int nonblock,int is_tty,u_int window_max) channel_set_fds() argument
[all...]
/openbsd-src/usr.sbin/lpd/
H A Dprinter.c596 int ret, argc, efd, status; in printfile() local