Home
last modified time | relevance | path

Searched refs:FSTYPE (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/lvm2/dist/scripts/
H A Dfsadm.sh60 FSTYPE=unknown
167 FSTYPE=$($BLKID -c /dev/null -s TYPE "$VOLUME") || error "Cannot get FSTYPE of \"$VOLUME\""
168 FSTYPE=${FSTYPE##*TYPE=\"} # cut quotation marks
169 FSTYPE=${FSTYPE%%\"*}
170 verbose "\"$FSTYPE\" filesystem found on \"$VOLUME\""
334 case "$FSTYPE" in
338 *) error "Filesystem \"$FSTYPE\" on device \"$VOLUME\" is not supported by this tool" ;;
339 esac || error "Resize $FSTYPE failed"
349 case "$FSTYPE" in
/dragonfly/test/vkernel/
H A DMakefile8 FSTYPE ?= ufs macro
104 .if ${FSTYPE} == "ufs"
117 . if ${FSTYPE} == "ufs"
137 .if ${FSTYPE} == "ufs"
143 echo "vfs.root.mountfrom=\"${FSTYPE}:vkd0s1a\"" > ${VKDIR}/root/boot/loader.conf
217 .if ${FSTYPE} == "hammer"
218 NEWFS_CMD = newfs_${FSTYPE}
220 MOUNT_CMD = mount_${FSTYPE}
/dragonfly/initrd/etc/
H A Drc56 FSTYPE=$2
58 echo "Executing: mount -t $FSTYPE $4 $MOUNTFROM $NEW_ROOT"
59 mount -o ro -t $FSTYPE $4 $MOUNTFROM $NEW_ROOT ||
H A Drcmount_tcplay3 FSTYPE=$2
9 mount -o ro -t $FSTYPE /dev/mapper/$VOLUME $NEW_ROOT || return 3
H A Drcmount_crypt3 FSTYPE=$2
10 mount -o ro -t $FSTYPE /dev/mapper/$VOLUME $NEW_ROOT || return 3
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dlibgcc2.c1462 #define FSTYPE SFtype macro
1466 #define FSTYPE DFtype macro
1470 FSTYPE
1518 return (FSTYPE) f; in FUNC()
1530 return (FSTYPE)(Wtype)u; in FUNC()
1554 FSTYPE f = hi, e; in FUNC()
1578 #define FSTYPE SFtype macro
1582 #define FSTYPE DFtype macro
1586 FSTYPE
1633 return (FSTYPE) f; in FUNC()
[all …]
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dlibgcc2.c1602 #define FSTYPE SFtype macro
1606 #define FSTYPE DFtype macro
1610 FSTYPE
1658 return (FSTYPE) f; in FUNC()
1670 return (FSTYPE)(Wtype)u; in FUNC()
1699 FSTYPE f = hi, e; in FUNC()
1723 #define FSTYPE SFtype macro
1727 #define FSTYPE DFtype macro
1731 FSTYPE
1778 return (FSTYPE) f; in FUNC()
[all …]