Adding upstream version 2.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8dc527e3df
commit
a7aa0c3253
444 changed files with 5289 additions and 1980 deletions
11
nvme-print.h
11
nvme-print.h
|
@ -132,6 +132,17 @@ void json_nvme_finish_zone_list(__u64 nr_zones,
|
|||
struct json_object *zone_list);
|
||||
void nvme_show_list_item(nvme_ns_t n);
|
||||
|
||||
void nvme_show_fdp_configs(struct nvme_fdp_config_log *configs, size_t len,
|
||||
enum nvme_print_flags flags);
|
||||
void nvme_show_fdp_stats(struct nvme_fdp_stats_log *log,
|
||||
enum nvme_print_flags flags);
|
||||
void nvme_show_fdp_events(struct nvme_fdp_events_log *log,
|
||||
enum nvme_print_flags flags);
|
||||
void nvme_show_fdp_usage(struct nvme_fdp_ruhu_log *log, size_t len,
|
||||
enum nvme_print_flags flags);
|
||||
void nvme_show_fdp_ruh_status(struct nvme_fdp_ruh_status *status, size_t len,
|
||||
enum nvme_print_flags flags);
|
||||
|
||||
const char *nvme_cmd_to_string(int admin, __u8 opcode);
|
||||
const char *nvme_select_to_string(int sel);
|
||||
const char *nvme_feature_to_string(enum nvme_features_id feature);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue