Searched refs:log_show_location_from_string (Results 1 - 4 of 4) sorted by relevance

/systemd/src/core/
H A Dshutdown.c109 r = log_show_location_from_string(optarg);
H A Dmain.c458 DEFINE_SETTER(config_parse_location, log_show_location_from_string, "location")
840 r = log_show_location_from_string(optarg);
/systemd/src/basic/
H A Dlog.h62 int log_show_location_from_string(const char *e);
H A Dlog.c994 if (log_show_location_from_string(value) < 0)
1023 if (e && log_show_location_from_string(e) < 0)
1062 int log_show_location_from_string(const char *e) { function

Completed in 1318 milliseconds