nvm_identify_namespace
ns_get_sector_size(struct nvm_identify_namespace *nsdata)
struct nvm_identify_namespace nsdata;
print_namespace(struct nvm_identify_namespace *nsdata)
struct nvm_identify_namespace nsdata;
hexlength = sizeof(struct nvm_identify_namespace);
hexlength = offsetof(struct nvm_identify_namespace,
read_namespace_data(int fd, int nsid, struct nvm_identify_namespace *nsdata)
void read_namespace_data(int, int, struct nvm_identify_namespace *);
struct nvm_identify_namespace *identify;
struct nvm_identify_namespace *identify;
*identify = *((volatile struct nvm_identify_namespace *)NVME_DMA_KVA(mem));
nvme_identify_namespace_swapbytes(struct nvm_identify_namespace *identify)
NVME_CTASSERT(sizeof(struct nvm_identify_namespace) == 4096, "bad size for nvm_identify_namespace");
struct nvm_identify_namespace *ident;