Lines Matching defs:fd
82 close(fds[i].fd);111 int fd;113 fd = lxc_monitor_open(my_args.lxcpath[i]);114 if (fd < 0) {119 if (write(fd, "quit", 4) < 0) {122 close(fd);125 close(fd);155 int fd;159 fd = lxc_monitor_open(my_args.lxcpath[i]);160 if (fd < 0) {164 fds[i].fd = fd;