libxnvme_libconf.h#
Structs#
xnvme_libconf#
Functions#
xnvme_libconf_fpr#
-
int xnvme_libconf_fpr(FILE *stream, const struct xnvme_libconf *libconf, enum xnvme_pr opts)#
Prints the given array of version-strings to the given output stream.
- Parameters:
stream – Output stream used for printing
libconf – Pointer to the xnvme_libconf to print
opts – Printer options, see xnvme_pr
- Returns:
On success, the number of characters printed is returned.
xnvme_libconf_get#
-
const struct xnvme_libconf *xnvme_libconf_get(void)#
Returns a xnvme_libconf.
- Returns:
Pointer to a xnvme_libconf
xnvme_libconf_pr#
-
int xnvme_libconf_pr(const struct xnvme_libconf *libconf, enum xnvme_pr opts)#
Prints the given array of version-strings to stdout.
- Parameters:
libconf – Pointer to the xnvme_libconf to print
opts – Printer options, see xnvme_pr
- Returns:
On success, the number of characters printed is returned.