Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

nvmf_hostnqn_generate_from_hostid - Generate a host nqn from host identifier

Arguments

hostid Host identifier

Description

If hostid is NULL, the function generates it based on the machine identifier.

Name

nvmf_hostnqn_generate_from_hostid - Generate a host nqn from host identifier

Return

On success, an NVMe Qualified Name for host identification. This name is based on the given host identifier. On failure, NULL. August 2025 nvmf_hostnqn_generate_from_hostid nvmf_hostnqn_generate_from_hostid(2)

Synopsis

char*nvmf_hostnqn_generate_from_hostid(char*hostid);

See Also