Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_comm.c1168 boolean_t reply_error = FALSE; in ndmp_process_messages() local
1201 reply_error = TRUE; in ndmp_process_messages()
1222 reply_error = TRUE; in ndmp_process_messages()
1287 if (reply_error) { in ndmp_process_messages()
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c621 struct rpc_err reply_error; member
1155 if (fi->reply_error.re_status != RPC_SUCCESS) { in rpcbproc_callit_com()
1164 clnt_sperrno(fi->reply_error.re_status)); in rpcbproc_callit_com()
1478 __seterr_reply(&reply_msg, &fi->reply_error); in handle_reply()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1031 int realpath_error = ENOENT, reply_error = EACCES, lofs_tried = 0; in mount_enoent_error() local
1080 reply_error = ENOENT; in mount_enoent_error()
1108 return (reply_error); in mount_enoent_error()