16 lines
430 B
Groff
16 lines
430 B
Groff
|
.TH "nvme_get_log_reservation" 9 "nvme_get_log_reservation" "April 2022" "libnvme API manual" LINUX
|
||
|
.SH NAME
|
||
|
nvme_get_log_reservation \-
|
||
|
.SH SYNOPSIS
|
||
|
.B "int" nvme_get_log_reservation
|
||
|
.BI "(int fd " ","
|
||
|
.BI "bool rae " ","
|
||
|
.BI "struct nvme_resv_notification_log *log " ");"
|
||
|
.SH ARGUMENTS
|
||
|
.IP "fd" 12
|
||
|
File descriptor of nvme device
|
||
|
.IP "rae" 12
|
||
|
Retain asynchronous events
|
||
|
.IP "log" 12
|
||
|
User address to store the reservation log
|