Lines Matching full:media
32 f_dprintf "%s: loading includes..." media/common.subr
34 f_include $BSDCFG_SHARE/media/any.subr
40 # Where to mount media
45 # Media probe values to use for `f_media_get_TYPE media $file $PROBE' or
56 # Returms success if able to initialize the media device.
60 f_dprintf "f_media_open: Verifying and initiliazing media device"
61 { # Verify and initialize device media if-defined
70 # Shuts down the media device, see f_device_shutdown() from device.subr for
75 f_dprintf "f_media_close: Shutting down media device"
83 # Returns success if the media device is available, and if not, prompts the
84 # user to select a media type. See f_media_get_type() from media/any.subr for
89 f_dprintf "f_media_verify: Verifying media device"
152 f_dprintf "%s: Successfully loaded." media/common.subr