Searched defs:sunos_nfs_mount_args (Results 1 – 2 of 2) sorted by relevance
607 struct sunos_nfs_mount_args { struct608 struct sockaddr_in *addr; /* file server address */609 struct nfs_fh *fh; /* File handle to be mounted */610 int flags; /* flags */611 int wsize; /* write size in bytes */612 int rsize; /* read size in bytes */613 int timeo; /* initial timeout in .1 secs */614 int retrans; /* times to retry send */615 char *hostname; /* server's hostname */616 int acregmin; /* attr cache file min secs */[all …]
571 struct sunos_nfs_mount_args { struct572 struct sockaddr_in *addr; /* file server address */573 struct nfs_fh *fh; /* File handle to be mounted */574 int flags; /* flags */575 int wsize; /* write size in bytes */576 int rsize; /* read size in bytes */577 int timeo; /* initial timeout in .1 secs */578 int retrans; /* times to retry send */579 char *hostname; /* server's hostname */580 int acregmin; /* attr cache file min secs */[all …]