Searched refs:get_output_flags (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/login/ |
D | loginctl.c | 56 static OutputFlags get_output_flags(void) { in get_output_flags() function 307 r = unit_show_processes(bus, unit, cgroup, "\t\t ", c, get_output_flags(), &error); in show_unit_cgroup() 318 …and_extra(SYSTEMD_CGROUP_CONTROLLER, cgroup, "\t\t ", c, &leader, leader > 0, get_output_flags()); in show_unit_cgroup() 552 get_output_flags() | OUTPUT_BEGIN_NEWLINE, in print_session_status_info() 629 get_output_flags() | OUTPUT_BEGIN_NEWLINE, in print_user_status_info() 687 show_sysfs(i.id, "\t\t ", c, get_output_flags()); in print_seat_status_info()
|
/systemd-251/src/systemctl/ |
D | systemctl-show.c | 43 static OutputFlags get_output_flags(void) { in get_output_flags() function 751 … r = unit_show_processes(bus, i->id, i->control_group, prefix, c, get_output_flags(), &error); in print_status_info() 764 …up_and_extra(SYSTEMD_CGROUP_CONTROLLER, i->control_group, prefix, c, extra, k, get_output_flags()); in print_status_info() 780 get_output_flags() | OUTPUT_BEGIN_NEWLINE, in print_status_info() 2166 …t_show_processes(bus, SPECIAL_ROOT_SLICE, mi.control_group, prefix, c, get_output_flags(), &error); in show_system_status() 2168 … show_cgroup(SYSTEMD_CGROUP_CONTROLLER, strempty(mi.control_group), prefix, c, get_output_flags()); in show_system_status()
|
/systemd-251/src/machine/ |
D | machinectl.c | 90 static OutputFlags get_output_flags(void) { in get_output_flags() function 429 r = unit_show_processes(bus, unit, cgroup, "\t\t ", c, get_output_flags(), &error); in show_unit_cgroup() 440 …and_extra(SYSTEMD_CGROUP_CONTROLLER, cgroup, "\t\t ", c, &leader, leader > 0, get_output_flags()); in show_unit_cgroup() 603 get_output_flags() | OUTPUT_BEGIN_NEWLINE, in print_machine_status_info()
|
/systemd-251/src/network/ |
D | networkctl.c | 1482 static OutputFlags get_output_flags(void) { in get_output_flags() function 1541 get_output_flags() | OUTPUT_BEGIN_NEWLINE, in show_logs()
|