Searched refs:arg_print_flags (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl.c | 78 BusPrintPropertyFlags arg_print_flags = 0; variable 546 SET_FLAG(arg_print_flags, BUS_PRINT_PROPERTY_ONLY_VALUE, true); in systemctl_parse_argv() 571 SET_FLAG(arg_print_flags, BUS_PRINT_PROPERTY_SHOW_EMPTY, true); in systemctl_parse_argv() 576 SET_FLAG(arg_print_flags, BUS_PRINT_PROPERTY_SHOW_EMPTY, true); in systemctl_parse_argv() 599 SET_FLAG(arg_print_flags, BUS_PRINT_PROPERTY_ONLY_VALUE, true); in systemctl_parse_argv()
|
D | systemctl.h | 63 extern BusPrintPropertyFlags arg_print_flags;
|
D | systemctl-show.c | 45 FLAGS_SET(arg_print_flags, BUS_PRINT_PROPERTY_SHOW_EMPTY) * OUTPUT_SHOW_ALL | in get_output_flags() 2034 …r = bus_message_print_all_properties(reply, print_property, arg_properties, arg_print_flags, &foun… in show_one()
|
/systemd-251/src/timedate/ |
D | timedatectl.c | 37 static BusPrintPropertyFlags arg_print_flags = 0; variable 212 arg_print_flags, in show_properties() 779 arg_print_flags, in show_timesync() 986 SET_FLAG(arg_print_flags, BUS_PRINT_PROPERTY_SHOW_EMPTY, true); in parse_argv() 991 SET_FLAG(arg_print_flags, BUS_PRINT_PROPERTY_SHOW_EMPTY, true); in parse_argv() 995 SET_FLAG(arg_print_flags, BUS_PRINT_PROPERTY_ONLY_VALUE, true); in parse_argv()
|
/systemd-251/src/login/ |
D | loginctl.c | 42 static BusPrintPropertyFlags arg_print_flags = 0; variable 59 FLAGS_SET(arg_print_flags, BUS_PRINT_PROPERTY_SHOW_EMPTY) * OUTPUT_SHOW_ALL | in get_output_flags() 791 arg_print_flags, in show_properties() 1329 SET_FLAG(arg_print_flags, BUS_PRINT_PROPERTY_ONLY_VALUE, true); in parse_argv() 1340 SET_FLAG(arg_print_flags, BUS_PRINT_PROPERTY_SHOW_EMPTY, true); in parse_argv() 1345 SET_FLAG(arg_print_flags, BUS_PRINT_PROPERTY_SHOW_EMPTY, true); in parse_argv() 1349 SET_FLAG(arg_print_flags, BUS_PRINT_PROPERTY_ONLY_VALUE, true); in parse_argv()
|
/systemd-251/src/machine/ |
D | machinectl.c | 66 static BusPrintPropertyFlags arg_print_flags = 0; variable 92 FLAGS_SET(arg_print_flags, BUS_PRINT_PROPERTY_SHOW_EMPTY) * OUTPUT_SHOW_ALL | in get_output_flags() 689 …t_all_properties(bus, "org.freedesktop.machine1", path, NULL, arg_property, arg_print_flags, NULL); in show_machine_properties() 988 …t_all_properties(bus, "org.freedesktop.machine1", path, NULL, arg_property, arg_print_flags, NULL); in show_image_properties() 2658 SET_FLAG(arg_print_flags, BUS_PRINT_PROPERTY_SHOW_EMPTY, true); in parse_argv() 2662 SET_FLAG(arg_print_flags, BUS_PRINT_PROPERTY_SHOW_EMPTY, true); in parse_argv() 2667 SET_FLAG(arg_print_flags, BUS_PRINT_PROPERTY_ONLY_VALUE, true); in parse_argv()
|