OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFS_VERSION
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/bsd/am-utils/dist/libamu/
amu.h
53
# define NFS_VERS_MAX
NFS_VERSION
55
# define NFS_VERS_MIN
NFS_VERSION
mount_fs.c
204
mount_fs(mntent_t *mnt, int flags, caddr_t mnt_data, int retry, MTYPE_TYPE type, u_long
nfs_version
, const char *nfs_proto, const char *mnttabname, int on_autofs)
302
addvers(zopts, l, mnt,
nfs_version
, NFS_VERSION4);
305
addvers(zopts, l, mnt,
nfs_version
, NFS_VERSION3);
308
addvers(zopts, l, mnt,
nfs_version
, NFS_VERSION2);
496
const char *nfs_proto, u_long
nfs_version
)
547
if (
nfs_version
==
NFS_VERSION
&& nap->rsize > 8192)
555
if (
nfs_version
==
NFS_VERSION
&& nap->wsize > 8192)
730
print_nfs23_args(const nfs_args_t *nap, u_long
nfs_version
)
[
all
...]
/src/external/bsd/am-utils/dist/amd/
srvr_nfs.c
141
create_ping_payload(u_long
nfs_version
)
149
if (
nfs_version
== 0) {
150
nfs_version
=
NFS_VERSION
;
151
plog(XLOG_WARNING, "%s:
nfs_version
= 0, changed to 2", __func__);
153
plog(XLOG_INFO, "%s:
nfs_version
: %d", __func__, (int)
nfs_version
);
155
rpc_msg_init(&ping_msg, NFS_PROGRAM,
nfs_version
, NFSPROC_NULL);
160
xdrmem_create(&ping_xdr, ping_buf[
nfs_version
-
NFS_VERSION
], sizeof(ping_buf[0]), XDR_ENCODE)
696
u_long
nfs_version
= 0; \/* default is no version specified *\/
local
[
all
...]
/src/external/bsd/am-utils/dist/conf/transp/
transp_tli.c
423
create_nfs_service(int *soNFSp, u_short *nfs_portp, SVCXPRT **nfs_xprtp, void (*dispatch_fxn)(struct svc_req *rqstp, SVCXPRT *transp), u_long
nfs_version
)
455
if (svc_reg(*nfs_xprtp, NFS_PROGRAM,
nfs_version
, dispatch_fxn, NULL) != 1) {
744
get_nfs_version(char *host, struct sockaddr_in *sin, u_long
nfs_version
, const char *proto, u_long def)
752
* set, then try from
nfs_version
on down.
754
if (!nfs_valid_version(
nfs_version
))
756
nfs_version
= def;
758
nfs_version
= NFS_VERS_MAX;
761
if (
nfs_version
==
NFS_VERSION
) {
763
(int)
nfs_version
, proto, host)
[
all
...]
/src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_osf2.h
85
#ifndef
NFS_VERSION
86
# define
NFS_VERSION
((u_long)2)
87
#endif /* not
NFS_VERSION
*/
nfs_prot_ultrix.h
83
#ifndef
NFS_VERSION
84
# define
NFS_VERSION
((u_long)2)
85
#endif /* not
NFS_VERSION
*/
nfs_prot_bsdi2.h
113
#ifndef
NFS_VERSION
114
# define
NFS_VERSION
((u_long)2)
115
#endif /* not
NFS_VERSION
*/
nfs_prot_hpux.h
104
#ifndef
NFS_VERSION
105
# define
NFS_VERSION
((u_long)2)
106
#endif /* not
NFS_VERSION
*/
nfs_prot_irix5.h
154
#ifndef
NFS_VERSION
155
# define
NFS_VERSION
((u_long)2)
156
#endif /* not
NFS_VERSION
*/
nfs_prot_irix6.h
105
#ifndef
NFS_VERSION
106
# define
NFS_VERSION
((u_long)2)
107
#endif /* not
NFS_VERSION
*/
nfs_prot_osf4.h
86
#ifndef
NFS_VERSION
87
# define
NFS_VERSION
((u_long)2)
88
#endif /* not
NFS_VERSION
*/
nfs_prot_osf5.h
101
#ifndef
NFS_VERSION
102
# define
NFS_VERSION
((u_long)2)
103
#endif /* not
NFS_VERSION
*/
nfs_prot_sunos3.h
96
#ifndef
NFS_VERSION
97
# define
NFS_VERSION
((u_long)2)
98
#endif /* not
NFS_VERSION
*/
nfs_prot_sunos4.h
96
#ifndef
NFS_VERSION
97
# define
NFS_VERSION
((u_long)2)
98
#endif /* not
NFS_VERSION
*/
nfs_prot_hpux11.h
112
#ifndef
NFS_VERSION
113
# define
NFS_VERSION
((u_long)2)
114
#endif /* not
NFS_VERSION
*/
nfs_prot_nextstep.h
229
#ifndef
NFS_VERSION
230
# define
NFS_VERSION
((u_long)2)
231
#endif /* not
NFS_VERSION
*/
/src/external/bsd/am-utils/dist/hlfsd/
hlfsd.c
421
NFS_VERSION
);
546
NFS_VERSION
, /* version 2 */
567
NFS_VERSION
, /* version 2 */
/src/external/bsd/am-utils/dist/include/
am_utils.h
313
((a) == nfs_program_2 ?
NFS_VERSION
: NFS_VERSION3)
342
extern u_long get_nfs_version(char *host, struct sockaddr_in *sin, u_long
nfs_version
, const char *proto, u_long def);
383
extern void compute_nfs_args(void *nap, mntent_t *mntp, int genflags, struct netconfig *nfsncp, struct sockaddr_in *ip_addr, u_long
nfs_version
, char *nfs_proto, am_nfs_handle_t *fhp, char *host_name, char *fs_name);
384
extern void destroy_nfs_args(void *nap, u_long
nfs_version
);
386
extern int create_nfs_service(int *soNFSp, u_short *nfs_portp, SVCXPRT **nfs_xprtp, void (*dispatch_fxn)(struct svc_req *rqstp, SVCXPRT *transp), u_long
nfs_version
);
493
extern void print_nfs_args(const void *, u_long
nfs_version
);
530
# define print_nfs_args(nap,
nfs_version
)
/src/lib/librpcsvc/
nfs_prot.x
1131
version
NFS_VERSION
{
Completed in 28 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026