summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_resv_register.2
blob: af51199992b0934b676808809046a9fd4f8756c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.TH "nvme_resv_register" 9 "nvme_resv_register" "April 2022" "libnvme API manual" LINUX
.SH NAME
nvme_resv_register \- Send an nvme reservation register
.SH SYNOPSIS
.B "int" nvme_resv_register
.BI "(struct nvme_resv_register_args *args "  ");"
.SH ARGUMENTS
.IP "args" 12
\fIstruct nvme_resv_register_args\fP argument structure
.SH "DESCRIPTION"
The Reservation Register command registers, unregisters, or replaces a
reservation key.
.SH "RETURN"
The nvme command status if a response was received (see
\fIenum nvme_status_field\fP) or -1 with errno set otherwise.