nvme_open - Open an nvme controller or namespace device
Contents
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);
