Searched refs:vfs_path (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | volcopy.c | 244 char *vfs_path = VFS_PATH; local 247 sprintf(full_path, "%s/%s/volcopy", vfs_path, fstype);
|
H A D | ff.c | 55 char *vfs_path = VFS_PATH; variable 329 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, cbasename);
|
H A D | fsck.c | 776 char *vfs_path = VFS_PATH; local 841 char *vfs_path = VFS_PATH; local 850 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, myname); 867 vfs_path = VFS_PATH2; 869 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, myname);
|
H A D | switchout.c | 125 char *vfs_path = VFS_PATH; local 266 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, cbasename);
|
H A D | mount.c | 806 char *vfs_path = VFS_PATH; local 811 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, myname);
|
Completed in 79 milliseconds