Lines Matching full:ufs
32 f_dprintf "%s: loading includes..." media/ufs.subr
50 # Return success if we both found and set the media type to be a UFS partition.
54 # Path to a UFS character device node to be used with mount(8) in
55 # mounting a UFS formatted partition. Valid examples include:
63 local ufs
74 f_getvar $VAR_UFS_PATH ufs
75 [ "$ufs" ] || return $FAILURE
78 fstype=$( df -nT $ufs 2> /dev/null |
82 device_ufs set name ${fstype:-ufs}
83 device_ufs set devname "$ufs"
112 # Initializes the UFS media device. Returns success if able to mount the UFS
121 f_dprintf "Init routine called for UFS device. devname=[%s]" \
125 f_dprintf "UFS device already mounted."
154 # Returns data from $file on a mounted UFS partition device. Similar to cat(1).
173 # Shuts down the UFS device using umount(8). Return status should be ignored.
195 f_dprintf "%s: Successfully loaded." media/ufs.subr