logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

struct nbft_info_host - Host Descriptor

Members

id Host ID (raw UUID, length = 16 bytes). nqn Host NQN. host_id_configured HostID Configured Flag: value of True indicates that id contains administratively-configured value, or driver default value if False. host_nqn_configured Host NQN Configured Flag: value of True indicates that nqn contains administratively- configured value, or driver default value if False. primary Primary Administrative Host Descriptor, see enumnbft_info_primary_admin_host_flag. May 2025 struct nbft_info_host libnvme(2)

Name

struct nbft_info_host - Host Descriptor

Synopsis

struct nbft_info_host { unsignedchar*id;char*nqn;boolhost_id_configured;boolhost_nqn_configured;enumnbft_info_primary_admin_host_flagprimary; };

See Also