Home
last modified time | relevance | path

Searched refs:get_handle (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/openssh/
H A Dsftp-server.c503 get_handle(struct sshbuf *queue, int *hp) in get_handle() function
788 if ((r = get_handle(iqueue, &handle)) != 0) in process_close()
807 if ((r = get_handle(iqueue, &handle)) != 0 || in process_read()
861 if ((r = get_handle(iqueue, &handle)) != 0 || in process_write()
943 if ((r = get_handle(iqueue, &handle)) != 0) in process_fstat()
1040 if ((r = get_handle(iqueue, &handle)) != 0 || in process_fsetstat()
1136 if ((r = get_handle(iqueue, &handle)) != 0) in process_readdir()
1416 if ((r = get_handle(iqueue, &handle)) != 0) in process_extended_fstatvfs()
1454 if ((r = get_handle(iqueue, &handle)) != 0) in process_extended_fsync()
1618 if ((r = get_handle(iqueue, &read_handle)) != 0 || in process_extended_copy_data()
[all …]
H A Dsftp-client.c123 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
302 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, in get_handle() function
714 handle = get_handle(conn, id, &handle_len, in do_lsreaddir()
1148 old_handle = get_handle(conn, id, &old_handle_len, in do_copy()
1169 new_handle = get_handle(conn, id, &new_handle_len, in do_copy()
1564 if ((handle = get_handle(conn, id, &handle_len, in send_open()