Searched refs:mount_nfs (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/rexd/
H A DMakefile49 #OBJS= errprintf.o mount_nfs.o rex_xdr.o unix_login.o mntent.o
51 OBJS= errprintf.o mount_nfs.o rex.o unix_login.o mntent.o $(TYPEOBJS)
52 REXDOBJS= rpc.rexd.o errprintf.o mount_nfs.o rex.o unix_login.o mntent.o
57 #UNDEROBJS= errprintf.o sharetab.o mount_nfs.o
H A Dunder.c156 if (mount_nfs(dir, tmpdir, error))
H A Drpc.rexd.c938 if (mount_nfs(wanted, tmpdir, error)) {
940 printf("mount_nfs:error return\n");
948 printf("mount_nfs: success return\n");
986 if (mount_nfs(wanted, tmpdir, error)) {
988 printf("mount_nfs:error return\n");
996 printf("mount_nfs: success return\n");
H A Dmount_nfs.c30 * mount_nfs.c - procedural interface to the NFS mount operation
93 * mount_nfs - mount a file system using NFS
99 mount_nfs(char *fsname, char *dir, char *error) function
130 printf("mount_nfs request: mount %s\tdir %s\n", fsname, dir);
133 printf("ERRNO set on mount_nfs entry: %d\n", errno);
151 printf("mount_nfs:\tpath == %s\n", path);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.h312 extern int mount_nfs(struct mapent *, char *, char *, int, uid_t,
H A Dautod_mount.c182 mount_nfs(me, spec_mntpnt, private, overlay, uid,
H A Dautod_nfs.c227 mount_nfs( function
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c147 static int mount_nfs(struct mnttab *, int, err_ret_t *);
339 r = mount_nfs(&mnt, ro, &retry_error);
391 mount_nfs(struct mnttab *mntp, int ro, err_ret_t *retry_error) function
2591 if ((r = mount_nfs(mntp, ro, NULL)) == RET_OK) {
/illumos-gate/usr/src/man/man1m/
H A DMakefile325 mount_nfs.1m \

Completed in 74 milliseconds