Searched refs:ssh_flags (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | ssh.c | 647 int ssh_flags, int creat_mode, Error **errp) in connect_to_ssh() argument 795 trace_ssh_connect_to_ssh(opts->path, ssh_flags, creat_mode); in connect_to_ssh() 796 s->sftp_handle = sftp_open(s->sftp, opts->path, ssh_flags, creat_mode); in connect_to_ssh() 847 int ssh_flags; in ssh_open() local 851 ssh_flags = 0; in ssh_open() 853 ssh_flags |= O_RDWR; in ssh_open() 855 ssh_flags |= O_RDONLY; in ssh_open() 864 ret = connect_to_ssh(s, opts, ssh_flags, 0, errp); in ssh_open()
|