Merging upstream version 1.10.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
05578a6ab9
commit
a02d194ad0
946 changed files with 4401 additions and 1290 deletions
15
doc/man/nvmf_hostnqn_generate_from_hostid.2
Normal file
15
doc/man/nvmf_hostnqn_generate_from_hostid.2
Normal file
|
@ -0,0 +1,15 @@
|
|||
.TH "nvmf_hostnqn_generate_from_hostid" 9 "nvmf_hostnqn_generate_from_hostid" "August 2024" "libnvme API manual" LINUX
|
||||
.SH NAME
|
||||
nvmf_hostnqn_generate_from_hostid \- Generate a host nqn from host identifier
|
||||
.SH SYNOPSIS
|
||||
.B "char *" nvmf_hostnqn_generate_from_hostid
|
||||
.BI "(char *hostid " ");"
|
||||
.SH ARGUMENTS
|
||||
.IP "hostid" 12
|
||||
Host identifier
|
||||
.SH "DESCRIPTION"
|
||||
If \fIhostid\fP is NULL, the function generates it based on the machine
|
||||
identifier.
|
||||
.SH "RETURN"
|
||||
On success, an NVMe Qualified Name for host identification. This
|
||||
name is based on the given host identifier. On failure, NULL.
|
Loading…
Add table
Add a link
Reference in a new issue