Home
last modified time | relevance | path

Searched refs:exec_fd_hot (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/core/
Dservice.h184 bool exec_fd_hot:1; member
Dservice.c1676 s->exec_fd_hot = false; in service_spawn_internal()
2754 (void) serialize_bool(f, "exec-fd-hot", s->exec_fd_hot); in service_serialize()
3307 if (s->exec_fd_hot) { /* Did the child tell us to expect EOF now? */ in service_dispatch_exec_io()
3310 s->exec_fd_hot = false; in service_dispatch_exec_io()
3323 s->exec_fd_hot = x; in service_dispatch_exec_io()