Home
last modified time | relevance | path

Searched refs:new_line (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/login/
Dloginctl.c426 static int print_session_status_info(sd_bus *bus, const char *path, bool *new_line) { in print_session_status_info() argument
460 if (*new_line) in print_session_status_info()
463 *new_line = true; in print_session_status_info()
561 static int print_user_status_info(sd_bus *bus, const char *path, bool *new_line) { in print_user_status_info() argument
585 if (*new_line) in print_user_status_info()
588 *new_line = true; in print_user_status_info()
638 static int print_seat_status_info(sd_bus *bus, const char *path, bool *new_line) { in print_seat_status_info() argument
656 if (*new_line) in print_seat_status_info()
659 *new_line = true; in print_seat_status_info()
773 static int show_properties(sd_bus *bus, const char *path, bool *new_line) { in show_properties() argument
[all …]
/systemd-251/src/machine/
Dmachinectl.c631 static int show_machine_info(const char *verb, sd_bus *bus, const char *path, bool *new_line) { in show_machine_info() argument
655 assert(new_line); in show_machine_info()
668 if (*new_line) in show_machine_info()
670 *new_line = true; in show_machine_info()
677 static int show_machine_properties(sd_bus *bus, const char *path, bool *new_line) { in show_machine_properties() argument
682 assert(new_line); in show_machine_properties()
684 if (*new_line) in show_machine_properties()
687 *new_line = true; in show_machine_properties()
700 bool properties, new_line = false; in show_machine() local
714 r = show_machine_properties(bus, "/org/freedesktop/machine1", &new_line); in show_machine()
[all …]
/systemd-251/src/systemctl/
Dsystemctl-show.c1867 bool *new_line, in show_one() argument
1986 assert(new_line); in show_one()
2012 if (*new_line) in show_one()
2015 *new_line = true; in show_one()
2073 bool *new_line, in show_all() argument
2098 r = show_one(bus, p, u->id, SYSTEMCTL_SHOW_STATUS, new_line, ellipsized); in show_all()
2177 bool new_line = false, ellipsized = false; in verb_show() local
2201 … return show_one(bus, "/org/freedesktop/systemd1", NULL, show_mode, &new_line, &ellipsized); in verb_show()
2206 new_line = true; in verb_show()
2209 ret = show_all(bus, &new_line, &ellipsized); in verb_show()
[all …]