Searched refs:nvme_sanitize_status_page (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sbin/nvmecontrol/
H A Dsanitize.c111 struct nvme_sanitize_status_page ss;
H A Dlogpage.c489 struct nvme_sanitize_status_page *ss;
493 ss = (struct nvme_sanitize_status_page *)buf;
695 print_log_sanitize_status, sizeof(struct nvme_sanitize_status_page));
/freebsd-current/sys/dev/nvme/
H A Dnvme.h1733 struct nvme_sanitize_status_page { struct
1746 _Static_assert(sizeof(struct nvme_sanitize_status_page) == 512,
1747 "bad size for nvme_sanitize_status_page");
2266 struct nvme_sanitize_status_page *s __unused)
H A Dnvme_ctrlr.c637 log_page_size = sizeof(struct nvme_sanitize_status_page);
720 (struct nvme_sanitize_status_page *)aer->log_page_buffer);

Completed in 131 milliseconds