Searched refs:nvme_format_nvm (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/nvmeadm/ |
H A D | nvmeadm.h | 79 extern boolean_t nvme_format_nvm(int, uint8_t, uint8_t);
|
H A D | nvmeadm_dev.c | 147 nvme_format_nvm(int fd, uint8_t lbaf, uint8_t ses) in nvme_format_nvm() function
|
H A D | nvmeadm.c | 890 if (nvme_format_nvm(fd, lbaf, ses) == B_FALSE) { in do_format_common()
|
/titanic_41/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 327 static int nvme_format_nvm(nvme_t *, uint32_t, uint8_t, boolean_t, uint8_t, 1610 nvme_format_nvm(nvme_t *nvme, uint32_t nsid, uint8_t lbaf, boolean_t ms, in nvme_format_nvm() function 3765 return (nvme_format_nvm(nvme, nsid, frmt.b.fm_lbaf, B_FALSE, 0, B_FALSE, in nvme_ioctl_format()
|