Searched refs:ignore_sigpipe (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/core/ |
D | execute.h | 238 bool ignore_sigpipe; member
|
D | load-fragment-gperf.gperf.in | 156 … 0, offsetof({{type}}, exec_context.ignore_sigpipe)
|
D | dbus-execute.c | 1268 …Y("IgnoreSIGPIPE", "b", bus_property_get_bool, offsetof(ExecContext, ignore_sigpipe), SD_BUS_VTABL… 1837 return bus_set_transient_bool(u, name, &c->ignore_sigpipe, message, flags, error); in bus_exec_context_set_transient_property()
|
D | execute.c | 4163 if (context->ignore_sigpipe) in exec_child() 5307 c->ignore_sigpipe = true; in exec_context_init() 5776 prefix, yes_no(c->ignore_sigpipe), in exec_context_dump()
|