DOKK / manpages / debian 12 / libnvme-dev / nvme_ctrl_metadata_type.2.en
libnvme(2) API Manual libnvme(2)

enum nvme_ctrl_metadata_type - Controller Metadata Element Types

enum nvme_ctrl_metadata_type {
NVME_CTRL_METADATA_OS_CTRL_NAME ,
NVME_CTRL_METADATA_OS_DRIVER_NAME ,
NVME_CTRL_METADATA_OS_DRIVER_VER ,
NVME_CTRL_METADATA_PRE_BOOT_CTRL_NAME ,
NVME_CTRL_METADATA_PRE_BOOT_DRIVER_NAME ,
NVME_CTRL_METADATA_PRE_BOOT_DRIVER_VER ,
NVME_CTRL_METADATA_SYS_PROC_MODEL ,
NVME_CTRL_METADATA_CHIPSET_DRV_NAME ,
NVME_CTRL_METADATA_CHIPSET_DRV_VERSION ,
NVME_CTRL_METADATA_OS_NAME_AND_BUILD ,
NVME_CTRL_METADATA_SYS_PROD_NAME ,
NVME_CTRL_METADATA_FIRMWARE_VERSION ,
NVME_CTRL_METADATA_OS_DRIVER_FILENAME ,
NVME_CTRL_METADATA_DISPLAY_DRV_NAME ,
NVME_CTRL_METADATA_DISPLAY_DRV_VERSION ,
NVME_CTRL_METADATA_HOST_DET_FAIL_REC

};

Name of the controller in the operating system.
Name of the driver in the operating system.
Version of the driver in the operating system.
Name of the controller in the pre-boot environment.
Name of the driver in the pre-boot environment.
Version of the driver in the pre-boot environment.
Model of the processor.
Chipset driver name.
Chipset driver version.
Operating system name and build.
System product name.
Host firmware (e.g UEFI) version.
Operating system driver filename.
Display driver name.
Display driver version.
Failure record.
enum nvme_ctrl_metadata_type January 2023