servinfo
struct servinfo *si;
nfs3rootvp(vnode_t **rtvpp, vfs_t *vfsp, struct servinfo *svp,
static int nfs3rootvp(vnode_t **, vfs_t *, struct servinfo *,
struct servinfo *svp;
struct servinfo *svp; /* nfs server info */
struct servinfo *svp_tail = NULL; /* previous nfs server info */
struct servinfo *svp_head; /* first nfs server info */
struct servinfo *svp_2ndlast; /* 2nd last in server info list */
struct servinfo *svp;
nfsrootvp(vnode_t **rtvpp, vfs_t *vfsp, struct servinfo *svp,
static int nfsrootvp(vnode_t **, vfs_t *, struct servinfo *,
struct servinfo *svp;
struct servinfo *svp; /* nfs server info */
struct servinfo *svp_tail = NULL; /* previous nfs server info */
struct servinfo *svp_head; /* first nfs server info */
struct servinfo *svp_2ndlast; /* 2nd last in the server info list */
extern void sv_free(struct servinfo *);
struct servinfo; /* defined in nfs/nfs_clnt.h */
struct servinfo; /* defined in nfs/nfs_clnt.h */
struct servinfo *sv_next; /* next in list */
struct servinfo *mi_servers; /* server list */
struct servinfo *mi_curr_serv; /* current server */
struct servinfo; /* defined in nfs/nfs_clnt.h */
struct servinfo *r_server; /* current server */
struct servinfo *svp;