Searched refs:fd_move_above_stdio (Results 1 – 10 of 10) sorted by relevance
103 TEST(fd_move_above_stdio) { in TEST() argument113 new_fd = fd_move_above_stdio(new_fd); in TEST()159 assert_se(fd_move_above_stdio(0) == 3); in TEST()
83 int fd_move_above_stdio(int fd);
102 console_fd = fd_move_above_stdio(fd); in log_open_console()121 kmsg_fd = fd_move_above_stdio(kmsg_fd); in log_open_kmsg()137 fd = fd_move_above_stdio(fd); in create_log_socket()
568 int fd_move_above_stdio(int fd) { in fd_move_above_stdio() function
46 b->input_fd = fd_move_above_stdio(b->input_fd); in bus_container_connect_socket()
726 b->inotify_fd = fd_move_above_stdio(b->inotify_fd); in bus_socket_inotify_setup()901 b->input_fd = fd_move_above_stdio(b->input_fd); in bus_socket_connect()1008 b->output_fd = b->input_fd = fd_move_above_stdio(s[0]); in bus_socket_exec()1273 … f[bus->n_fds++] = fd_move_above_stdio(((int*) CMSG_DATA(cmsg))[i]); in bus_socket_read_message()
27 return fd_move_above_stdio(fd); in socket_open()
405 e->epoll_fd = fd_move_above_stdio(e->epoll_fd); in sd_event_new()666 d->fd = fd_move_above_stdio(r); in event_make_signal_data()1162 fd = fd_move_above_stdio(fd); in event_setup_timer_fd()1732 fd = fd_move_above_stdio(fd); in event_make_inotify_data()
293 v->fd = fd_move_above_stdio(v->fd); in varlink_connect_address()2287 fd = fd_move_above_stdio(fd); in varlink_server_listen_address()
506 resolve->fds[i] = fd_move_above_stdio(resolve->fds[i]); in sd_resolve_new()