Adding upstream version 2.2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
28d4a2895d
commit
8dc527e3df
446 changed files with 8369 additions and 4059 deletions
|
@ -15,9 +15,8 @@ typedef struct nvme_effects_log_node {
|
|||
|
||||
void d(unsigned char *buf, int len, int width, int group);
|
||||
void d_raw(unsigned char *buf, unsigned len);
|
||||
uint64_t int48_to_long(__u8 *data);
|
||||
|
||||
void nvme_show_status(__u16 status);
|
||||
void nvme_show_status(int status);
|
||||
void nvme_show_lba_status_info(__u32 result);
|
||||
void nvme_show_relatives(const char *name);
|
||||
|
||||
|
@ -108,6 +107,8 @@ 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_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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue