Searched refs:ei (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/core/ |
D | load-fragment.c | 1091 ExecInput ei; in config_parse_exec_input() local 1118 ei = EXEC_INPUT_NAMED_FD; in config_parse_exec_input() 1135 ei = EXEC_INPUT_FILE; in config_parse_exec_input() 1138 ei = exec_input_from_string(rvalue); in config_parse_exec_input() 1139 if (ei < 0) { in config_parse_exec_input() 1140 …log_syntax(unit, LOG_WARNING, filename, line, ei, "Failed to parse input specifier, ignoring: %s",… in config_parse_exec_input() 1145 c->std_input = ei; in config_parse_exec_input()
|
/systemd-251/ |
D | NEWS | 1995 Dimitri John Ledkov, ei-ke, Emilio Herrera, Emil Renner Berthing,
|