freebsd-dev/sbin/nvmecontrol
Warner Losh a13a291adf Move nvmecontrol to using linker sets for commands
More commands will be added to nvmecontrol. Also, there will be a few
more vendor commands (some of which may need to remain private to
companies writing them). The first step on that journey is to move to
using linker sets to dispatch commands. The next step will be using
dlopen to bring in the .so's that have the command that might need
to remain private for seamless integration.

Similar changes to this will be needed for vendor specific log pages.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D18403
2018-12-02 23:10:55 +00:00
..
devlist.c Move nvmecontrol to using linker sets for commands 2018-12-02 23:10:55 +00:00
firmware.c Move nvmecontrol to using linker sets for commands 2018-12-02 23:10:55 +00:00
format.c Move nvmecontrol to using linker sets for commands 2018-12-02 23:10:55 +00:00
identify_ext.c Make it possible to use print_controller from another program 2018-06-13 22:00:02 +00:00
identify.c Move nvmecontrol to using linker sets for commands 2018-12-02 23:10:55 +00:00
logpage.c Move nvmecontrol to using linker sets for commands 2018-12-02 23:10:55 +00:00
Makefile Make it possible to use print_controller from another program 2018-06-13 22:00:02 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
nc_util.c Make it possible to use print_controller from another program 2018-06-13 22:00:02 +00:00
ns.c Move nvmecontrol to using linker sets for commands 2018-12-02 23:10:55 +00:00
nvmecontrol_ext.h Make it possible to use print_controller from another program 2018-06-13 22:00:02 +00:00
nvmecontrol.8 Add nvmecontrol format subcommand. 2018-03-13 03:02:09 +00:00
nvmecontrol.c Move nvmecontrol to using linker sets for commands 2018-12-02 23:10:55 +00:00
nvmecontrol.h Move nvmecontrol to using linker sets for commands 2018-12-02 23:10:55 +00:00
perftest.c Move nvmecontrol to using linker sets for commands 2018-12-02 23:10:55 +00:00
power.c Move nvmecontrol to using linker sets for commands 2018-12-02 23:10:55 +00:00
reset.c Move nvmecontrol to using linker sets for commands 2018-12-02 23:10:55 +00:00
wdc.c Move nvmecontrol to using linker sets for commands 2018-12-02 23:10:55 +00:00