Searched refs:nfs (Results 1 - 25 of 120) sorted by relevance

12345

/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A DMakefile11 krpc.h nfs.h nfsdiskless.h nfsm_subs.h nfsmount.h nfsnode.h \
17 INSTALL_MI_DIR = nfs
21 EXPORT_MI_DIR = nfs
H A Dnfs_upcall.c39 #include <nfs/rpcv2.h>
40 #include <nfs/nfsproto.h>
41 #include <nfs/nfs.h>
301 * This is the nfs up-call routine for server sockets.
H A Dnfs_srvcache.c86 #include <nfs/rpcv2.h>
87 #include <nfs/nfsproto.h>
88 #include <nfs/nfs.h>
89 #include <nfs/nfsrvcache.h>
105 * Static array that defines which nfs rpc's are nonidempotent
133 /* True iff the rpc reply is an nfs status ONLY! */
165 /* init nfs server request cache hash table */
H A Dnfs_boot.c115 #include <nfs/rpcv2.h>
116 #include <nfs/nfsproto.h>
117 #include <nfs/nfs.h>
118 #include <nfs/nfsdiskless.h>
119 #include <nfs/krpc.h>
H A Dnfs_lock.c83 #include <nfs/rpcv2.h>
84 #include <nfs/nfsproto.h>
85 #include <nfs/nfs.h>
86 #include <nfs/nfs_gss.h>
87 #include <nfs/nfsmount.h>
88 #include <nfs/nfsnode.h>
89 #include <nfs/nfs_lock.h>
120 * initialize global nfs lock state
718 printf("lockd returned ENOTSUP, disabling locks for nfs serve
[all...]
/macosx-10.10/dtrace-147/test/tst/common/predicates/
H A Dtst.predcache.ksh30 svcadm disable -s svc:/network/nfs/mapid:default
37 svcadm enable svc:/network/nfs/mapid:default
42 svcadm enable svc:/network/nfs/mapid:default
/macosx-10.10/NFS-82/nfs4mapid/
H A Dnfs4mapid.c34 #include <nfs/rpcv2.h>
35 #include <nfs/nfs.h>
/macosx-10.10/NFS-82/files/
H A DMakefile21 install -c -o root -g wheel -m 444 $(SRCROOT)/nfs.conf.5 $(MAN_DIR)
/macosx-10.10/files-662.1.1/private/etc/
H A Drpc8 nfs 100003 nfsprog
/macosx-10.10/dtrace-147/DTTk/Apps/
H A Dnfswizard.d3 * nfswizard.d - nfs client activity wizard.
43 io:nfs::start
57 io:nfs::done
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dnfswizard.d3 * nfswizard.d - nfs client activity wizard.
43 io:nfs::start
57 io:nfs::done
/macosx-10.10/xnu-2782.1.97/bsd/
H A DMakefile22 nfs \
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddlsof.h128 #include <nfs/rpcv2.h>
129 #include <nfs/nfs.h>
130 #include <nfs/nfsproto.h>
131 #include <nfs/nfsnode.h>
/macosx-10.10/NFS-82/nfs_fs/
H A DMakefile15 # /System/Library/Filesystems/nfs.fs
16 # /System/Library/Filesystems/nfs.fs/Contents
17 # /System/Library/Filesystems/nfs.fs/Contents/Info.plist
18 # /System/Library/Filesystems/nfs.fs/Contents/Resources
19 # /System/Library/Filesystems/nfs.fs/Contents/Resources/English.lproj
20 # /System/Library/Filesystems/nfs.fs/Contents/Resources/English.lproj/InfoPlist.strings
21 # /System/Library/Filesystems/nfs.fs/Contents/version.plist
23 DST_DIR = $(DSTROOT)/System/Library/Filesystems/nfs.fs
/macosx-10.10/OpenSSL098-52/src/tools/
H A DMakefile54 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/macosx-10.10/bootp-298/bootplib/
H A Dnbimages.h50 } nfs; member in union:__anon7027
/macosx-10.10/bootp-298/
H A Drc.netboot129 nfs:*)
130 fstype=nfs
131 mount_from=${mount_from#nfs:}
/macosx-10.10/NFS-82/ncdestroy/
H A Dncdestroy.c33 #include <nfs/nfs_ioctl.h>
100 if (strcmp(mounts[i].f_fstypename, "nfs") == 0) {
/macosx-10.10/NFS-82/nfsd/
H A Dnfsd.c73 #include <nfs/rpcv2.h>
74 #include <nfs/nfsproto.h>
75 #include <nfs/nfs.h>
388 sysctl_set("vfs.generic.nfs.server.nfsd_thread_max", config.nfsd_threads);
/macosx-10.10/gnutar-453/gnutar/src/
H A Dincremen.c38 #define DIRF_NFS 0x0002 /* directory is mounted on nfs */
73 static char const nfs_string[] = "nfs";
137 dev_t dev, ino_t ino, bool nfs, bool found, char *contents)
145 if (nfs)
236 bool nfs = NFS_FILE_STAT (*stat_data); local
250 if (! (((DIR_IS_NFS (directory) & nfs)
254 /* FIXME: find_directory_meta ignores nfs */
276 if (nfs)
293 nfs,
738 bool nfs
136 note_directory(char const *name, struct timespec mtime, dev_t dev, ino_t ino, bool nfs, bool found, char *contents) argument
736 bool nfs = buf[0] == '+'; local
977 bool nfs; local
[all...]
/macosx-10.10/DiskArbitration-268/autodiskmount/
H A Dautodiskmount.c145 int nfs = 0; /* # filesystems defined in local
152 nfs = scandir(FS_DIR_LOCATION, &fsdirs, suffixfs, NULL);
154 dwarning(("%d filesystems known:\n", nfs));
155 for (n = 0; n < nfs; n++) {
182 for (n = 0; n < nfs; n++) {
218 int nfs = 0; /* # filesystems defined in local
226 nfs = scandir(FS_DIR_LOCATION, &fsdirs, suffixfs, NULL);
228 for (n = 0; n < nfs; n++) {
269 for (n = 0; n < nfs; n++) {
952 int nfs local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A Dfiles101 bsd/nfs/nfs4_subs.c optional nfsclient
102 bsd/nfs/nfs4_vnops.c optional nfsclient
103 bsd/nfs/krpc_subr.c optional nfsclient
104 bsd/nfs/nfs_bio.c optional nfsclient
105 bsd/nfs/nfs_boot.c optional nfsclient
106 bsd/nfs/nfs_gss.c optional nfsclient
107 bsd/nfs/nfs_gss.c optional nfsserver
108 bsd/nfs/nfs_gss_crypto.c optional nfsclient
109 bsd/nfs/nfs_gss_crypto.c optional nfsserver
110 bsd/nfs/nfs_loc
[all...]
/macosx-10.10/NFS-82/mount_nfs/
H A DMakefile47 install -c -o root -g wheel -m 644 $(SRCROOT)/nfs.conf $(ETC_DIR)
/macosx-10.10/OpenSSL098-52/src/crypto/krb5/
H A DMakefile74 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/macosx-10.10/OpenSSL098-52/src/crypto/txt_db/
H A DMakefile73 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff

Completed in 231 milliseconds

12345