Searched defs:mount_nfs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rexd/
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/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/cmd/fs.d/autofs/
H A Dautod_nfs.c227 mount_nfs( function

Completed in 71 milliseconds