blob: 36a3906f974ad173ce83824595200ab35de7a5a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.TH "libnvme" 9 "struct nvme_supported_log_pages" "May 2024" "API Manual" LINUX
.SH NAME
struct nvme_supported_log_pages \- Supported Log Pages - Log
.SH SYNOPSIS
struct nvme_supported_log_pages {
.br
.BI " __le32 lid_support[NVME_LOG_SUPPORTED_LOG_PAGES_MAX];"
.br
.BI "
};
.br
.SH Members
.IP "lid_support" 12
Log Page Identifier Supported
.SH "Description"
Supported Log Pages (Log Identifier 00h)
|