show_all
if (!show_all && !min && !max && !waiters)
show_all(s->private, &o, true);
show_all(s->private, &o, false);
show_all(host1x, &o, true);
static void show_syncpts(struct host1x *m, struct output *o, bool show_all)
bool show_all);
bool show_all)
if (show_all && (opt->flags & CEPH_OPT_ABORT_ON_FULL))
bool show_all;
if (c2c.show_all)
OPT_BOOLEAN(0, "show-all", &c2c.show_all,
bool show_all = false;
OPT_BOOLEAN('a', "all", &show_all, "print all available commands"),
if (show_all) {
mode = show_all;