Searched refs:fstyp (Results 26 - 50 of 63) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/fs.d/objfs/
H A Dmount.c33 #include <sys/fstyp.h>
/opensolaris-onvv-gate/usr/src/cmd/fs.d/sharefs/
H A Dmount.c33 #include <sys/fstyp.h>
/opensolaris-onvv-gate/usr/src/lib/libshare/common/
H A Dlibshare_impl.h136 extern void sa_free_fstype(char *fstyp);
/opensolaris-onvv-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c552 lofsinit(int fstyp, char *name) argument
566 error = vfs_setfsops(fstyp, lo_vfsops_template, &lo_vfsops);
574 (void) vfs_freevfsops_by_type(fstyp);
579 lofsfstype = fstyp;
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dconnld.c44 #include <sys/fstyp.h>
/opensolaris-onvv-gate/exception_lists/
H A Dinterface_check87 NOVERDEF ^usr/lib/fs/[^/]*/fstyp\.so\.1$
/opensolaris-onvv-gate/usr/src/uts/common/fs/cachefs/
H A Dcachefs_module.c152 cachefs_init(int fstyp, char *name) argument
159 error = cachefs_init_vfsops(fstyp);
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c77 int smbfsinit(int fstyp, char *name);
274 smbfsinit(int fstyp, char *name) argument
278 error = vfs_setfsops(fstyp, smbfs_vfsops_template, &smbfs_vfsops);
287 (void) vfs_freevfsops_by_type(fstyp);
293 smbfsfstyp = fstyp;
/opensolaris-onvv-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh60 if [ "`fstyp $dev`" = "zfs" ]; then
81 fstyp -a "$dev" | grep 'path: ' | grep -v phys_path: |
/opensolaris-onvv-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_impl.h181 int grub_fsd_get_mountp(grub_fsdesc_t *fsd, char *fstyp);
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-file-system-zfs.mf96 file path=usr/lib/fs/zfs/fstyp.so.1 mode=0555
131 hardlink path=usr/lib/fs/zfs/fstyp target=../../../sbin/fstyp
H A Dsystem-extended-system-utilities.mf143 file path=usr/lib/fs/pcfs/fstyp.so.1 mode=0555
184 hardlink path=usr/lib/fs/pcfs/fstyp target=../../../sbin/fstyp
/opensolaris-onvv-gate/usr/src/cmd/
H A DMakefile169 fstyp \
857 fs.d: fstyp
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_common.c334 nfsdyninit(int fstyp, char *name) argument
342 error = vfs_setfsops(fstyp, nfsdyn_vfsops_template, &nfsdyn_vfsops);
H A Dnfs3_vfsops.c153 nfs3init(int fstyp, char *name) argument
168 error = vfs_setfsops(fstyp, nfs3_vfsops_template, &nfs3_vfsops);
177 (void) vfs_freevfsops_by_type(fstyp);
183 nfs3fstyp = fstyp;
H A Dnfs_vfsops.c155 nfsinit(int fstyp, char *name) argument
170 error = vfs_setfsops(fstyp, nfs_vfsops_template, &nfs_vfsops);
179 (void) vfs_freevfsops_by_type(fstyp);
186 nfsfstyp = fstyp;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A Dff.c36 #include <sys/fstyp.h>
H A Dswitchout.c37 #include <sys/fstyp.h>
/opensolaris-onvv-gate/usr/src/cmd/fstyp/
H A Dfstyp.c40 #include <sys/fstyp.h>
62 (void) fprintf(stderr, gettext("Usage: fstyp [-av] <device>\n"));
180 * If the executable is a fs-specific hardlink, /usr/lib/fs/<fsname>/fstyp,
407 * find and run legacy /usr/lib/fs/<fsname>/fstyp commands.
458 "%s/%s/fstyp", lib_dir, dp->d_name);
464 if ((error = run_cmd(path, "fstyp", arg1, arg2)) == 0) {
/opensolaris-onvv-gate/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh292 replace_with_native /usr/lib/fs/zfs/fstyp 0555 root:bin
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dstatvfs.c45 #include <sys/fstyp.h>
/opensolaris-onvv-gate/usr/src/head/
H A Dlibzonecfg.h39 #include <sys/fstyp.h>
/opensolaris-onvv-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c37 #include <sys/fstyp.h>
380 (void) snprintf(pathname, h->name_max, "%s/fstyp.so.%d", mdir,
/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Dvfs.c43 #include <sys/fstyp.h>
4523 char *fstyp, *fsmod; local
4526 getrootfs(&fstyp, &fsmod);
4548 vsw = vfs_getvfsswbyname(fstyp);
4551 cmn_err(CE_CONT, "Cannot find %s filesystem\n", fstyp);
4599 rootfs.bo_name, fstyp);
4602 rootfs.bo_name, fstyp);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c69 #include <sys/fstyp.h>

Completed in 291 milliseconds

123