summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_directive_send_stream_release_resource.2
blob: 32ebab4514e35c0ed90e6df8c12bbd34c2ca25c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.TH "nvme_directive_send_stream_release_resource" 9 "nvme_directive_send_stream_release_resource" "April 2022" "libnvme API manual" LINUX
.SH NAME
nvme_directive_send_stream_release_resource \- 
.SH SYNOPSIS
.B "int" nvme_directive_send_stream_release_resource
.BI "(int fd "  ","
.BI "__u32 nsid "  ");"
.SH ARGUMENTS
.IP "fd" 12
File descriptor of nvme device
.IP "nsid" 12
Namespace ID
.SH "RETURN"
The nvme command status if a response was received (see
\fIenum nvme_status_field\fP) or -1 with errno set otherwise.