/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-file-system-nfs.p5m | 27 set name=pkg.fmri value=pkg:/system/file-system/nfs@$(PKGVERS) 35 file path=etc/default/nfs group=sys original_name=SUNWnfsc:etc/default/nfs \ 38 dir path=etc/fs/nfs group=sys 39 file path=etc/fs/nfs/mount mode=0555 45 file path=kernel/fs/$(ARCH64)/nfs group=sys mode=0755 53 hardlink path=kernel/sys/$(ARCH64)/nfs target=../../../kernel/fs/$(ARCH64)/nfs 58 dir path=lib/svc/manifest/network/nfs group=sys 59 file path=lib/svc/manifest/network/nfs/cbd.xml group=sys mode=0444 60 file path=lib/svc/manifest/network/nfs/client.xml group=sys mode=0444 61 file path=lib/svc/manifest/network/nfs/mapid.xml group=sys mode=0444 [all …]
|
H A D | service-file-system-nfs.p5m | 27 set name=pkg.fmri value=pkg:/service/file-system/nfs@$(PKGVERS) 37 dir path=etc/nfs group=sys 38 file path=etc/nfs/nfslog.conf group=sys \ 39 original_name=SUNWnfss:etc/nfs/nfslog.conf preserve=true 48 dir path=lib/svc/manifest/network/nfs group=sys 49 file path=lib/svc/manifest/network/nfs/nfslogd.xml group=sys mode=0444 50 file path=lib/svc/manifest/network/nfs/rquota.xml group=sys mode=0444 51 file path=lib/svc/manifest/network/nfs/server.xml group=sys mode=0444 53 file path=lib/svc/method/nfs-server mode=0555 57 dir path=usr/lib/fs/nfs group=sys [all …]
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | Makefile | 92 CPPFLAGS= -I. -I.. -I../nfs/lib $(CPPFLAGS.master) -D_REENTRANT \ 111 ../nfs/lib/replica.c ../nfs/lib/nfs_sec.c \ 112 ../nfs/lib/nfs_subr.c $(FSLIBSRC) ../nfs/lib/selfcheck.c \ 113 ../nfs/lib/nfs_resolve.c ../nfs/lib/smfcfg.c 173 replica.o: ../nfs/lib/replica.c 174 $(COMPILE.c) ../nfs/lib/replica.c 176 nfs_sec.o: ../nfs/lib/nfs_sec.c 177 $(COMPILE.c) ../nfs/lib/nfs_sec.c 179 nfs_subr.o: ../nfs/lib/nfs_subr.c 180 $(COMPILE.c) ../nfs/lib/nfs_subr.c [all …]
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | mnt.c | 41 mnt_t *nfs; variable 62 minfo = nfs; in lookup_mntent_byname() 115 while (nfs) { in build_mnt_list() 116 free(nfs->device_name); in build_mnt_list() 117 free(nfs->mount_point); in build_mnt_list() 118 free(nfs->devinfo); in build_mnt_list() 119 tmp = nfs; in build_mnt_list() 120 nfs = nfs->next; in build_mnt_list() 141 which = &nfs; in build_mnt_list()
|
/illumos-gate/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/%: %
|
/illumos-gate/usr/src/tools/quick/ |
H A D | make-nfs | 96 (cd $SRC/uts/common/nfs && $make -k $targ) 127 (cd $SRC/uts/$x/nfs && $make $targ) ; 169 (cd $SRC/lib/libshare && $make $1 PLUGINS=nfs) 184 (cd $SRC/cmd/fs.d/nfs && $make $1 catalog) 187 (cd $SRC/cmd/fs.d/nfs && $make $1) 208 (cd $SRC/cmd/mdb/$x/$a/nfs && 226 find uts/common/nfs -name '*.[ch]' -print |sort 229 find uts/common/fs/nfs -name '*.[ch]' -print |sort 232 find cmd/fs.d/nfs -name '*.[ch]' -print |sort 295 (cd $ROOT && tar cfj ../../nfs-${git_rev}.tar.bz2 $files)
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ |
H A D | Makefile | 45 CLOBBERFILES += nfs/$(SNOOPOBJS) 50 CLOBBERFILES += nfs/$(RPCSVCOBJS) $(RPCSVCDIR)/$(RPCSVCSRCS) 65 nfs/%.o: $(SNOOPDIR)/%.c 68 nfs/tst.call.exe: nfs/tst.call.o nfs/$(SNOOPOBJS) 69 $(LINK.c) -o $@ nfs/tst.call.o nfs/$(SNOOPOBJS) $(LDLIBS) -lnsl 73 nfs/$(RPCSVCOBJS): $(RPCSVCDIR)/$(RPCSVCSRCS) 76 nfs/tst.call3.exe: nfs/tst.call3.o nfs/$(RPCSVCOBJS) 77 $(LINK.c) -o $@ nfs/tst.call3.o nfs/$(RPCSVCOBJS) \
|
/illumos-gate/usr/src/cmd/fs.d/nfs/svc/ |
H A D | nfs-server | 75 /usr/sbin/sharemgr start -P nfs -a 79 /usr/lib/nfs/mountd 82 /usr/sbin/svcadm mark -t maintenance svc:/network/nfs/server 88 /usr/lib/nfs/nfsd 91 /usr/sbin/svcadm mark -t maintenance svc:/network/nfs/server 101 /usr/sbin/sharemgr start -P nfs -a 109 /usr/sbin/sharemgr stop -P nfs -a
|
H A D | nfs-client | 37 /sbin/umountall -F nfs 43 /sbin/mountall -F nfs
|
H A D | Makefile | 32 SVCMETHOD= nfs-server nfs-client nlockmgr
|
/illumos-gate/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 | 29 NFSLIB_DIR = $(SRC)/cmd/fs.d/nfs/lib 37 ROOTLIBDIR = $(ROOT)/usr/lib/fs/nfs 38 ROOTLIBDIR64 = $(ROOT)/usr/lib/fs/nfs/$(MACH64)
|
/illumos-gate/usr/src/cmd/fs.d/nfs/dtrace/ |
H A D | Makefile | 16 SRCS=nfs-trace.d nfs-time.d 20 ROOTNFSDTRACEDIR = $(ROOTLIB)/nfs/dtrace
|
/illumos-gate/usr/src/cmd/mdb/intel/amd64/nfs/ |
H A D | Makefile | 14 MODULE = nfs.so 15 MODSRCS_DIR = ../../../common/modules/nfs 16 MODSRCS = nfs.c svc.c rfs4.c nfssrv.c idmap.c nfs_clnt.c common.c nfs_stat.c
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | Makefile | 39 SRCS= $(SRC1:selfcheck.c=../fs.d/nfs/lib/selfcheck.c) 61 selfcheck.o: ../fs.d/nfs/lib/selfcheck.c 62 $(COMPILE.c) ../fs.d/nfs/lib/selfcheck.c
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | Makefile | 28 FSTYPE = nfs 35 LDLIBS += -L$(ROOT)/usr/lib/nfs -R/usr/lib/nfs
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unshare/ |
H A D | zfs_unshare_002_pos.ksh | 52 log_must unshare -F nfs ${mntp_fs[i]} 93 log_must share -F nfs $mntp 157 share -F nfs ${mntp_fs[i]}
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | esclex.c | 329 struct filestats *nfs = MALLOC(sizeof (*nfs)); in yylex() local 332 nfs->stats = stats_new_string(nbuf, "", 0); in yylex() 333 stats_string_set(nfs->stats, Fileopened); in yylex() 338 nfs->idstats = in yylex() 340 stats_string_set(nfs->idstats, ibuf); in yylex() 342 nfs->idstats = NULL; in yylex() 345 nfs->next = Fstats; in yylex() 346 Fstats = nfs; in yylex()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_share/ |
H A D | zfs_share_005_pos.ksh | 67 if [[ ! -d /var/nfs ]]; then 68 log_must mkdir /var/nfs
|
/illumos-gate/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 \
|
/illumos-gate/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 \
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/libmapid/ |
H A D | Makefile.com | 28 SMF_DIR = $(SRC)/cmd/fs.d/nfs/lib 42 ROOTLIBDIR = $(ROOT)/usr/lib/nfs
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/ |
H A D | Makefile | 64 replica.o: ../../nfs/lib/replica.c 65 $(COMPILE.c) ../../nfs/lib/replica.c
|