Searched defs:writable (Results 1 - 6 of 6) sorted by relevance
/systemd/src/test/ |
H A D | test-ns.c | 27 const char * const writable[] = { local 66 (char **) writable,
|
/systemd/src/core/ |
H A D | machine-id-setup.c | 202 bool writable = true; local 238 "3) /etc/machine-id is missing and /etc is writable.\n"); 245 writable = false; 266 if (writable)
|
H A D | socket.h | 119 bool writable; member in struct:Socket
|
H A D | socket.c | 532 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 D | journal-file.h | 73 bool writable:1; member in struct:JournalFile
|
/systemd/src/libsystemd/sd-bus/ |
H A D | busctl.c | 631 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