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

nvme_parse_uri - Parse the URI string

Arguments

str URI string

Description

Parse the URI string as defined in the NVM Express Boot Specification. Supported URI elements looks as follows: nvme+tcp://userhost:port/subsys_nqn/nid?query=val#fragment

Name

nvme_parse_uri - Parse the URI string

Return

nvme_fabrics_uri structure on success; NULL on failure with errno set. May 2025 nvme_parse_uri nvme_parse_uri(2)

Synopsis

structnvme_fabrics_uri*nvme_parse_uri(constchar*str);

See Also