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

123

/illumos-gate/usr/src/man/man3fstyp/
H A DMakefile19 MANSECT= 3fstyp
21 MANFILES= fstyp_get_attr.3fstyp \
22 fstyp_ident.3fstyp \
23 fstyp_init.3fstyp \
24 fstyp_mod_init.3fstyp \
25 fstyp_strerror.3fstyp
27 MANLINKS= fstyp_fini.3fstyp \
28 fstyp_mod_dump.3fstyp \
29 fstyp_mod_fini.3fstyp \
30 fstyp_mod_get_attr.3fstyp \
[all...]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3fstyp.inc17 file path=usr/share/man/man3fstyp/fstyp_get_attr.3fstyp
18 file path=usr/share/man/man3fstyp/fstyp_ident.3fstyp
19 file path=usr/share/man/man3fstyp/fstyp_init.3fstyp
20 file path=usr/share/man/man3fstyp/fstyp_mod_init.3fstyp
21 file path=usr/share/man/man3fstyp/fstyp_strerror.3fstyp
22 link path=usr/share/man/man3fstyp/fstyp_fini.3fstyp target=fstyp_init.3fstyp
23 link path=usr/share/man/man3fstyp/fstyp_mod_dump.3fstyp \
24 target=fstyp_mod_init.3fstyp
25 link path=usr/share/man/man3fstyp/fstyp_mod_fini.3fstyp \
[all...]
/illumos-gate/usr/src/head/
H A Dpkgdev.h45 char *fstyp; member in struct:pkgdev
/illumos-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
/illumos-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
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A DMakefile28 LIBPROG= fstyp.so.${FSTYP_VERS}
55 OBJS= fstyp.o ud_lib.o
75 $(RM) $(ROOTLIBFSTYPE)/fstyp
76 $(LN) $(ROOTUSRSBIN)/fstyp $(ROOTLIBFSTYPE)/fstyp
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A DMakefile50 ud_lib.h : ../fstyp/ud_lib.h
52 cp ../fstyp/ud_lib.h ud_lib.h
54 ud_lib.c : ../fstyp/ud_lib.c
56 cp ../fstyp/ud_lib.c ud_lib.c
79 cp ../fstyp/ud_lib.h ud_lib.h
80 cp ../fstyp/ud_lib.c ud_lib.c
/illumos-gate/usr/src/test/zfs-tests/tests/functional/utils_test/
H A Dutils_test_007_pos.ksh37 # Ensure that the fstyp(1M) utility succeeds on a ZFS file system.
41 # 2. Run fstyp(1M) against the device.
58 log_assert "Ensure that the fstyp(1M) utility succeeds on a ZFS file system."
65 log_must fstyp $DISK
67 log_must fstyp /dev/rdsk/${DISK}s0
70 log_pass "fstyp(1M) returned successfully."
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A DMakefile28 LIBPROG= fstyp.so.${FSTYP_VERS}
70 $(RM) $(ROOTLIBFSTYPE)/fstyp
71 $(LN) $(ROOTUSRSBIN)/fstyp $(ROOTLIBFSTYPE)/fstyp
/illumos-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
/illumos-gate/usr/src/cmd/fs.d/zfs/
H A DMakefile26 SUBDIRS= fstyp bootinstall
/illumos-gate/usr/src/cmd/fstyp/
H A DMakefile25 PROG= fstyp
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgmount.c97 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;
/illumos-gate/usr/src/cmd/fs.d/hsfs/
H A DMakefile31 SUBDIR1= fstyp labelit
/illumos-gate/usr/src/cmd/fs.d/pcfs/
H A DMakefile31 SUBDIR1= mount fstyp
/illumos-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>
/illumos-gate/usr/src/cmd/fs.d/udfs/
H A DMakefile28 SUBDIR1= fstyp
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A DMakefile67 ud_lib.c : ../fstyp/ud_lib.c
69 $(CP) ../fstyp/ud_lib.c $@
71 ud_lib.h : ../fstyp/ud_lib.h
73 $(CP) ../fstyp/ud_lib.h $@
/illumos-gate/usr/src/cmd/fs.d/ufs/
H A DMakefile37 SUBDIR1= clri edquota ff fsck fsckall fsdb fsirand fstyp \
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dboot.c298 char lbuf[128], *cp, *ep, *dev, *fstyp, *options; local
340 fstyp = strdup(ep);
355 sprintf(lbuf, "%s:%s", fstyp, dev);
357 free(fstyp);
/illumos-gate/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c34 #include <sys/fstyp.h>
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs.h51 #include <sys/fstyp.h>

Completed in 180 milliseconds

123