Scroll to navigation

nvme_parse_uri(9) libnvme API manual nvme_parse_uri(9)

NAME

nvme_parse_uri - Parse the URI string

SYNOPSIS

struct nvme_fabrics_uri * nvme_parse_uri (const char *str );

ARGUMENTS

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.

nvme_parse_uri October 2024