summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_ctrl_set_discovery_ctrl.2
blob: d21c93ec636194d0115974edc5e8176bdb6120f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.TH "nvme_ctrl_set_discovery_ctrl" 9 "nvme_ctrl_set_discovery_ctrl" "August 2022" "libnvme API manual" LINUX
.SH NAME
nvme_ctrl_set_discovery_ctrl \- Set the 'discovery_ctrl' flag
.SH SYNOPSIS
.B "void" nvme_ctrl_set_discovery_ctrl
.BI "(nvme_ctrl_t c "  ","
.BI "bool discovery "  ");"
.SH ARGUMENTS
.IP "c" 12
Controller to be modified
.IP "discovery" 12
value of the discovery_ctrl flag
.SH "DESCRIPTION"
Sets the 'discovery_ctrl' flag in \fIc\fP to specify whether
\fIc\fP connects to a discovery subsystem.