Lines Matching +full:1 +full:- +full:2017
2 * Copyright (C) 2017 NXP Semiconductors
3 * Copyright (C) 2017 Bin Meng <bmeng.cn@gmail.com>
5 * SPDX-License-Identifier: GPL-2.0+
20 if (strncmp(argv[1], "scan", 4) == 0) { in do_nvme()
27 if (strncmp(argv[1], "deta", 4) == 0) { in do_nvme()
45 nvme, 8, 1, do_nvme,
46 "NVM Express sub-system",
47 "scan - scan NVMe devices\n"
48 "nvme detail - show details of current NVMe device\n"
49 "nvme info - show all available NVMe devices\n"
50 "nvme device [dev] - show or set current NVMe device\n"
51 "nvme part [dev] - print partition table of one or all NVMe devices\n"
52 "nvme erase blk# cnt - erase 'cnt' blocks strating at block\n"
53 "nvme read addr blk# cnt - read `cnt' blocks starting at block\n"
55 "nvme write addr blk# cnt - write `cnt' blocks starting at block\n"
57 "nvme write_zeroes blk# cnt - write `cnt' blocks of zeroes starting at block\n"