Home
last modified time | relevance | path

Searched refs:fstyp (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.sbin/fstyp/tests/
H A Dfstyp_test.sh34 atf_check -s exit:0 -o inline:"befs\n" fstyp befs.img
35 atf_check -s exit:0 -o inline:"befs BeFS\n" fstyp -l befs.img
45 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img
46 atf_check -s exit:0 -o inline:"cd9660\n" fstyp -l cd9660.img
56 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img
58 atf_check -s exit:0 -o inline:"cd9660 FOO\n" fstyp -l cd9660.img
67 atf_check -s exit:1 -e match:"not a disk" fstyp dir
76 atf_check -s exit:0 -o inline:"exfat\n" fstyp -u exfat.img
85 atf_check -s exit:0 -o inline:"exfat exFat\n" fstyp -u -l exfat.img
94 atf_check -s exit:1 -e match:"filesystem not recognized" fstyp empty
[all …]
/freebsd/stand/common/
H A Dboot.c322 char lbuf[KENV_MVALLEN], *cp, *ep, *dev, *fstyp, *options; in getrootmount() local
334 fstyp = NULL; in getrootmount()
367 free(fstyp); in getrootmount()
368 fstyp = strdup(ep); in getrootmount()
383 snprintf(lbuf, sizeof(lbuf), "%s:%s", fstyp, dev); in getrootmount()
397 free(fstyp); in getrootmount()
/freebsd/usr.sbin/fstyp/
H A DMakefile3 PROG= fstyp
4 SRCS= apfs.c befs.c cd9660.c exfat.c ext2fs.c fstyp.c geli.c hammer.c \
11 MAN= fstyp.8
/freebsd/libexec/rc/rc.d/
H A Dnuageinit51 fs=$(fstyp $drive 2> /dev/null)
/freebsd/usr.sbin/
H A DMakefile27 fstyp \
/freebsd/tools/boot/
H A Dinstall-boot.sh106 fstype=$(fstyp "${dev}")
/freebsd/tests/sys/cddl/zfs/include/
H A Dcommands.txt78 /usr/sbin/fstyp
/freebsd/etc/mtree/
H A DBSD.tests.dist1248 fstyp
/freebsd/targets/pseudo/tests/
H A DMakefile.depend367 usr.sbin/fstyp/tests \
/freebsd/targets/pseudo/userland/
H A DMakefile.depend546 usr.sbin/fstyp \