HomeSort by: relevance | last modified time | path
    Searched refs:nvm_identify_namespace (Results 1 - 8 of 8) sorted by relevancy

  /src/sbin/nvmectl/
devlist.c 62 ns_get_sector_size(struct nvm_identify_namespace *nsdata)
72 struct nvm_identify_namespace nsdata;
nvmectl.h 104 void read_namespace_data(int, int, struct nvm_identify_namespace *);
identify.c 164 print_namespace(struct nvm_identify_namespace *nsdata)
246 struct nvm_identify_namespace nsdata;
289 hexlength = sizeof(struct nvm_identify_namespace);
291 hexlength = offsetof(struct nvm_identify_namespace,
nvmectl.c 176 read_namespace_data(int fd, int nsid, struct nvm_identify_namespace *nsdata)
  /src/sys/dev/ic/
nvmeio.h 121 nvme_identify_namespace_swapbytes(struct nvm_identify_namespace *identify)
nvmevar.h 102 struct nvm_identify_namespace *ident;
nvmereg.h 568 struct nvm_identify_namespace { struct
623 NVME_CTASSERT(sizeof(struct nvm_identify_namespace) == 4096, "bad size for nvm_identify_namespace");
nvme.c 701 struct nvm_identify_namespace *identify;
747 *identify = *((volatile struct nvm_identify_namespace *)NVME_DMA_KVA(mem));
1161 struct nvm_identify_namespace *identify;

Completed in 30 milliseconds