Searched defs:vfs_path (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dvolcopy.c244 char *vfs_path = VFS_PATH; local
247 sprintf(full_path, "%s/%s/volcopy", vfs_path, fstype);
H A Dff.c55 char *vfs_path = VFS_PATH; variable
329 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, cbasename);
H A Dswitchout.c125 char *vfs_path = VFS_PATH; local
266 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, cbasename);
H A Dfsck.c776 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 Dmount.c806 char *vfs_path = VFS_PATH; local
811 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, myname);

Completed in 65 milliseconds