Lines Matching defs:new_line
638 static int show_machine_info(const char *verb, sd_bus *bus, const char *path, bool *new_line) {
660 assert(new_line);
670 if (*new_line)
672 *new_line = true;
679 static int show_machine_properties(sd_bus *bus, const char *path, bool *new_line) {
684 assert(new_line);
686 if (*new_line)
689 *new_line = true;
702 bool properties, new_line = false;
716 r = show_machine_properties(bus, "/org/freedesktop/machine1", &new_line);
743 r = show_machine_properties(bus, path, &new_line);
745 r = show_machine_info(argv[0], bus, path, &new_line);
827 static int show_image_info(sd_bus *bus, const char *path, bool *new_line) {
848 assert(new_line);
858 if (*new_line)
860 *new_line = true;
928 static int show_image_properties(sd_bus *bus, const char *path, bool *new_line) {
933 assert(new_line);
935 if (*new_line)
938 *new_line = true;
951 bool properties, new_line = false;
967 r = show_image_properties(bus, "/org/freedesktop/machine1", &new_line);
996 r = show_image_properties(bus, path, &new_line);
998 r = show_image_info(bus, path, &new_line);