1
0
Fork 0

Merging upstream version 1.10.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:50:54 +01:00
parent 05578a6ab9
commit a02d194ad0
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
946 changed files with 4401 additions and 1290 deletions

View 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.