Searched refs:fd_store (Results 1 - 2 of 2) sorted by relevance

/systemd/src/core/
H A Dservice.h100 LIST_FIELDS(ServiceFDStore, fd_store);
188 ServiceFDStore *fd_store; member in struct:Service
H A Dservice.c260 LIST_REMOVE(fd_store, fs->service->fd_store, fs);
279 if (!s->fd_store && s->stdin_fd < 0 && s->stdout_fd < 0 && s->stderr_fd < 0)
288 while (s->fd_store)
289 service_fd_store_unlink(s->fd_store);
358 LIST_FOREACH(fd_store, fs, s->fd_store) {
390 LIST_PREPEND(fd_store, s->fd_store, fs);
1127 LIST_FOREACH(fd_store, f
[all...]

Completed in 23 milliseconds