freebsd-src/usr.sbin/mfiutil
Ed Maste aacea6e251 There are a couple of structs in mfireg.h with members named 'class'.
These cause problems when trying to include the header in a C++ project.
Rename them to 'evt_class', and track the change in mfi and mfiutil.

Submitted by:	Mark Johnston
Sponsored by:	Sandvine Incorporated
Reviewed by:	jhb@
MFC after:	1 week
2011-06-02 00:43:16 +00:00
..
Makefile Fixed dependencies (make checkdpadd). 2010-02-25 20:24:19 +00:00
mfi_cmd.c Fix division by zero, causing floating point exception in a drive progress 2011-02-25 13:59:59 +00:00
mfi_config.c Handle malloc() failures more gracefully by error'ing out rather than 2010-11-19 15:39:59 +00:00
mfi_drive.c - Save errno values before calling warn(3) so that errors are correctly 2010-10-26 19:11:09 +00:00
mfi_evt.c There are a couple of structs in mfireg.h with members named 'class'. 2011-06-02 00:43:16 +00:00
mfi_flash.c Handle malloc() failures more gracefully by error'ing out rather than 2010-11-19 15:39:59 +00:00
mfi_patrol.c Fix typo in "continuously" argument used in patrol auto command. 2011-04-27 14:58:06 +00:00
mfi_show.c Add a 'show progress' command that shows a summary of all in-progress 2011-04-29 14:06:37 +00:00
mfi_volume.c Add the ability to manage the state of write caching when the battery 2011-04-05 14:19:05 +00:00
mfiutil.8 Add a 'show progress' command that shows a summary of all in-progress 2011-04-29 14:06:37 +00:00
mfiutil.c Add a 'show progress' command that shows a summary of all in-progress 2011-04-29 14:06:37 +00:00
mfiutil.h