nvme_parse_uri - Man Page
Parse the URI string
Synopsis
struct nvme_fabrics_uri * nvme_parse_uri (const char *str );
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
Return
nvme_fabrics_uri structure on success; NULL on failure with errno set.
Info
August 2024 libnvme API manual