Home
last modified time | relevance | path

Searched refs:fd_move_above_stdio (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/test/
Dtest-fd-util.c103 TEST(fd_move_above_stdio) { in TEST() argument
113 new_fd = fd_move_above_stdio(new_fd); in TEST()
159 assert_se(fd_move_above_stdio(0) == 3); in TEST()
/systemd-251/src/basic/
Dfd-util.h83 int fd_move_above_stdio(int fd);
Dlog.c102 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()
Dfd-util.c568 int fd_move_above_stdio(int fd) { in fd_move_above_stdio() function
/systemd-251/src/libsystemd/sd-bus/
Dbus-container.c46 b->input_fd = fd_move_above_stdio(b->input_fd); in bus_container_connect_socket()
Dbus-socket.c726 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()
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-socket.c27 return fd_move_above_stdio(fd); in socket_open()
/systemd-251/src/libsystemd/sd-event/
Dsd-event.c405 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()
/systemd-251/src/shared/
Dvarlink.c293 v->fd = fd_move_above_stdio(v->fd); in varlink_connect_address()
2287 fd = fd_move_above_stdio(fd); in varlink_server_listen_address()
/systemd-251/src/libsystemd/sd-resolve/
Dsd-resolve.c506 resolve->fds[i] = fd_move_above_stdio(resolve->fds[i]); in sd_resolve_new()