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

  /external/dhcpcd-6.8.2/
control.c 194 control_handle1(ctx, ctx->control_fd, 0);
282 ctx->control_fd = fd;
292 return ctx->control_fd;
304 if (ctx->control_fd == -1)
306 eloop_event_delete(ctx->eloop, ctx->control_fd, 0);
307 close(ctx->control_fd);
308 ctx->control_fd = -1;
338 if ((ctx->control_fd = make_sock(&sa, ifname, 0)) == -1)
341 if (connect(ctx->control_fd, (struct sockaddr *)&sa, len) == -1) {
342 close(ctx->control_fd);
    [all...]
dhcpcd.h 112 int control_fd; member in struct:dhcpcd_ctx
dhcpcd.c     [all...]
  /device/google/cuttlefish_common/guest/hals/gps/
gps_thread.cpp 115 int control_fd = state->control[1]; local
120 epoll_register(epoll_fd, control_fd);
148 if (fd == control_fd) {
198 epoll_deregister(epoll_fd, control_fd);
  /system/update_engine/common/
test_utils.cc 158 int control_fd = local
160 TEST_AND_RETURN_FALSE_ERRNO(control_fd >= 0);
161 int loop_number = ioctl(control_fd, LOOP_CTL_GET_FREE);
162 IGNORE_EINTR(close(control_fd));
  /device/generic/goldfish/gps/
gps_qemu.c 690 int control_fd = state->control[1]; local
706 epoll_register( epoll_fd, control_fd );
739 if (fd == control_fd)

Completed in 187 milliseconds