freebsd-dev/sbin/nvmecontrol
Jim Harris 75871362ad Add log page support to nvmecontrol(8) through a new logpage command.
This includes pretty printers for all of the standard NVMe log pages
(Error, SMART/Health, Firmware), as well as hex output for non-standard
or vendor-specific log pages.

Submitted by:	Joe Golio <joseph.golio@emc.com>
Obtained from:	EMC / Isilon Storage Division
MFC after:	3 days
2013-06-26 23:53:54 +00:00
..
devlist.c Create #defines for NVME_CTRLR_PREFIX and NVME_NS_PREFIX for the "nvme" 2013-06-26 23:20:08 +00:00
identify.c Add generalized helper functions for printing hex data as part of 2013-06-26 23:46:31 +00:00
logpage.c Add log page support to nvmecontrol(8) through a new logpage command. 2013-06-26 23:53:54 +00:00
Makefile Add log page support to nvmecontrol(8) through a new logpage command. 2013-06-26 23:53:54 +00:00
nvmecontrol.8 Add log page support to nvmecontrol(8) through a new logpage command. 2013-06-26 23:53:54 +00:00
nvmecontrol.c Add log page support to nvmecontrol(8) through a new logpage command. 2013-06-26 23:53:54 +00:00
nvmecontrol.h Add log page support to nvmecontrol(8) through a new logpage command. 2013-06-26 23:53:54 +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 Ensure that a device node is specified when invoking the identify or reset 2013-06-26 23:41:07 +00:00