Searched refs:efd (Results 1 – 5 of 5) sorted by relevance
| /dflybsd-src/usr.bin/gcore/ |
| H A D | gcore.c | 80 int ch, cnt, efd, fd, sflag; in main() local 148 efd = open(binfile, O_RDONLY, 0); in main() 149 if (efd < 0) in main() 152 cnt = read(efd, &exec, sizeof(Elf_Ehdr)); in main() 157 close(efd); in main()
|
| /dflybsd-src/crypto/openssh/ |
| H A D | nchan.c | 343 c->efd != -1 && in chan_is_dead() 346 c->self, c->efd, sshbuf_len(c->extended)); in chan_is_dead() 382 c->self, c->istate, c->ostate, c->sock, c->wfd, c->efd, in chan_shutdown_write() 405 c->self, c->istate, c->ostate, c->sock, c->rfd, c->efd, in chan_shutdown_read() 430 if (c->type == SSH_CHANNEL_LARVAL || c->efd == -1) in chan_shutdown_extended_read() 436 c->self, c->istate, c->ostate, c->sock, c->rfd, c->efd, in chan_shutdown_extended_read() 438 if (channel_close_fd(ssh, c, &c->efd) < 0) { in chan_shutdown_extended_read() 440 "extended fd %d [i%d o%d]: %.100s", c->self, c->efd, in chan_shutdown_extended_read()
|
| H A D | channels.c | 417 channel_register_fds(struct ssh *ssh, Channel *c, int rfd, int wfd, int efd, in channel_register_fds() argument 426 if (efd != -1 && efd != rfd && efd != wfd) in channel_register_fds() 427 (void)fcntl(efd, F_SETFD, FD_CLOEXEC); in channel_register_fds() 432 c->efd = efd; in channel_register_fds() 463 if (efd != -1 && !isatty(efd) && in channel_register_fds() 464 (val = fcntl(efd, F_GETFL)) != -1 && !(val & O_NONBLOCK)) { in channel_register_fds() 467 set_nonblock(efd); in channel_register_fds() 474 if (efd != -1) in channel_register_fds() 475 set_nonblock(efd); in channel_register_fds() 485 channel_new(struct ssh *ssh, char *ctype, int type, int rfd, int wfd, int efd, in channel_new() argument [all …]
|
| H A D | channels.h | 136 int efd; /* extended fd */ member 271 (c->efd != -1 || \ 275 c->efd != -1 && (!(c->flags & (CHAN_EOF_RCVD|CHAN_CLOSE_RCVD)) || \
|
| /dflybsd-src/share/misc/ |
| H A D | pci_vendors | 27553 0efd Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO
|