Searched refs:fstyp (Results 1 - 25 of 63) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A DMakefile30 LIBPROG= fstyp.so.${FSTYP_VERS}
70 $(RM) $(ROOTLIBFSTYPE)/fstyp
71 $(LN) $(ROOTUSRSBIN)/fstyp $(ROOTLIBFSTYPE)/fstyp
/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A DMakefile30 LIBPROG= fstyp.so.${FSTYP_VERS}
70 $(RM) $(ROOTLIBFSTYPE)/fstyp
71 $(LN) $(ROOTUSRSBIN)/fstyp $(ROOTLIBFSTYPE)/fstyp
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A DMakefile30 LIBPROG= fstyp.so.${FSTYP_VERS}
70 $(RM) $(ROOTLIBFSTYPE)/fstyp
71 $(LN) $(ROOTUSRSBIN)/fstyp $(ROOTLIBFSTYPE)/fstyp
/opensolaris-onvv-gate/usr/src/head/
H A Dpkgdev.h45 char *fstyp; member in struct:pkgdev
/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A DMakefile30 LIBPROG= fstyp.so.${FSTYP_VERS}
51 OBJS= fstyp.o ud_lib.o
71 $(RM) $(ROOTLIBFSTYPE)/fstyp
72 $(LN) $(ROOTUSRSBIN)/fstyp $(ROOTLIBFSTYPE)/fstyp
/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/labelit/
H A DMakefile49 ud_lib.h : ../fstyp/ud_lib.h
51 cp ../fstyp/ud_lib.h ud_lib.h
53 ud_lib.c : ../fstyp/ud_lib.c
55 cp ../fstyp/ud_lib.c ud_lib.c
78 cp ../fstyp/ud_lib.h ud_lib.h
79 cp ../fstyp/ud_lib.c ud_lib.c
/opensolaris-onvv-gate/usr/src/cmd/fs.d/zfs/fstyp/
H A DMakefile30 LIBPROG= fstyp.so.${FSTYP_VERS}
71 $(RM) $(ROOTLIBFSTYPE)/fstyp
72 $(LN) $(ROOTUSRSBIN)/fstyp $(ROOTLIBFSTYPE)/fstyp
/opensolaris-onvv-gate/usr/src/cmd/fs.d/zfs/
H A DMakefile26 SUBDIRS= fstyp bootinstall
/opensolaris-onvv-gate/usr/src/cmd/fstyp/
H A DMakefile25 PROG= fstyp
/opensolaris-onvv-gate/usr/src/cmd/fs.d/hsfs/
H A DMakefile31 SUBDIR1= fstyp labelit
/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/
H A DMakefile31 SUBDIR1= mount fstyp
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dpkgmount.c98 if (devp->fstyp == NULL) {
126 devp->fstyp = strdup(cmd);
131 devp->fstyp, devp->bdevice, devp->mount, NULL);
134 devp->fstyp, devp->bdevice, devp->mount, NULL);
H A Ddevtype.c48 devp->fstyp = devp->cdevice = devp->bdevice = devp->norewind = NULL;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A DMakefile58 ud_lib.o : ../fstyp/ud_lib.c
60 $(CP) ../fstyp/ud_lib.c ud_lib.c
62 $(CP) ../fstyp/ud_lib.h ud_lib.h
103 $(CP) ../fstyp/ud_lib.h ud_lib.h
105 $(CP) ../fstyp/ud_lib.c ud_lib.c
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dstatfs.c41 #include <sys/fstyp.h>
67 statfs32(char *fname, struct statfs32 *sbp, int32_t len, int32_t fstyp) argument
79 if (fstyp != 0)
93 fstatfs32(int32_t fdes, struct statfs32 *sbp, int32_t len, int32_t fstyp) argument
98 if (fstyp != 0)
H A Dmount.c42 #include <sys/fstyp.h>
H A Dsysfs.c41 #include <sys/fstyp.h>
H A Dumount.c39 #include <sys/fstyp.h>
/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/
H A DMakefile28 SUBDIR1= fstyp
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/
H A DMakefile37 SUBDIR1= clri edquota ff fsck fsckall fsdb fsirand fstyp \
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-file-system-udfs.mf42 file path=usr/lib/fs/udfs/fstyp.so.1 mode=0555
46 hardlink path=usr/lib/fs/udfs/fstyp target=../../../sbin/fstyp
/opensolaris-onvv-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c463 grub_fsd_get_mountp(grub_fsdesc_t *fsd, char *fstyp) argument
476 mpref.mnt_fstype = fstyp;
495 grub_fsd_mount_tmp(grub_fsdesc_t *fsd, const char *fstyp) argument
509 if (strcmp(fstyp, MNTTYPE_UFS) == 0) {
513 } else if (strcmp(fstyp, MNTTYPE_ZFS) != 0) {
526 fstyp, data, dtsz, mntopts, sizeof (mntopts))) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c34 #include <sys/fstyp.h>
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs.h51 #include <sys/fstyp.h>
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ctfs/
H A Dmount.c33 #include <sys/fstyp.h>

Completed in 206 milliseconds

123