nvmf_hostnqn_generate_from_hostid - Man Page
Generate a host nqn from host identifier
Synopsis
char * nvmf_hostnqn_generate_from_hostid (char *hostid );
Arguments
- hostid
Host identifier
Description
If hostid is NULL, the function generates it based on the machine identifier.
Return
On success, an NVMe Qualified Name for host identification. This name is based on the given host identifier. On failure, NULL.
Info
August 2024 libnvme API manual