Searched defs:versp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/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) argument
816 cl = clnt_create_vers(hostname, NFS_PROGRAM, versp, NFS_VERSMIN,
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1931 bool_t loud, int *versp, struct netconfig **nconfp, ushort_t port)
1974 *versp = nfsvers_to_use;
2008 get_fh(struct nfs_args *args, char *fshost, char *fspath, int *versp, argument
2078 *versp = nfsvers_to_use = NFS_V4;
2083 *versp = nfsvers_to_use = savevers;
2177 *versp = nfsvers_to_use = NFS_VERSION;
2244 *versp = nfsvers_to_use = NFS_V3;
1930 get_fh_via_pub(struct nfs_args *args, char *fshost, char *fspath, bool_t url, bool_t loud, int *versp, struct netconfig **nconfp, ushort_t port) argument
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c1647 oss_getversion(int *versp) argument
1649 *versp = OSS_VERSION;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c3166 * Sends a null call to the remote host's (NFS program, versp). versp
3168 * Upon return, versp contains the maximum version supported iff versp!= NULL.
3174 rpcvers_t *versp,
3239 if (versp) {
3240 versmax = *versp;
3251 if (versp) {
3252 *versp = versmax - 1;
3261 if (versp)
3171 pingnfs( char *hostpart, int attempts, rpcvers_t *versp, rpcvers_t versmin, ushort_t port, bool_t usepub, char *path, char *proto) argument
[all...]

Completed in 61 milliseconds