Searched refs:mount_nfs (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/rexd/ |
H A D | Makefile | 49 #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 D | under.c | 156 if (mount_nfs(dir, tmpdir, error))
|
H A D | rpc.rexd.c | 938 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 D | mount_nfs.c | 30 * 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 D | automount.h | 312 extern int mount_nfs(struct mapent *, char *, char *, int, uid_t,
|
H A D | autod_mount.c | 182 mount_nfs(me, spec_mntpnt, private, overlay, uid,
|
H A D | autod_nfs.c | 227 mount_nfs( function
|
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 147 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 D | Makefile | 325 mount_nfs.1m \
|
Completed in 323 milliseconds