Searched refs:asynchronous_close (Results 1 - 8 of 8) sorted by relevance

/systemd/src/basic/
H A Dasync.h25 int asynchronous_close(int fd);
H A Dasync.c76 int asynchronous_close(int fd) { function
/systemd/src/test/
H A Dtest-async.c37 char name[] = "/tmp/test-asynchronous_close.XXXXXX";
41 asynchronous_close(fd);
/systemd/src/libsystemd-network/
H A Dlldp-port.c69 p->rawfd = asynchronous_close(p->rawfd);
H A Dsd-dhcp-client.c376 client->fd = asynchronous_close(client->fd);
1055 client->fd = asynchronous_close(client->fd);
1433 client->fd = asynchronous_close(client->fd);
H A Dsd-ndisc.c217 nd->fd = asynchronous_close(nd->fd);
/systemd/src/core/
H A Ddbus-service.c160 asynchronous_close(s->stdin_fd);
163 asynchronous_close(s->stdout_fd);
166 asynchronous_close(s->stderr_fd);
H A Dservice.c187 s->socket_fd = asynchronous_close(s->socket_fd);
2263 asynchronous_close(s->socket_fd);
2341 asynchronous_close(s->stdin_fd);
2351 asynchronous_close(s->stdout_fd);
2361 asynchronous_close(s->stderr_fd);

Completed in 28 milliseconds