libxnvme_ident.h#
Structs#
xnvme_ident#
-
struct xnvme_ident#
Representation of device identifiers once decoded from text-representation.
Functions#
xnvme_ident_from_uri#
-
int xnvme_ident_from_uri(const char *uri, struct xnvme_ident *ident)#
Parse the given ‘uri’ into xnvme_ident.
- Parameters:
uri
ident – Pointer to ident to fill with values parsed from ‘uri’
- Returns:
On success, 0 is returned. On error, negative
errno
is returned.