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 NVMe: Add big-endian support 2018-02-22 13:32:31 +00:00
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 DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
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 NVMe: Add big-endian support 2018-02-22 13:32:31 +00:00
power.c NVMe: Add big-endian support 2018-02-22 13:32:31 +00:00
reset.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
util.c Move 128-bit integer routines to util.c so they can be used by more 2017-06-27 20:24:25 +00:00
wdc.c NVMe: Add big-endian support 2018-02-22 13:32:31 +00:00