Home
last modified time | relevance | path

Searched refs:SSH2_FX_FAILURE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c112 ret = SSH2_FX_FAILURE; in errno_to_portable()
503 int handle, fd, flags, mode, status = SSH2_FX_FAILURE; in process_open()
535 int handle, ret, status = SSH2_FX_FAILURE; in process_close()
551 int handle, fd, ret, status = SSH2_FX_FAILURE; in process_read()
593 int handle, fd, ret, status = SSH2_FX_FAILURE; in process_write()
633 int ret, status = SSH2_FX_FAILURE; in process_do_stat()
670 int fd, ret, handle, status = SSH2_FX_FAILURE; in process_fstat()
764 status = SSH2_FX_FAILURE; in process_fsetstat()
820 int handle, status = SSH2_FX_FAILURE; in process_opendir()
861 send_status(id, SSH2_FX_FAILURE); in process_readdir()
[all …]
/titanic_41/usr/src/cmd/ssh/include/
H A Dsftp.h94 #define SSH2_FX_FAILURE 4 macro
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dsftp-common.c171 case SSH2_FX_FAILURE: in fx2txt()