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

/systemd/src/login/
H A Dloginctl.c418 static int print_session_status_info(sd_bus *bus, const char *path, bool *new_line) { argument
452 if (*new_line)
455 *new_line = true;
557 static int print_user_status_info(sd_bus *bus, const char *path, bool *new_line) { argument
580 if (*new_line)
583 *new_line = true;
636 static int print_seat_status_info(sd_bus *bus, const char *path, bool *new_line) { argument
652 if (*new_line)
655 *new_line = true;
784 static int show_properties(sd_bus *bus, const char *path, bool *new_line) { argument
852 bool properties, new_line = false; local
908 bool properties, new_line = false; local
968 bool properties, new_line = false; local
[all...]
/systemd/src/machine/
H A Dmachinectl.c638 static int show_machine_info(const char *verb, sd_bus *bus, const char *path, bool *new_line) { argument
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) { argument
684 assert(new_line);
686 if (*new_line)
689 *new_line = true;
702 bool properties, new_line = false; local
716 r = show_machine_properties(bus, "/org/freedesktop/machine1", &new_line);
827 show_image_info(sd_bus *bus, const char *path, bool *new_line) argument
928 show_image_properties(sd_bus *bus, const char *path, bool *new_line) argument
951 bool properties, new_line = false; local
[all...]
/systemd/src/systemctl/
H A Dsystemctl.c4383 bool *new_line,
4399 assert(new_line);
4419 if (*new_line)
4422 *new_line = true;
4536 bool *new_line,
4562 r = show_one(verb, bus, p, show_properties, new_line, ellipsized);
4628 bool show_properties, show_status, show_help, new_line = false; local
4658 return show_one(argv[0], bus, "/org/freedesktop/systemd1", show_properties, &new_line, &ellipsized);
4664 new_line = true;
4667 ret = show_all(argv[0], bus, false, &new_line,
4378 show_one( const char *verb, sd_bus *bus, const char *path, bool show_properties, bool *new_line, bool *ellipsized) argument
4532 show_all( const char* verb, sd_bus *bus, bool show_properties, bool *new_line, bool *ellipsized) argument
[all...]

Completed in 33 milliseconds