Home
last modified time | relevance | path

Searched refs:versp (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c3229 rpcvers_t *versp, in pingnfs() argument
3294 if (versp) { in pingnfs()
3295 versmax = *versp; in pingnfs()
3306 if (versp) { in pingnfs()
3307 *versp = versmax - 1; in pingnfs()
3316 if (versp) in pingnfs()
3317 *versp = versmax; in pingnfs()
3319 switch (cache_check(hostname, versp, proto)) { in pingnfs()
3445 if (versp != NULL) { /* recheck the cache */ in pingnfs()
3446 *versp = vers_to_try; in pingnfs()
[all …]
/titanic_41/usr/src/uts/common/rpc/
H A Dxdr.h299 #define xdr_rpcvers(xdrs, versp) xdr_u_int(xdrs, versp) argument
305 #define xdr_rpcvers(xdrs, versp) xdr_u_long(xdrs, versp) argument
/titanic_41/usr/src/cmd/rexd/
H A Dmount_nfs.c69 static enum clnt_stat pingnfs(char *hostname, rpcvers_t *versp);
797 pingnfs(char *hostname, rpcvers_t *versp) in pingnfs() argument
816 cl = clnt_create_vers(hostname, NFS_PROGRAM, versp, NFS_VERSMIN, in pingnfs()
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1931 bool_t loud, int *versp, struct netconfig **nconfp, ushort_t port) in get_fh_via_pub() argument
1974 *versp = nfsvers_to_use; in get_fh_via_pub()
2008 get_fh(struct nfs_args *args, char *fshost, char *fspath, int *versp, in get_fh() argument
2078 *versp = nfsvers_to_use = NFS_V4; in get_fh()
2083 *versp = nfsvers_to_use = savevers; in get_fh()
2177 *versp = nfsvers_to_use = NFS_VERSION; in get_fh()
2244 *versp = nfsvers_to_use = NFS_V3; in get_fh()
/titanic_41/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c1647 oss_getversion(int *versp) in oss_getversion() argument
1649 *versp = OSS_VERSION; in oss_getversion()