Merging upstream version 1.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
22fcbdb0c8
commit
35c8bfce7f
1041 changed files with 6076 additions and 1170 deletions
14
doc/man/nvme_mi_aem_get_fd.2
Normal file
14
doc/man/nvme_mi_aem_get_fd.2
Normal file
|
@ -0,0 +1,14 @@
|
|||
.TH "nvme_mi_aem_get_fd" 9 "nvme_mi_aem_get_fd" "May 2025" "libnvme API manual" LINUX
|
||||
.SH NAME
|
||||
nvme_mi_aem_get_fd \- Returns the pollable fd for AEM data available
|
||||
.SH SYNOPSIS
|
||||
.B "int" nvme_mi_aem_get_fd
|
||||
.BI "(nvme_mi_ep_t ep " ");"
|
||||
.SH ARGUMENTS
|
||||
.IP "ep" 12
|
||||
The endpoint being monitored for asynchronous data
|
||||
.SH "DESCRIPTION"
|
||||
This populated structure can be polled from the application to understand if
|
||||
a call to \fBnvme_mi_aem_process\fP is required (when a poll returns > 0).
|
||||
.SH "RETURN"
|
||||
The fd value or -1 if error
|
Loading…
Add table
Add a link
Reference in a new issue