Searched refs:versp (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | xdr.h | 303 #define xdr_rpcvers(xdrs, versp) xdr_u_int(xdrs, versp) 309 #define xdr_rpcvers(xdrs, versp) xdr_u_long(xdrs, versp)
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 3166 * 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...] |
/illumos-gate/usr/src/cmd/rexd/ |
H A D | mount_nfs.c | 69 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 D | mount.c | 1931 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 D | audio_oss.c | 1647 oss_getversion(int *versp) argument 1649 *versp = OSS_VERSION;
|
Completed in 80 milliseconds