Searched defs: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; local
1201 reply_error = TRUE;
1222 reply_error = TRUE;
1287 if (reply_error) {
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c619 struct rpc_err reply_error; member in struct:finfo
1152 if (fi->reply_error.re_status != RPC_SUCCESS) {
1161 clnt_sperrno(fi->reply_error.re_status));
1475 __seterr_reply(&reply_msg, &fi->reply_error);
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c900 int realpath_error = ENOENT, reply_error = EACCES, lofs_tried = 0; local
949 reply_error = ENOENT;
977 return (reply_error);

Completed in 54 milliseconds