1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-27 08:00:11 +00:00
freebsd/sbin/nvmecontrol
Alexander Motin 5458a1c840 Allow namespace-id specification where it makes sense.
It makes tool more convenient to not require user to explicitly convert
namespace device name into controller device name.  There should be no
changes to already existing syntaxes.

MFC after:	1 week
2020-04-20 14:54:41 +00:00
..
modules Fix various Coverity-detected errors in nvmecontrol 2020-04-02 13:52:54 +00:00
tests Ensure kyua list working when there is no /dev/nvme* 2020-04-13 21:08:54 +00:00
comnd.c
comnd.h
devlist.c Add a basic test for nvmecontrol 2020-04-07 20:26:42 +00:00
firmware.c Allow namespace-id specification where it makes sense. 2020-04-20 14:54:41 +00:00
format.c
identify_ext.c
identify.c Open device with O_RDONLY when command is non-invasive. 2020-04-20 13:47:07 +00:00
logpage.c Open device with O_RDONLY when command is non-invasive. 2020-04-20 13:47:07 +00:00
Makefile Add a basic test for nvmecontrol 2020-04-07 20:26:42 +00:00
Makefile.depend
nc_util.c
ns.c Allow namespace-id specification where it makes sense. 2020-04-20 14:54:41 +00:00
nsid.c Open device with O_RDONLY when command is non-invasive. 2020-04-20 13:47:07 +00:00
nvmecontrol_ext.h
nvmecontrol.8
nvmecontrol.c Open device with O_RDONLY when command is non-invasive. 2020-04-20 13:47:07 +00:00
nvmecontrol.h Open device with O_RDONLY when command is non-invasive. 2020-04-20 13:47:07 +00:00
passthru.c Fix various Coverity-detected errors in nvmecontrol 2020-04-02 13:52:54 +00:00
perftest.c
power.c Allow namespace-id specification where it makes sense. 2020-04-20 14:54:41 +00:00
reset.c Allow namespace-id specification where it makes sense. 2020-04-20 14:54:41 +00:00
resv.c Open device with O_RDONLY when command is non-invasive. 2020-04-20 13:47:07 +00:00
sanitize.c