freebsd-dev/sbin/nvmecontrol
Jim Harris 7cdb43c490 Add an nvme_function structure array, defining the name, C function and
usage message for each nvmecontrol command.  This helps reduce some code
clutter both now and for future commits which will add logpage and
firmware support to nvmecontrol(8).

Also move helper function prototypes to the end of the header file, after
the per-command functions.

Sponsored by:	Intel
MFC after:	3 days
2013-06-26 23:11:20 +00:00
..
devlist.c Break out code related to the devlist command into a separate source file. 2013-06-26 22:58:59 +00:00
identify.c Break out code related to the identify command into a separate source file. 2013-06-26 23:00:42 +00:00
Makefile Break out code related to the reset command into a separate source file. 2013-06-26 23:05:48 +00:00
nvmecontrol.8 Add controller reset capability to nvme(4) and ability to explicitly 2013-03-26 19:50:46 +00:00
nvmecontrol.c Add an nvme_function structure array, defining the name, C function and 2013-06-26 23:11:20 +00:00
nvmecontrol.h Add an nvme_function structure array, defining the name, C function and 2013-06-26 23:11:20 +00:00
perftest.c Break out code related to the perftest command into a separate file. 2013-06-26 23:02:48 +00:00
reset.c Break out code related to the reset command into a separate source file. 2013-06-26 23:05:48 +00:00