/titanic_44/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 392 enum clnt_stat rpc_stat; local 416 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void, 428 if (rpc_stat == RPC_PROGVERSMISMATCH) { 432 } else if (rpc_stat == RPC_SUCCESS) { 440 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void, 443 if (rpc_stat == RPC_PROGVERSMISMATCH) { 447 } else if (rpc_stat == RPC_SUCCESS) { 468 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t)xdr_void, 642 enum clnt_stat rpc_stat; local 651 rpc_stat = rpc_broadcast(prognum, vers, NULLPROC, [all …]
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | ypwhich.c | 557 enum clnt_stat rpc_stat; local 578 rpc_stat = clnt_call(client, YPBINDPROC_DOMAIN, 583 if ((rpc_stat != RPC_SUCCESS) && 584 (rpc_stat != RPC_PROGVERSMISMATCH)) { 594 if ((rpc_stat != RPC_SUCCESS) || 733 enum clnt_stat rpc_stat; local 741 rpc_stat = clnt_call(binding->dom_client, YPPROC_MAPLIST, 746 if (rpc_stat != RPC_SUCCESS) {
|
H A D | ypxfr.c | 617 enum clnt_stat rpc_stat; local 641 rpc_stat = clnt_call(pdomb->dom_client, YPBINDPROC_NULL, 644 if (rpc_stat == RPC_SUCCESS) { 648 if (rpc_stat != RPC_PROGVERSMISMATCH) {
|
H A D | yppush.c | 206 enum clnt_stat rpc_stat; member 951 if (rd->rpc_stat == e) { in rpcerr_msg()
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | mount.c | 392 enum clnt_stat rpc_stat; in nfs4init() local 425 rpc_stat = CLNT_CALL(root_CLIENT, NFSPROC4_NULL, xdr_void, NULL, in nfs4init() 428 if (rpc_stat != RPC_SUCCESS) { in nfs4init() 561 enum clnt_stat rpc_stat; in boot_nfs_mountroot() local 789 rpc_stat = CLNT_CALL(root_CLIENT, 0, in boot_nfs_mountroot() 792 if (rpc_stat == RPC_SUCCESS) in boot_nfs_mountroot() 813 rpc_stat = CLNT_CALL(root_CLIENT, 0, in boot_nfs_mountroot() 816 if (rpc_stat == RPC_SUCCESS) in boot_nfs_mountroot()
|
H A D | pmap.c | 423 bpmap_getport(rpcprog_t prog, rpcvers_t vers, enum clnt_stat *rpc_stat, in bpmap_getport() argument 455 *rpc_stat = brpc_call(PMAPPROG, PMAPVERS, PMAPPROC_GETPORT, in bpmap_getport() 459 if (*rpc_stat == RPC_PROGUNAVAIL) { in bpmap_getport() 481 *rpc_stat = brpc_call(RPCBPROG, RPCBVERS, RPCBPROC_GETADDR, in bpmap_getport() 485 if (*rpc_stat == RPC_SUCCESS) { in bpmap_getport() 499 if (*rpc_stat != RPC_SUCCESS) { in bpmap_getport()
|
/titanic_44/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_subr.c | 56 enum clnt_stat rpc_stat; in remote_lock() local 79 rpc_stat = clnt_call(cl, NLM_GRANTED, in remote_lock() 84 return (rpc_stat == RPC_CANTDECODEARGS); in remote_lock()
|
H A D | nfs_sec.c | 521 enum clnt_stat rpc_stat; in nfs_sec_nego() local 537 rpc_stat = clnt_call(clnt, WNLPROC_LOOKUP, in nfs_sec_nego() 541 if (rpc_stat == RPC_SUCCESS && clnt_res.status == WNL_OK) in nfs_sec_nego() 543 if (rpc_stat != RPC_AUTHERROR) in nfs_sec_nego() 618 rpc_stat = clnt_call(clnt, WNLPROC3_LOOKUP, in nfs_sec_nego() 622 if (rpc_stat == RPC_SUCCESS && clnt_res.status == WNL3_OK) in nfs_sec_nego() 624 if (rpc_stat != RPC_AUTHERROR) in nfs_sec_nego()
|
/titanic_44/usr/src/cmd/fs.d/nfs/umount/ |
H A D | umount.c | 243 enum clnt_stat rpc_stat; in inform_server() local 337 rpc_stat = clnt_call(cl, MOUNTPROC_UMNT, xdr_dirpath, in inform_server() 342 if (rpc_stat == RPC_PROGVERSMISMATCH && vers == MOUNTVERS) { in inform_server() 349 if (rpc_stat != RPC_SUCCESS) in inform_server()
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | mount_nfs.c | 111 enum clnt_stat rpc_stat; in mount_nfs() local 249 rpc_stat = clnt_call(client, MOUNTPROC_MNT, in mount_nfs() 253 if (rpc_stat != RPC_SUCCESS) { in mount_nfs() 283 rpc_stat = clnt_call(client, MOUNTPROC_MNT, in mount_nfs() 287 if (rpc_stat != RPC_SUCCESS) { in mount_nfs() 419 enum clnt_stat rpc_stat; in umount_nfs() local 470 rpc_stat = clnt_call(client, MOUNTPROC_UMNT, xdr_dirpath, (caddr_t)&p, in umount_nfs() 475 if (rpc_stat != RPC_SUCCESS) { in umount_nfs()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | clnt_generic.c | 93 enum clnt_stat rpc_stat; in clnt_create_vers_timed() local 106 rpc_stat = clnt_call(clnt, NULLPROC, (xdrproc_t)xdr_void, in clnt_create_vers_timed() 108 if (rpc_stat == RPC_SUCCESS) { in clnt_create_vers_timed() 114 while (rpc_stat == RPC_PROGVERSMISMATCH && v_high > v_low) { in clnt_create_vers_timed() 130 rpc_stat = clnt_call(clnt, NULLPROC, (xdrproc_t)xdr_void, in clnt_create_vers_timed() 133 if (rpc_stat == RPC_SUCCESS) { in clnt_create_vers_timed() 141 rpc_createerr.cf_stat = rpc_stat; in clnt_create_vers_timed()
|
/titanic_44/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 2017 enum clnt_stat rpc_stat; in get_fh() local 2178 rpc_stat = clnt_call(cl, MOUNTPROC_MNT, xdr_dirpath, in get_fh() 2180 if (rpc_stat != RPC_SUCCESS) { in get_fh() 2211 rpc_stat = clnt_call(cl, MOUNTPROC_PATHCONF, in get_fh() 2214 if (rpc_stat != RPC_SUCCESS) { in get_fh() 2245 rpc_stat = clnt_call(cl, MOUNTPROC_MNT, xdr_dirpath, in get_fh() 2248 if (rpc_stat != RPC_SUCCESS) { in get_fh()
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 659 enum clnt_stat rpc_stat; in nfsmount() local 1294 rpc_stat = RPC_TIMEDOUT; in nfsmount() 1578 rpc_stat = clnt_call(cl, MOUNTPROC_MNT, in nfsmount() 1581 if (rpc_stat != RPC_SUCCESS) { in nfsmount() 1668 rpc_stat = clnt_call(cl, MOUNTPROC_MNT, in nfsmount() 1671 if (rpc_stat != RPC_SUCCESS) { in nfsmount() 2509 enum clnt_stat rpc_stat; in get_pathconf() local 2521 rpc_stat = clnt_call(cl, MOUNTPROC_PATHCONF, in get_pathconf() 2523 if (rpc_stat != RPC_SUCCESS) { in get_pathconf() 3638 enum clnt_stat rpc_stat; local [all …]
|