1nvme_open(9)                  libnvme API manual                  nvme_open(9)
2
3
4

NAME

6       nvme_open - Open an nvme controller or namespace device
7

SYNOPSIS

9       int nvme_open (const char *name );
10

ARGUMENTS

12       name        The basename of the device to open
13

DESCRIPTION

15       This  will look for the handle in /dev/ and validate the name and file‐
16       type match linux conventions.
17

RETURN

19       A file descriptor for the device on a successful open, or -1 with errno
20       set otherwise.
21
22
23
24November 2022                      nvme_open                      nvme_open(9)
Impressum