Searched defs:root_device (Results 1 - 1 of 1) sorted by relevance
/systemd/src/nspawn/ |
H A D | nspawn.c | 1766 char **root_device, bool *root_device_rw, 1794 assert(root_device); 2075 *root_device = root; 2081 *root_device = secondary_root; 2101 *root_device = generic; 2198 const char *root_device, bool root_device_rw, 2205 if (root_device) { 2206 r = mount_device(root_device, arg_directory, NULL, root_device_rw); 2660 const char *root_device, bool root_device_rw, 2717 root_device, root_device_r 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 3082 _cleanup_free_ char *device_path = NULL, *root_device = NULL, *home_device = NULL, *srv_device = NULL, *console = NULL; local [all...] |
Completed in 2133 milliseconds