Home
last modified time | relevance | path

Searched refs:servinfo (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/svc/servinfo/
H A DMakefile26 PROG = servinfo
27 OBJS = servinfo.o
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h265 typedef struct servinfo { struct
274 struct servinfo *sv_next; /* next in list */ argument
332 struct servinfo *mi_servers; /* server list */
333 struct servinfo *mi_curr_serv; /* current server */
H A Drnode.h253 struct servinfo; /* defined in nfs/nfs_clnt.h */
271 struct servinfo *r_server; /* current server */
H A Dnfs.h886 struct servinfo; /* defined in nfs/nfs_clnt.h */
1010 extern void sv_free(struct servinfo *);
2255 struct servinfo; /* defined in nfs/nfs_clnt.h */
/illumos-gate/usr/src/cmd/svc/
H A DMakefile28 SUBDIR_CMD= lsvcrun mfstscan servinfo svcadm svccfg svcprop svcs \
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c137 static int nfsrootvp(vnode_t **, vfs_t *, struct servinfo *,
507 struct servinfo *svp; /* nfs server info */ in nfs_mount()
508 struct servinfo *svp_tail = NULL; /* previous nfs server info */ in nfs_mount()
509 struct servinfo *svp_head; /* first nfs server info */ in nfs_mount()
510 struct servinfo *svp_2ndlast; /* 2nd last in the server info list */ in nfs_mount()
1144 nfsrootvp(vnode_t **rtvpp, vfs_t *vfsp, struct servinfo *svp, in nfsrootvp()
1663 struct servinfo *svp; in nfs_mountroot()
H A Dnfs3_vfsops.c135 static int nfs3rootvp(vnode_t **, vfs_t *, struct servinfo *,
490 struct servinfo *svp; /* nfs server info */ in nfs3_mount()
491 struct servinfo *svp_tail = NULL; /* previous nfs server info */ in nfs3_mount()
492 struct servinfo *svp_head; /* first nfs server info */ in nfs3_mount()
493 struct servinfo *svp_2ndlast; /* 2nd last in server info list */ in nfs3_mount()
1010 nfs3rootvp(vnode_t **rtvpp, vfs_t *vfsp, struct servinfo *svp, in nfs3rootvp()
1658 struct servinfo *svp; in nfs3_mountroot()
H A Dnfs_common.c350 struct servinfo *svp; in nfsdyn_mountroot()
/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c263 struct servinfo *svp; in getflabel_nfs()
/illumos-gate/usr/src/pkg/manifests/
H A Dnetwork-ipfilter.p5m53 file path=usr/lib/servinfo mode=0555
/illumos-gate/usr/src/cmd/svc/shell/
H A Dipf_include.sh90 SERVINFO=/usr/lib/servinfo
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfs.c572 struct servinfo *si; in nfs_addr_by_servinfo()