freebsd-dev/sbin/nvmecontrol
Justin Hibbits 2bac48c266 Print Maximum Data Transfer Size as a long rather than int
PowerPC has PAGE_SIZE as a long, not an int.  This causes the compiler to throw
a format mismatch warning on this print.  To work around the difference, print
it as a long instead of an int, and force the argument to a long.

Reviewed By: imp
Differential Revision: https://reviews.freebsd.org/D15653
2018-06-07 04:02:09 +00:00
..
devlist.c Add NVMe Namespace Management support to nvmecontrol(8). 2018-05-05 20:08:03 +00:00
firmware.c
format.c Add some argument checks to be more user-friendly. 2018-03-13 15:29:13 +00:00
identify.c Print Maximum Data Transfer Size as a long rather than int 2018-06-07 04:02:09 +00:00
logpage.c Add nvmecontrol format subcommand. 2018-03-13 03:02:09 +00:00
Makefile Add NVMe Namespace Management support to nvmecontrol(8). 2018-05-05 20:08:03 +00:00
Makefile.depend
ns.c Add NVMe Namespace Management support to nvmecontrol(8). 2018-05-05 20:08:03 +00:00
nvmecontrol.8 Add nvmecontrol format subcommand. 2018-03-13 03:02:09 +00:00
nvmecontrol.c Add NVMe Namespace Management support to nvmecontrol(8). 2018-05-05 20:08:03 +00:00
nvmecontrol.h Add NVMe Namespace Management support to nvmecontrol(8). 2018-05-05 20:08:03 +00:00
perftest.c
power.c
reset.c
util.c
wdc.c