Searched refs:helper_fd (Results 1 – 1 of 1) sorted by relevance
107 static int helper_fd = -1; variable303 assert(helper_fd < 0); in avahi_chroot_helper_start()330 helper_fd = sock[0]; in avahi_chroot_helper_start()337 if (helper_fd <= 0) in avahi_chroot_helper_shutdown()340 close(helper_fd); in avahi_chroot_helper_shutdown()341 helper_fd = -1; in avahi_chroot_helper_shutdown()346 if (helper_fd >= 0) { in avahi_chroot_helper_get_fd()362 if (write(helper_fd, &command, sizeof(command)) < 0) { in avahi_chroot_helper_get_fd()367 return recv_fd(helper_fd); in avahi_chroot_helper_get_fd()389 if (helper_fd >= 0) { in avahi_chroot_helper_unlink()[all …]