Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mfiutil/
H A Dmfiutil.c51 static int fw_name_width, fw_version_width, fw_date_width, fw_time_width; variable
207 if (fw_time_width < len) in scan_firmware()
208 fw_time_width = len; in scan_firmware()
217 fw_time_width, comp->build_time, tag); in display_firmware()