Searched refs:ref_fd (Results 1 – 1 of 1) sorted by relevance
2653 _cleanup_close_ int ref_fd = -1; in home_create_fifo() local2659 ref_fd = open(fn, O_RDONLY|O_CLOEXEC|O_NONBLOCK); in home_create_fifo()2660 if (ref_fd < 0) in home_create_fifo()2663 r = sd_event_add_io(h->manager->event, ss, ref_fd, 0, on_home_ref_eof, h); in home_create_fifo()2677 TAKE_FD(ref_fd); in home_create_fifo()