nvme_parse_uri - Parse the URI string
Contents
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);
