}
int config_parse_exec_oom_score_adjust(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_exec_coredump_filter(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_kill_mode(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_socket_bindtodevice(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
return 0;
}
-int config_parse_exec_io_class(const char *unit,
- const char *filename,
- unsigned line,
- const char *section,
- unsigned section_line,
- const char *lvalue,
- int ltype,
- const char *rvalue,
- void *data,
- void *userdata) {
+int config_parse_exec_io_class(
+ const char *unit,
+ const char *filename,
+ unsigned line,
+ const char *section,
+ unsigned section_line,
+ const char *lvalue,
+ int ltype,
+ const char *rvalue,
+ void *data,
+ void *userdata) {
ExecContext *c = ASSERT_PTR(data);
int x;
return 0;
}
-int config_parse_exec_io_priority(const char *unit,
- const char *filename,
- unsigned line,
- const char *section,
- unsigned section_line,
- const char *lvalue,
- int ltype,
- const char *rvalue,
- void *data,
- void *userdata) {
+int config_parse_exec_io_priority(
+ const char *unit,
+ const char *filename,
+ unsigned line,
+ const char *section,
+ unsigned section_line,
+ const char *lvalue,
+ int ltype,
+ const char *rvalue,
+ void *data,
+ void *userdata) {
ExecContext *c = ASSERT_PTR(data);
int i, r;
return 0;
}
-int config_parse_exec_cpu_sched_policy(const char *unit,
- const char *filename,
- unsigned line,
- const char *section,
- unsigned section_line,
- const char *lvalue,
- int ltype,
- const char *rvalue,
- void *data,
- void *userdata) {
+int config_parse_exec_cpu_sched_policy(
+ const char *unit,
+ const char *filename,
+ unsigned line,
+ const char *section,
+ unsigned section_line,
+ const char *lvalue,
+ int ltype,
+ const char *rvalue,
+ void *data,
+ void *userdata) {
ExecContext *c = ASSERT_PTR(data);
int x;
config_parse_cpu_set(unit, filename, line, section, section_line, lvalue, ltype, rvalue, data, userdata);
}
-int config_parse_exec_cpu_sched_prio(const char *unit,
- const char *filename,
- unsigned line,
- const char *section,
- unsigned section_line,
- const char *lvalue,
- int ltype,
- const char *rvalue,
- void *data,
- void *userdata) {
+int config_parse_exec_cpu_sched_prio(
+ const char *unit,
+ const char *filename,
+ unsigned line,
+ const char *section,
+ unsigned section_line,
+ const char *lvalue,
+ int ltype,
+ const char *rvalue,
+ void *data,
+ void *userdata) {
ExecContext *c = ASSERT_PTR(data);
int i, r;
return 0;
}
-int config_parse_path_spec(const char *unit,
- const char *filename,
- unsigned line,
- const char *section,
- unsigned section_line,
- const char *lvalue,
- int ltype,
- const char *rvalue,
- void *data,
- void *userdata) {
+int config_parse_path_spec(
+ const char *unit,
+ const char *filename,
+ unsigned line,
+ const char *section,
+ unsigned section_line,
+ const char *lvalue,
+ int ltype,
+ const char *rvalue,
+ void *data,
+ void *userdata) {
Path *p = ASSERT_PTR(data);
PathSpec *s;
return 0;
}
-int config_parse_unit_env_file(const char *unit,
- const char *filename,
- unsigned line,
- const char *section,
- unsigned section_line,
- const char *lvalue,
- int ltype,
- const char *rvalue,
- void *data,
- void *userdata) {
+int config_parse_unit_env_file(
+ const char *unit,
+ const char *filename,
+ unsigned line,
+ const char *section,
+ unsigned section_line,
+ const char *lvalue,
+ int ltype,
+ const char *rvalue,
+ void *data,
+ void *userdata) {
char ***env = ASSERT_PTR(data);
const Unit *u = userdata;
}
int config_parse_job_timeout_sec(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_job_running_timeout_sec(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_emergency_action(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_show_status(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_output_restricted(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_crash_chvt(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_ipv6_flowlabel(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_encap_limit(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_6rd_prefix(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_erspan_version(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_erspan_index(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_erspan_direction(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,
}
int config_parse_erspan_hwid(
- const char* unit,
+ const char *unit,
const char *filename,
unsigned line,
const char *section,