Searched refs:fstyp (Results 1 – 10 of 10) sorted by relevance
34 atf_check -s exit:0 -o inline:"befs\n" fstyp befs.img35 atf_check -s exit:0 -o inline:"befs BeFS\n" fstyp -l befs.img45 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img46 atf_check -s exit:0 -o inline:"cd9660\n" fstyp -l cd9660.img56 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img58 atf_check -s exit:0 -o inline:"cd9660 FOO\n" fstyp -l cd9660.img67 atf_check -s exit:1 -e match:"not a disk" fstyp dir76 atf_check -s exit:0 -o inline:"exfat\n" fstyp -u exfat.img85 atf_check -s exit:0 -o inline:"exfat exFat\n" fstyp -u -l exfat.img94 atf_check -s exit:1 -e match:"filesystem not recognized" fstyp empty[all …]
322 char lbuf[KENV_MVALLEN], *cp, *ep, *dev, *fstyp, *options; in getrootmount() local334 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()
3 PROG= fstyp4 SRCS= apfs.c befs.c cd9660.c exfat.c ext2fs.c fstyp.c geli.c hammer.c \11 MAN= fstyp.8
51 fs=$(fstyp $drive 2> /dev/null)
27 fstyp \
106 fstype=$(fstyp "${dev}")
78 /usr/sbin/fstyp
1248 fstyp
367 usr.sbin/fstyp/tests \
546 usr.sbin/fstyp \