nvme_mi_create_root - Create top-level MI (root) handle.
Contents
Arguments
fp File descriptor for logging messages
log_level Logging level to use
Description
Create the top-level (library) handle for creating subsequent endpoint objects. Similar to
nvme_create_root, but we provide this to allow linking without the core libnvme.
See nvme_create_root.
Name
nvme_mi_create_root - Create top-level MI (root) handle.
Return
new root object, or NULL on failure.
May 2025 nvme_mi_create_root nvme_mi_create_root(2)
Synopsis
nvme_root_tnvme_mi_create_root(FILE*fp,intlog_level);
