/titanic_41/usr/src/pkg/manifests/ |
H A D | system-file-system-nfs.mf | 26 set name=pkg.fmri value=pkg:/system/file-system/nfs@$(PKGVERS) 35 dir path=etc/fs/nfs group=sys 47 dir path=lib/svc/manifest/network/nfs group=sys 53 dir path=usr/lib/fs/nfs group=sys 54 dir path=usr/lib/nfs group=sys 61 dir path=var/nfs 62 dir path=var/nfs/v4_oldstate group=daemon owner=daemon 63 dir path=var/nfs/v4_state group=daemon owner=daemon 64 file path=etc/default/nfs group=sys original_name=SUNWnfsc:etc/default/nfs \ 66 file path=etc/fs/nfs/mount mode=0555 [all …]
|
H A D | service-file-system-nfs.mf | 27 set name=pkg.fmri value=pkg:/service/file-system/nfs@$(PKGVERS) 35 dir path=etc/nfs group=sys 43 dir path=lib/svc/manifest/network/nfs group=sys 48 dir path=usr/lib/fs/nfs group=sys 49 dir path=usr/lib/fs/nfs/$(ARCH64) group=sys 50 dir path=usr/lib/nfs group=sys 59 file path=etc/nfs/nfslog.conf group=sys \ 60 original_name=SUNWnfss:etc/nfs/nfslog.conf preserve=true 63 file path=lib/svc/manifest/network/nfs/nfslogd.xml group=sys mode=0444 64 file path=lib/svc/manifest/network/nfs/rquota.xml group=sys mode=0444 [all …]
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | Makefile | 89 CPPFLAGS= -I. -I.. -I../nfs/lib $(CPPFLAGS.master) -D_REENTRANT \ 105 ../nfs/lib/replica.c ../nfs/lib/nfs_sec.c \ 106 ../nfs/lib/nfs_subr.c $(FSLIBSRC) ../nfs/lib/selfcheck.c \ 107 ../nfs/lib/nfs_resolve.c ../nfs/lib/smfcfg.c 167 replica.o: ../nfs/lib/replica.c 168 $(COMPILE.c) ../nfs/lib/replica.c 170 nfs_sec.o: ../nfs/lib/nfs_sec.c 171 $(COMPILE.c) ../nfs/lib/nfs_sec.c 173 nfs_subr.o: ../nfs/lib/nfs_subr.c 174 $(COMPILE.c) ../nfs/lib/nfs_subr.c [all …]
|
/titanic_41/usr/src/cmd/fs.d/nfs/exportfs/ |
H A D | exportfs.sh | 86 if [ $vflg ] ; then echo unshareall -F nfs ; fi 87 /usr/sbin/unshareall -F nfs 89 if [ $vflg ] ; then echo shareall -F nfs ; fi 90 /usr/sbin/shareall -F nfs 97 if [ "$vflg" ] ; then echo share -F nfs ; fi 98 /usr/sbin/share -F nfs 107 if [ $vflg ] ; then echo unshare -F nfs $DIR ; fi 108 /usr/sbin/unshare -F nfs $DIR 114 if [ $vflg ] ; then echo share -F nfs -o $OPTS $DIR ; fi 115 /usr/sbin/share -F nfs -o $OPTS $DIR
|
/titanic_41/usr/src/cmd/stat/common/ |
H A D | mnt.c | 43 mnt_t *nfs; variable 64 minfo = nfs; in lookup_mntent_byname() 117 while (nfs) { in build_mnt_list() 118 free(nfs->device_name); in build_mnt_list() 119 free(nfs->mount_point); in build_mnt_list() 120 free(nfs->devinfo); in build_mnt_list() 121 tmp = nfs; in build_mnt_list() 122 nfs = nfs->next; in build_mnt_list() 143 which = &nfs; in build_mnt_list()
|
/titanic_41/usr/src/cmd/fs.d/nfs/svc/ |
H A D | nfs-server | 68 /usr/sbin/svcadm disable -t svc:/network/nfs/server 82 /usr/sbin/sharemgr start -P nfs -a 86 if /usr/bin/grep -s nfs /etc/dfs/sharetab >/dev/null; then 92 if [ `svcprop -p application/auto_enable nfs/server` = "false" ]; then 98 /usr/lib/nfs/mountd 101 /usr/sbin/svcadm mark -t maintenance svc:/network/nfs/server 107 /usr/lib/nfs/nfsd 110 /usr/sbin/svcadm mark -t maintenance svc:/network/nfs/server 118 /usr/sbin/svcadm disable -t svc:/network/nfs/server 126 /usr/sbin/sharemgr start -P nfs -a [all …]
|
H A D | nfs-client | 38 /sbin/umountall -F nfs 44 /sbin/mountall -F nfs
|
H A D | Makefile | 32 SVCMETHOD= nfs-server nfs-client nlockmgr
|
/titanic_41/usr/src/cmd/fs.d/nfs/etc/ |
H A D | Makefile | 26 DEFAULTFILES = nfs.dfl 30 ETCNFS= $(ROOTETC)/nfs 31 VARNFS= $(ROOT)/var/nfs 37 INFSETCFILES= $(NFSTXTS:%=$(ROOTETC)/nfs/%) 49 $(ROOTETC)/nfs/%: %
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/ |
H A D | Makefile | 43 CLOBBERFILES += nfs/$(SNOOPOBJS) 48 CLOBBERFILES += nfs/$(RPCSVCOBJS) $(RPCSVCDIR)/$(RPCSVCSRCS) 61 nfs/%.o: $(SNOOPDIR)/%.c 64 nfs/tst.call.exe: nfs/tst.call.o nfs/$(SNOOPOBJS) 65 $(LINK.c) -o $@ nfs/tst.call.o nfs/$(SNOOPOBJS) $(LDLIBS) -lnsl 69 nfs/$(RPCSVCOBJS): $(RPCSVCDIR)/$(RPCSVCSRCS) 72 nfs/tst.call3.exe: nfs/tst.call3.o nfs/$(RPCSVCOBJS) 73 $(LINK.c) -o $@ nfs/tst.call3.o nfs/$(RPCSVCOBJS) \
|
/titanic_41/usr/src/lib/libshare/nfs/ |
H A D | inc.flg | 27 echo_file usr/src/cmd/fs.d/nfs/lib/nfs_sec.c 28 echo_file usr/src/cmd/fs.d/nfs/lib/nfslog_config.c 29 echo_file usr/src/cmd/fs.d/nfs/lib/nfslogtab.c
|
H A D | Makefile.com | 28 NFSLIB_DIR = $(SRC)/cmd/fs.d/nfs/lib 36 ROOTLIBDIR = $(ROOT)/usr/lib/fs/nfs 37 ROOTLIBDIR64 = $(ROOT)/usr/lib/fs/nfs/$(MACH64)
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | Makefile | 38 SRCS= $(SRC1:selfcheck.c=../fs.d/nfs/lib/selfcheck.c) 57 selfcheck.o: ../fs.d/nfs/lib/selfcheck.c 58 $(COMPILE.c) ../fs.d/nfs/lib/selfcheck.c
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | Makefile | 26 FSTYPE = nfs 33 LDLIBS += -L$(ROOT)/usr/lib/nfs -R/usr/lib/nfs
|
/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | fs-root | 87 *backfstype=nfs*) 88 cfsbacktype=nfs 97 cfsbacktype=nfs
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unshare/ |
H A D | zfs_unshare_002_pos.ksh | 48 log_must $UNSHARE -F nfs ${mntp_fs[i]} 89 log_must $SHARE -F nfs $mntp 153 $SHARE -F nfs ${mntp_fs[i]}
|
/titanic_41/usr/src/uts/sparc/nfs/ |
H A D | inc.flg | 32 find_files "s.*" usr/src/uts/common/fs/nfs 39 usr/src/uts/common/nfs \
|
/titanic_41/usr/src/uts/sparc/nfssrv/ |
H A D | inc.flg | 33 find_files "s.*" usr/src/uts/common/fs/nfs 40 usr/src/uts/common/nfs \
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | Makefile | 67 TYPESRCS= ../nfs/lib/nfs_subr.c 125 nfs_subr.o: ../fs.d/nfs/lib/nfs_subr.c 126 $(COMPILE.c) ../fs.d/nfs/lib/nfs_subr.c
|
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | esclex.c | 323 struct filestats *nfs = MALLOC(sizeof (*nfs)); in yylex() local 326 nfs->stats = stats_new_string(nbuf, "", 0); in yylex() 327 stats_string_set(nfs->stats, Fileopened); in yylex() 332 nfs->idstats = in yylex() 334 stats_string_set(nfs->idstats, ibuf); in yylex() 336 nfs->idstats = NULL; in yylex() 339 nfs->next = Fstats; in yylex() 340 Fstats = nfs; in yylex()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | Makefile | 32 mount.h nfs.h nfssys.h nfs_acl.h \ 38 ROOTDIRS= $(ROOT)/usr/include/nfs
|
/titanic_41/usr/src/lib/libmapid/ |
H A D | Makefile.com | 28 SMF_DIR = $(SRC)/cmd/fs.d/nfs/lib 42 ROOTLIBDIR = $(ROOT)/usr/lib/nfs
|
/titanic_41/usr/src/cmd/fs.d/ufs/quota/ |
H A D | Makefile | 63 replica.o: ../../nfs/lib/replica.c 64 $(COMPILE.c) ../../nfs/lib/replica.c
|
/titanic_41/usr/src/lib/libfsmgt/ |
H A D | Makefile.com | 28 NFSLIB_DIR = $(SRC)/cmd/fs.d/nfs/lib 52 -I$(SRC)/cmd/fs.d/nfs/lib
|
/titanic_41/usr/src/cmd/netfiles/ |
H A D | services | 31 nfs nfs
|