HomeSort by relevance Sort by last modified time
    Searched refs:control_fd (Results 1 - 7 of 7) 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...]
  /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));
  /hardware/bsp/intel/peripheral/libmraa/src/gpio/
gpio.c 191 , int control_fd
201 if (control_fd < 0) {
224 pfd[1].fd = control_fd;
  /device/generic/goldfish/gps/
gps_qemu.c 683 int control_fd = state->control[1]; local
688 epoll_register( epoll_fd, control_fd );
713 if (fd == control_fd)
  /device/generic/goldfish/qemud/
qemud.c 1616 int fd, control_fd; local
    [all...]

Completed in 83 milliseconds