Lines Matching refs:read_only
215 bool read_only;
237 int read_only, r;
261 while ((r = sd_bus_message_read(reply, "(ssbttto)", &name, &type, &read_only, &crtime, &mtime, &size, &object)) > 0) {
273 images[n_images].read_only = read_only;
330 images[j].read_only ? ansi_highlight_red() : "", yes_no(images[j].read_only), images[j].read_only ? ansi_normal() : "",
755 int read_only;
794 i->read_only ? ansi_highlight_red() : "",
795 i->read_only ? "read-only" : "writable",
796 i->read_only ? ansi_normal() : "");
833 { "ReadOnly", "b", NULL, offsetof(ImageStatusInfo, read_only) },