nvme_parse_uri(2) libnvme API manual nvme_parse_uri(2)

nvme_parse_uri - Parse the URI string

struct nvme_fabrics_uri * nvme_parse_uri (const char *str );

URI string

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.

nvme_parse_uri January 2025