Searched refs:srv_device (Results 1 - 1 of 1) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn.c1768 char **srv_device, bool *srv_device_rw,
1796 assert(srv_device);
2121 *srv_device = srv;
2200 const char *srv_device, bool srv_device_rw) {
2217 if (srv_device) {
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);
3082 _cleanup_free_ char *device_path = NULL, *root_device = NULL, *home_device = NULL, *srv_device = NULL, *console = NULL; local
3263 &srv_device,
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
[all...]

Completed in 18 milliseconds