Lines Matching refs:new_line
631 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()
731 r = show_machine_properties(bus, path, &new_line); in show_machine()
733 r = show_machine_info(argv[0], bus, path, &new_line); in show_machine()
878 static int show_image_info(sd_bus *bus, const char *path, bool *new_line) { in show_image_info() argument
901 assert(new_line); in show_image_info()
914 if (*new_line) in show_image_info()
916 *new_line = true; in show_image_info()
976 static int show_image_properties(sd_bus *bus, const char *path, bool *new_line) { in show_image_properties() argument
981 assert(new_line); in show_image_properties()
983 if (*new_line) in show_image_properties()
986 *new_line = true; in show_image_properties()
999 bool properties, new_line = false; in show_image() local
1015 r = show_image_properties(bus, "/org/freedesktop/machine1", &new_line); in show_image()
1034 r = show_image_properties(bus, path, &new_line); in show_image()
1036 r = show_image_info(bus, path, &new_line); in show_image()