nvme_parse_uri
Parse the URI string
- Provided by: libnvme-dev (Version: 1.16.1-4)
- Source: libnvme
- Report a bug
Parse the URI string
struct nvme_fabrics_uri * nvme_parse_uri (const char *str );
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
nvme_fabrics_uri structure on success; NULL on failure with errno set.