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_open - Open an nvme controller or namespace device

Arguments

       name        The basename of the device to open

Description

       This will look for the handle in /dev/ and validate the name and filetype match linux conventions.

Name

       nvme_open - Open an nvme controller or namespace device

Return

       A file descriptor for the device on a successful open, or -1 with errno set otherwise.

August 2025                                         nvme_open                                       nvme_open(2)

Synopsis

intnvme_open(constchar*name);

See Also