Searched refs:v3 (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h287 uint64_t nm_verf; /* v3/v4 write verifier */
289 struct { /* v2/v3 specific fields */
296 } v3; member in union:nfsmount::__anon450
326 in_port_t nm_mountport; /* MOUNT protocol port (v2/v3) */
390 #define nm_ldlink nm_un.v3.ldlink
391 #define nm_sent nm_un.v3.udp_sent
392 #define nm_cwnd nm_un.v3.udp_cwnd
393 #define nm_cwndq nm_un.v3.udp_cwndq
394 #define nm_rqproto nm_un.v3.rqproto
395 #define nm_rqsaddr nm_un.v3
[all...]
H A Dnfs_boot.c135 int nfs_boot_getfh(__unused struct nfs_diskless *nd, __unused int v3, __unused int sotype) argument
169 static int md_mount(struct sockaddr_in *mdsin, char *path, int v3, int sotype,
319 nfs_boot_getfh(struct nfs_diskless *nd, int v3, int sotype) argument
323 nd->nd_root.ndm_nfsv3 = v3;
328 v3 ? 3 : 2, error);
335 nd->nd_private.ndm_nfsv3 = v3;
340 v3 ? 3 : 2, error);
694 md_mount(mdsin, path, v3, sotype, fhp, fhlenp)
697 int v3;
710 int mntversion = v3
[all...]
H A Dnfsnode.h374 * For NFSv2/v3, the modification time is used.
571 } v3; member in union:nfsnode::__anon454
665 #define n_mtime n_un4.v3.n3_mtime
666 #define n_ncmtime n_un4.v3.n3_ncmtime
H A Dnfs_vfsops.c885 int v3, sotype; local
902 v3 = 1;
906 error = nfs_boot_getfh(&nd, v3, sotype);
923 if (v3) {
925 printf("NFS mount (v3,TCP) failed with error %d, trying UDP...\n", error);
929 printf("NFS mount (v3,UDP) failed with error %d, trying v2...\n", error);
930 v3 = 0;
973 if (v3) {
975 printf("NFS root mount (v3,TCP) failed with %d, trying UDP...\n", error);
979 printf("NFS root mount (v3,UD
[all...]

Completed in 82 milliseconds