| libnvme(9) | API Manual | libnvme(9) | 
NAME¶
enum nvme_id_ctrl_oaes - Optional Asynchronous Events Supported
SYNOPSIS¶
enum nvme_id_ctrl_oaes {
  
   NVME_CTRL_OAES_NA ,
  
   NVME_CTRL_OAES_FA ,
  
   NVME_CTRL_OAES_ANA ,
  
   NVME_CTRL_OAES_PLEA ,
  
   NVME_CTRL_OAES_LBAS ,
  
   NVME_CTRL_OAES_EGE ,
  
   NVME_CTRL_OAES_NS ,
  
   NVME_CTRL_OAES_ZD ,
  
   NVME_CTRL_OAES_DL
};
Constants¶
- NVME_CTRL_OAES_NA
 - Namespace Attribute Notices event supported
 - NVME_CTRL_OAES_FA
 - Firmware Activation Notices event supported
 - NVME_CTRL_OAES_ANA
 - ANA Change Notices supported
 - NVME_CTRL_OAES_PLEA
 - Predictable Latency Event Aggregate Log Change Notices event supported
 - NVME_CTRL_OAES_LBAS
 - LBA Status Information Notices event supported
 - NVME_CTRL_OAES_EGE
 - Endurance Group Events Aggregate Log Change Notices event supported
 - NVME_CTRL_OAES_NS
 - Normal NVM Subsystem Shutdown event supported
 - NVME_CTRL_OAES_ZD
 - Zone Descriptor Change Notifications supported
 - NVME_CTRL_OAES_DL
 - Discover Log Page Change Notifications supported
 
| enum nvme_id_ctrl_oaes | February 2024 |