Searched defs:writable (Results 1 - 6 of 6) sorted by relevance

/systemd/src/test/
H A Dtest-ns.c27 const char * const writable[] = { local
66 (char **) writable,
/systemd/src/core/
H A Dmachine-id-setup.c202 bool writable = true; local
238 "3) /etc/machine-id is missing and /etc is writable.\n");
245 writable = false;
266 if (writable)
H A Dsocket.h119 bool writable; member in struct:Socket
H A Dsocket.c532 prefix, yes_no(s->writable),
1046 static int special_address_create(const char *path, bool writable) { argument
1053 fd = open(path, (writable ? O_RDWR : O_RDONLY)|O_CLOEXEC|O_NOCTTY|O_NONBLOCK|O_NOFOLLOW);
1308 p->fd = special_address_create(p->path, s->writable);
/systemd/src/journal/
H A Djournal-file.h73 bool writable:1; member in struct:JournalFile
/systemd/src/libsystemd/sd-bus/
H A Dbusctl.c631 bool writable; member in struct:Member
813 static int on_property(const char *interface, const char *name, const char *signature, bool writable, uint64_t flags, void *userdata) { argument
827 m->writable = writable;
1064 (m->flags & SD_BUS_VTABLE_DEPRECATED) ? " deprecated" : (m->flags || m->writable ? "" : " -"),
1069 m->writable ? " writable" : "");

Completed in 48 milliseconds