Home
last modified time | relevance | path

Searched refs:_fstype (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/autofs/autofs/
H A Dspecial_media8 local _fstype _fstype_and_label _label _p
18 _fstype="${_fstype_and_label%% *}"
19 if [ "${_fstype}" != "${_fstype_and_label}" ]; then
35 local _fstype _p
37 _fstype="$1"
40 case "${_fstype}" in
43 echo "-mountprog=/usr/local/sbin/mount.exfat,fstype=${_fstype},sync :/dev/${_p}"
46 "Cannot mount ${_fstype} formatted device /dev/${_p}: Install filesystems/exfat first"
52 echo "-mountprog=/usr/local/bin/ntfs-3g,fstype=${_fstype},sync :/dev/${_p}"
55 "Cannot mount ${_fstype} formatte
[all...]
/freebsd/sbin/init/
H A Dinit.c360 char _fstype[] = "fstype"; in main() local
365 iov[0].iov_base = _fstype; in main()
366 iov[0].iov_len = sizeof(_fstype); in main()