Searched refs:reply_error (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/fuse/src/ |
D | server.rs | 121 return reply_error( in handle_message() 176 None => reply_error( in handle_message() 204 Err(e) => reply_error(e, in_header.unique, w), in lookup() 244 Err(e) => reply_error(e, in_header.unique, w), in getattr() 277 Err(e) => reply_error(e, in_header.unique, w), in setattr() 290 Err(e) => reply_error(e, in_header.unique, w), in readlink() 325 Err(e) => reply_error(e, in_header.unique, w), in symlink() 361 Err(e) => reply_error(e, in_header.unique, w), in mknod() 394 Err(e) => reply_error(e, in_header.unique, w), in mkdir() 418 Err(e) => reply_error(e, in_header.unique, w), in chromeos_tmpfile() [all …]
|
/external/openssh/ |
D | ssh-sk-helper.c | 53 static struct sshbuf *reply_error(int r, char *fmt, ...) 57 reply_error(int r, char *fmt, ...) in reply_error() function 126 resp = reply_error(r, "Signing failed: %s", ssh_err(r)); in process_sign() 182 resp = reply_error(r, "Enrollment failed: %s", ssh_err(r)); in process_enroll() 232 resp = reply_error(r, " sshsk_load_resident failed: %s", in process_load_resident()
|
D | mux.c | 324 reply_error(struct sshbuf *reply, u_int type, u_int rid, const char *msg) in reply_error() function 414 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_new_session() 426 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_new_session() 447 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_new_session() 528 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_terminate() 683 reply_error(out, MUX_S_FAILURE, fctx->rid, failmsg); in mux_confirm_remote_forward() 749 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_open_fwd() 814 reply_error(reply, MUX_S_PERMISSION_DENIED, rid, in mux_master_process_open_fwd() 825 reply_error(reply, MUX_S_FAILURE, rid, in mux_master_process_open_fwd() 954 reply_error(reply, MUX_S_FAILURE, rid, error_reason); in mux_master_process_close_fwd() [all …]
|