Searched refs:clnt_sperror (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_perr.c126 clnt_sperror(const CLIENT *cl, const char *s) function
H A Dclnt.h1087 char *clnt_sperror(const CLIENT *, const char *);
1089 char *clnt_sperror();
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_all.c150 syslog(LOG_ERR, "%s", clnt_sperror(allc,
284 syslog(LOG_ERR, "%s", clnt_sperror(allc,
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h320 char *clnt_sperror(/* CLIENT *clnt, char *msg */); /* string */
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_perror.c72 "clnt_sperror: malloc failed when trying to create buffer\n");
121 clnt_sperror(const CLIENT *cl, const char *s) function
224 (void) fprintf(stderr, "%s\n", clnt_sperror(cl, s));
H A Dpmap_clnt.c179 clnt_sperror(client, "pmap_getmaps rpc problem"));
/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory_client.c163 clnt_sperror(d->client, ""), NULL);
/illumos-gate/usr/src/cmd/fs.d/nfs/umount/
H A Dumount.c350 pr_err("%s\n", clnt_sperror(cl, "unmount"));
/illumos-gate/usr/src/cmd/rexd/
H A Dmount_nfs.c255 * Given the way "clnt_sperror" works, the "%s"
259 host, clnt_sperror(client, ""));
289 * Given the way "clnt_sperror" works, the "%s"
293 host, clnt_sperror(client, ""));
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2156 fshost, clnt_sperror(cl, ""));
2182 fshost, fspath, clnt_sperror(cl, ""));
2217 fshost, fspath, clnt_sperror(cl, ""));
2250 fshost, fspath, clnt_sperror(cl, ""));
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile131 clnt_sperror.3nsl \
380 clnt_sperror.3nsl := LINKSRC = rpc_clnt_calls.3nsl
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_comm.c116 clnt_sperror(clnt, errstr));
/illumos-gate/usr/src/lib/fm/libfmd_adm/common/
H A Dfmd_adm.c162 return (clnt_sperror(ap->adm_clnt, "rpc call failed"));
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1534 * Given the way "clnt_sperror" works, the "%s"
1560 host, clnt_sperror(cl, ""));
1624 * Given the way "clnt_sperror" works, the "%s"
1650 remname, clnt_sperror(cl, ""));
2472 fsname, clnt_sperror(cl, ""));
3681 host, clnt_sperror(cl, "unmount"));
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c1305 bufp = clnt_sperror(client, svp->sv_hostname);
1899 bufp = clnt_sperror(client, svp->sv_hostname);
H A Dnfs4_subr.c1497 bufp = clnt_sperror(client, svp->sv_hostname);
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl545 char *clnt_sperror(const CLIENT *cl, const char *s);

Completed in 113 milliseconds