Home
last modified time | relevance | path

Searched refs:FSTYP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/boot/scripts/
H A Droot_archive.ksh94 FSTYP=`fstyp $LOFIDEV`
96 if [ "$FSTYP" = ufs ] ; then
99 elif [ "$FSTYP" = hsfs ] ; then
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglibmsgs.h151 #define FSTYP "/usr/sbin/fstyp" macro
H A Dpkgmount.c99 "%s %s", FSTYP, devp->bdevice); in pkgmount()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmsec.in45 LINE("3FSTYP", "File System Type Identification Library Functions")