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

/systemd/src/nspawn/
H A Dnspawn.c1768 char **srv_device, bool *srv_device_rw,
2124 *srv_device_rw = srv_rw;
2200 const char *srv_device, bool srv_device_rw) {
2218 r = mount_device(srv_device, arg_directory, "/srv", srv_device_rw);
2662 const char *srv_device, bool srv_device_rw,
2719 srv_device, srv_device_rw);
3083 bool root_device_rw = true, home_device_rw = true, srv_device_rw = true; local
3263 &srv_device, &srv_device_rw,
3394 srv_device, srv_device_rw,
1764 dissect_image( int fd, char **root_device, bool *root_device_rw, char **home_device, bool *home_device_rw, char **srv_device, bool *srv_device_rw, bool *secondary) argument
2196 mount_devices( const char *where, const char *root_device, bool root_device_rw, const char *home_device, bool home_device_rw, const char *srv_device, bool srv_device_rw) argument
2656 outer_child( Barrier *barrier, const char *directory, const char *console, const char *root_device, bool root_device_rw, const char *home_device, bool home_device_rw, const char *srv_device, bool srv_device_rw, bool interactive, bool secondary, int pid_socket, int kmsg_socket, int rtnl_socket, int uid_shift_socket, FDSet *fds) argument

Completed in 2154 milliseconds