logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_mi_create_root - Create top-level MI (root) handle.

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);

See Also