HomeSort by relevance Sort by last modified time
    Searched refs:ctl_fd (Results 1 - 3 of 3) sorted by null

  /external/openssh/openbsd-compat/
port-solaris.c 144 int r, ctl_fd = -1, stat_fd = -1; local
174 if ((ctl_fd = open64(ctl_path, O_WRONLY)) < 0) {
179 if (ct_ctl_abandon(ctl_fd) < 0) {
184 close(ctl_fd);
194 if (ctl_fd != -1)
195 close(ctl_fd);
  /external/ltp/lib/
tst_device.c 73 int ctl_fd, dev_fd, rc, i; local
77 ctl_fd = open(LOOP_CONTROL_FILE, O_RDWR);
79 if (ctl_fd > 0) {
80 rc = ioctl(ctl_fd, LOOP_CTL_GET_FREE);
81 close(ctl_fd);
  /external/linux-kselftest/tools/testing/selftests/cgroup/
test_memcontrol.c 822 int sk, client_sk, ctl_fd, yes = 1, ret = -1; local
825 ctl_fd = srv_args->ctl[1];
839 write(ctl_fd, &errno, sizeof(errno));
847 if (write(ctl_fd, &ret, sizeof(ret)) != sizeof(ret)) {

Completed in 389 milliseconds