Home
last modified time | relevance | path

Searched refs:asynchronous_close (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/basic/
Dasync.h11 int asynchronous_close(int fd);
13 DEFINE_TRIVIAL_CLEANUP_FUNC(int, asynchronous_close);
Dasync.c90 int asynchronous_close(int fd) { in asynchronous_close() function
/systemd-251/src/test/
Dtest-async.c25 asynchronous_close(fd); in main()
/systemd-251/src/login/
Dlogind-button.c65 asynchronous_close(b->fd); in button_free()
480 b->fd = asynchronous_close(b->fd); in button_open()
/systemd-251/src/core/
Dservice.c189 s->socket_fd = asynchronous_close(s->socket_fd); in service_close_socket_fd()
3003 asynchronous_close(s->socket_fd); in service_deserialize_item()
3078 asynchronous_close(s->stdin_fd); in service_deserialize_item()
3088 asynchronous_close(s->stdout_fd); in service_deserialize_item()
3098 asynchronous_close(s->stderr_fd); in service_deserialize_item()
Ddbus-service.c365 asynchronous_close(*p); in bus_set_transient_std_fd()