Adding upstream version 2.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7819359ae2
commit
acf5b2ec4c
507 changed files with 19440 additions and 17258 deletions
162
nvme-print.h
162
nvme-print.h
|
@ -13,15 +13,108 @@ typedef struct nvme_effects_log_node {
|
|||
struct list_node node;
|
||||
} nvme_effects_log_node_t;
|
||||
|
||||
#define nvme_show_error(msg, ...) nvme_show_message(true, msg, ##__VA_ARGS__)
|
||||
#define nvme_show_result(msg, ...) nvme_show_message(false, msg, ##__VA_ARGS__)
|
||||
|
||||
void d(unsigned char *buf, int len, int width, int group);
|
||||
void d_raw(unsigned char *buf, unsigned len);
|
||||
|
||||
struct print_ops {
|
||||
/* libnvme types.h print functions */
|
||||
void (*ana_log)(struct nvme_ana_log *ana_log, const char *devname, size_t len);
|
||||
void (*boot_part_log)(void *bp_log, const char *devname, __u32 size);
|
||||
void (*ctrl_list)(struct nvme_ctrl_list *ctrl_list);
|
||||
void (*ctrl_registers)(void *bar, bool fabrics);
|
||||
void (*directive)(__u8 type, __u8 oper, __u16 spec, __u32 nsid, __u32 result, void *buf, __u32 len);
|
||||
void (*discovery_log)(struct nvmf_discovery_log *log, int numrec);
|
||||
void (*effects_log_list)(struct list_head *list);
|
||||
void (*endurance_group_event_agg_log)(struct nvme_aggregate_predictable_lat_event *endurance_log, __u64 log_entries, __u32 size, const char *devname);
|
||||
void (*endurance_group_list)(struct nvme_id_endurance_group_list *endgrp_list);
|
||||
void (*endurance_log)(struct nvme_endurance_group_log *endurance_group, __u16 group_id, const char *devname);
|
||||
void (*error_log)(struct nvme_error_log_page *err_log, int entries, const char *devname);
|
||||
void (*fdp_config_log)(struct nvme_fdp_config_log *log, size_t len);
|
||||
void (*fdp_event_log)(struct nvme_fdp_events_log *log);
|
||||
void (*fdp_ruh_status)(struct nvme_fdp_ruh_status *status, size_t len);
|
||||
void (*fdp_stats_log)(struct nvme_fdp_stats_log *log);
|
||||
void (*fdp_usage_log)(struct nvme_fdp_ruhu_log *log, size_t len);
|
||||
void (*fid_supported_effects_log)(struct nvme_fid_supported_effects_log *fid_log, const char *devname);
|
||||
void (*fw_log)(struct nvme_firmware_slot *fw_log, const char *devname);
|
||||
void (*id_ctrl)(struct nvme_id_ctrl *ctrl, void (*vs)(__u8 *vs, struct json_object *root));
|
||||
void (*id_ctrl_nvm)(struct nvme_id_ctrl_nvm *ctrl_nvm);
|
||||
void (*id_domain_list)(struct nvme_id_domain_list *id_dom);
|
||||
void (*id_independent_id_ns)(struct nvme_id_independent_id_ns *ns, unsigned int nsid);
|
||||
void (*id_iocs)(struct nvme_id_iocs *ioscs);
|
||||
void (*id_ns)(struct nvme_id_ns *ns, unsigned int nsid, unsigned int lba_index, bool cap_only);
|
||||
void (*id_ns_descs)(void *data, unsigned int nsid);
|
||||
void (*id_ns_granularity_list)(const struct nvme_id_ns_granularity_list *list);
|
||||
void (*id_nvmset_list)(struct nvme_id_nvmset_list *nvmset, unsigned int nvmeset_id);
|
||||
void (*id_uuid_list)(const struct nvme_id_uuid_list *uuid_list);
|
||||
void (*lba_status)(struct nvme_lba_status *list, unsigned long len);
|
||||
void (*lba_status_log)(void *lba_status, __u32 size, const char *devname);
|
||||
void (*media_unit_stat_log)(struct nvme_media_unit_stat_log *mus);
|
||||
void (*mi_cmd_support_effects_log)(struct nvme_mi_cmd_supported_effects_log *mi_cmd_log, const char *devname);
|
||||
void (*ns_list)(struct nvme_ns_list *ns_list);
|
||||
void (*ns_list_log)(struct nvme_ns_list *log, const char *devname);
|
||||
void (*nvm_id_ns)(struct nvme_nvm_id_ns *nvm_ns, unsigned int nsid, struct nvme_id_ns *ns, unsigned int lba_index, bool cap_only);
|
||||
void (*persistent_event_log)(void *pevent_log_info, __u8 action, __u32 size, const char *devname);
|
||||
void (*predictable_latency_event_agg_log)(struct nvme_aggregate_predictable_lat_event *pea_log, __u64 log_entries, __u32 size, const char *devname);
|
||||
void (*predictable_latency_per_nvmset)(struct nvme_nvmset_predictable_lat_log *plpns_log, __u16 nvmset_id, const char *devname);
|
||||
void (*primary_ctrl_cap)(const struct nvme_primary_ctrl_cap *caps);
|
||||
void (*resv_notification_log)(struct nvme_resv_notification_log *resv, const char *devname);
|
||||
void (*resv_report)(struct nvme_resv_status *status, int bytes, bool eds);
|
||||
void (*sanitize_log_page)(struct nvme_sanitize_log_page *sanitize_log, const char *devname);
|
||||
void (*secondary_ctrl_list)(const struct nvme_secondary_ctrl_list *sc_list, __u32 count);
|
||||
void (*select_result)(__u32 result);
|
||||
void (*self_test_log)(struct nvme_self_test_log *self_test, __u8 dst_entries, __u32 size, const char *devname);
|
||||
void (*single_property)(int offset, uint64_t value64);
|
||||
void (*smart_log)(struct nvme_smart_log *smart, unsigned int nsid, const char *devname);
|
||||
void (*supported_cap_config_list_log)(struct nvme_supported_cap_config_list_log *cap_log);
|
||||
void (*supported_log_pages)(struct nvme_supported_log_pages *support_log, const char *devname);
|
||||
void (*zns_changed_zone_log)(struct nvme_zns_changed_zone_log *log);
|
||||
void (*zns_finish_zone_list)(__u64 nr_zones, struct json_object *zone_list);
|
||||
void (*zns_id_ctrl)(struct nvme_zns_id_ctrl *ctrl);
|
||||
void (*zns_id_ns)(struct nvme_zns_id_ns *ns, struct nvme_id_ns *id_ns);
|
||||
void (*zns_report_zones)(void *report, __u32 descs, __u8 ext_size, __u32 report_size, struct json_object *zone_list);
|
||||
void (*show_feature_fields)(enum nvme_features_id id, unsigned int result, unsigned char *buf);
|
||||
void (*id_ctrl_rpmbs)(__le32 ctrl_rpmbs);
|
||||
void (*lba_range)(struct nvme_lba_range_type *lbrt, int nr_ranges);
|
||||
void (*lba_status_info)(__u32 result);
|
||||
|
||||
/* libnvme tree print functions */
|
||||
void (*list_item)(nvme_ns_t n);
|
||||
void (*list_items)(nvme_root_t t);
|
||||
void (*print_nvme_subsystem_list)(nvme_root_t r, bool show_ana);
|
||||
void (*topology_ctrl)(nvme_root_t r);
|
||||
void (*topology_namespace)(nvme_root_t r);
|
||||
|
||||
/* status and error messages */
|
||||
void (*connect_msg)(nvme_ctrl_t c);
|
||||
void (*show_message)(bool error, const char *msg, va_list ap);
|
||||
void (*show_perror)(const char *msg);
|
||||
void (*show_status)(int status);
|
||||
|
||||
enum nvme_print_flags flags;
|
||||
};
|
||||
|
||||
#ifdef CONFIG_JSONC
|
||||
|
||||
struct print_ops *nvme_get_json_print_ops(enum nvme_print_flags flags);
|
||||
|
||||
#else /* !CONFIG_JSONC */
|
||||
|
||||
static inline struct print_ops *nvme_get_json_print_ops(enum nvme_print_flags flags) { return NULL; }
|
||||
|
||||
#endif /* !CONFIG_JSONC */
|
||||
|
||||
struct print_ops *nvme_get_stdout_print_ops(enum nvme_print_flags flags);
|
||||
struct print_ops *nvme_get_binary_print_ops(enum nvme_print_flags flags);
|
||||
|
||||
void nvme_show_status(int status);
|
||||
void nvme_show_lba_status_info(__u32 result);
|
||||
void nvme_show_relatives(const char *name);
|
||||
|
||||
void nvme_show_id_iocs(struct nvme_id_iocs *iocs);
|
||||
void nvme_show_id_ctrl(struct nvme_id_ctrl *ctrl, unsigned int mode,
|
||||
void nvme_show_id_iocs(struct nvme_id_iocs *iocs, enum nvme_print_flags flags);
|
||||
void nvme_show_id_ctrl(struct nvme_id_ctrl *ctrl, enum nvme_print_flags flags,
|
||||
void (*vendor_show)(__u8 *vs, struct json_object *root));
|
||||
void nvme_show_id_ns(struct nvme_id_ns *ns, unsigned int nsid,
|
||||
unsigned int lba_index, bool cap_only, enum nvme_print_flags flags);
|
||||
|
@ -30,7 +123,8 @@ void nvme_show_cmd_set_independent_id_ns(
|
|||
enum nvme_print_flags flags);
|
||||
void nvme_show_resv_report(struct nvme_resv_status *status, int bytes, bool eds,
|
||||
enum nvme_print_flags flags);
|
||||
void nvme_show_lba_range(struct nvme_lba_range_type *lbrt, int nr_ranges);
|
||||
void nvme_show_lba_range(struct nvme_lba_range_type *lbrt, int nr_ranges,
|
||||
enum nvme_print_flags flags);
|
||||
void nvme_show_supported_log(struct nvme_supported_log_pages *support,
|
||||
const char *devname, enum nvme_print_flags flags);
|
||||
void nvme_show_error_log(struct nvme_error_log_page *err_log, int entries,
|
||||
|
@ -38,12 +132,13 @@ void nvme_show_error_log(struct nvme_error_log_page *err_log, int entries,
|
|||
void nvme_show_smart_log(struct nvme_smart_log *smart, unsigned int nsid,
|
||||
const char *devname, enum nvme_print_flags flags);
|
||||
void nvme_show_ana_log(struct nvme_ana_log *ana_log, const char *devname,
|
||||
enum nvme_print_flags flags, size_t len);
|
||||
size_t len, enum nvme_print_flags flags);
|
||||
void nvme_show_self_test_log(struct nvme_self_test_log *self_test, __u8 dst_entries,
|
||||
__u32 size, const char *devname, enum nvme_print_flags flags);
|
||||
void nvme_show_fw_log(struct nvme_firmware_slot *fw_log, const char *devname,
|
||||
enum nvme_print_flags flags);
|
||||
void nvme_print_effects_log_pages(struct list_head *list, int flags);
|
||||
void nvme_print_effects_log_pages(struct list_head *list,
|
||||
enum nvme_print_flags flags);
|
||||
void nvme_show_changed_ns_list_log(struct nvme_ns_list *log,
|
||||
const char *devname, enum nvme_print_flags flags);
|
||||
void nvme_show_endurance_log(struct nvme_endurance_group_log *endurance_log,
|
||||
|
@ -60,9 +155,6 @@ void nvme_show_predictable_latency_event_agg_log(
|
|||
void nvme_show_persistent_event_log(void *pevent_log_info,
|
||||
__u8 action, __u32 size, const char *devname,
|
||||
enum nvme_print_flags flags);
|
||||
void json_endurance_group_event_agg_log(
|
||||
struct nvme_aggregate_predictable_lat_event *endurance_log,
|
||||
__u64 log_entries);
|
||||
void nvme_show_endurance_group_event_agg_log(
|
||||
struct nvme_aggregate_predictable_lat_event *endurance_log,
|
||||
__u64 log_entries, __u32 size, const char *devname,
|
||||
|
@ -82,7 +174,7 @@ void nvme_show_media_unit_stat_log(struct nvme_media_unit_stat_log *mus,
|
|||
void nvme_show_supported_cap_config_log(struct nvme_supported_cap_config_list_log *caplog,
|
||||
enum nvme_print_flags flags);
|
||||
void nvme_show_ctrl_registers(void *bar, bool fabrics, enum nvme_print_flags flags);
|
||||
void nvme_show_single_property(int offset, uint64_t prop, int human);
|
||||
void nvme_show_single_property(int offset, uint64_t prop, enum nvme_print_flags flags);
|
||||
void nvme_show_id_ns_descs(void *data, unsigned nsid, enum nvme_print_flags flags);
|
||||
void nvme_show_lba_status(struct nvme_lba_status *list, unsigned long len,
|
||||
enum nvme_print_flags flags);
|
||||
|
@ -107,27 +199,30 @@ void nvme_show_endurance_group_list(struct nvme_id_endurance_group_list *endgrp_
|
|||
enum nvme_print_flags flags);
|
||||
void nvme_show_list_ns(struct nvme_ns_list *ns_list,
|
||||
enum nvme_print_flags flags);
|
||||
void nvme_show_topology(nvme_root_t t, enum nvme_print_flags flags,
|
||||
enum nvme_cli_topo_ranking ranking);
|
||||
void nvme_show_topology(nvme_root_t t,
|
||||
enum nvme_cli_topo_ranking ranking,
|
||||
enum nvme_print_flags flags);
|
||||
|
||||
void nvme_feature_show_fields(enum nvme_features_id fid, unsigned int result, unsigned char *buf);
|
||||
void nvme_directive_show(__u8 type, __u8 oper, __u16 spec, __u32 nsid, __u32 result,
|
||||
void *buf, __u32 len, enum nvme_print_flags flags);
|
||||
void nvme_show_select_result(__u32 result);
|
||||
|
||||
void nvme_show_zns_id_ctrl(struct nvme_zns_id_ctrl *ctrl, unsigned int mode);
|
||||
void nvme_show_zns_id_ctrl(struct nvme_zns_id_ctrl *ctrl,
|
||||
enum nvme_print_flags flags);
|
||||
void nvme_show_id_ctrl_nvm(struct nvme_id_ctrl_nvm *ctrl_nvm,
|
||||
enum nvme_print_flags flags);
|
||||
void nvme_show_nvm_id_ns(struct nvme_nvm_id_ns *nvm_ns, unsigned int nsid,
|
||||
struct nvme_id_ns *ns, unsigned int lba_index,
|
||||
bool cap_only, enum nvme_print_flags flags);
|
||||
void nvme_show_zns_id_ns(struct nvme_zns_id_ns *ns,
|
||||
struct nvme_id_ns *id_ns, unsigned long flags);
|
||||
void nvme_show_zns_changed( struct nvme_zns_changed_zone_log *log,
|
||||
unsigned long flags);
|
||||
struct nvme_id_ns *id_ns, enum nvme_print_flags flags);
|
||||
void nvme_show_zns_changed(struct nvme_zns_changed_zone_log *log,
|
||||
enum nvme_print_flags flags);
|
||||
void nvme_show_zns_report_zones(void *report, __u32 descs,
|
||||
__u8 ext_size, __u32 report_size, unsigned long flags,
|
||||
struct json_object *zone_list);
|
||||
__u8 ext_size, __u32 report_size,
|
||||
struct json_object *zone_list,
|
||||
enum nvme_print_flags flags);
|
||||
void json_nvme_finish_zone_list(__u64 nr_zones,
|
||||
struct json_object *zone_list);
|
||||
void nvme_show_list_item(nvme_ns_t n);
|
||||
|
@ -143,17 +238,38 @@ void nvme_show_fdp_usage(struct nvme_fdp_ruhu_log *log, size_t len,
|
|||
void nvme_show_fdp_ruh_status(struct nvme_fdp_ruh_status *status, size_t len,
|
||||
enum nvme_print_flags flags);
|
||||
|
||||
void nvme_show_discovery_log(struct nvmf_discovery_log *log, uint64_t numrec,
|
||||
enum nvme_print_flags flags);
|
||||
void nvme_show_connect_msg(nvme_ctrl_t c, enum nvme_print_flags flags);
|
||||
|
||||
const char *nvme_ana_state_to_string(enum nvme_ana_state state);
|
||||
const char *nvme_cmd_to_string(int admin, __u8 opcode);
|
||||
const char *nvme_select_to_string(int sel);
|
||||
const char *nvme_fdp_event_to_string(enum nvme_fdp_event_type event);
|
||||
const char *nvme_feature_lba_type_to_string(__u8 type);
|
||||
const char *nvme_feature_temp_sel_to_string(__u8 sel);
|
||||
const char *nvme_feature_temp_type_to_string(__u8 type);
|
||||
const char *nvme_feature_to_string(enum nvme_features_id feature);
|
||||
const char *nvme_feature_wl_hints_to_string(__u8 wh);
|
||||
const char *nvme_host_metadata_type_to_string(enum nvme_features_id fid, __u8 type);
|
||||
const char *nvme_log_to_string(__u8 lid);
|
||||
const char *nvme_nss_hw_error_to_string(__u16 error_code);
|
||||
const char *nvme_pel_event_to_string(int type);
|
||||
const char *nvme_register_pmr_hsts_to_string(__u8 hsts);
|
||||
const char *nvme_register_pmr_pmrszu_to_string(__u8 pmrszu);
|
||||
const char *nvme_register_szu_to_string(__u8 szu);
|
||||
const char *nvme_register_to_string(int reg);
|
||||
const char *nvme_resv_notif_to_string(__u8 type);
|
||||
const char *nvme_select_to_string(int sel);
|
||||
const char *nvme_sstat_status_to_string(__u16 status);
|
||||
const char *nvme_trtype_to_string(__u8 trtype);
|
||||
const char *nvme_zone_state_to_string(__u8 state);
|
||||
const char *nvme_zone_type_to_string(__u8 cond);
|
||||
const char *nvme_plm_window_to_string(__u32 plm);
|
||||
const char *nvme_ns_wp_cfg_to_string(enum nvme_ns_write_protect_cfg state);
|
||||
|
||||
void nvme_dev_full_path(nvme_ns_t n, char *path, size_t len);
|
||||
void nvme_generic_full_path(nvme_ns_t n, char *path, size_t len);
|
||||
char *zone_type_to_string(__u8 cond);
|
||||
char *zone_state_to_string(__u8 state);
|
||||
const char *nvme_pel_event_to_string(int type);
|
||||
const char *get_sanitize_log_sstat_status_str(__u16 status);
|
||||
const char *nvme_ana_state_to_string(enum nvme_ana_state state);
|
||||
void nvme_show_message(bool error, const char *msg, ...);
|
||||
void nvme_show_perror(const char *msg);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue