table of contents
other versions
CXL_ADAPTER_DEV_NAME(3) | CXL Programmer's Manual | CXL_ADAPTER_DEV_NAME(3) |
NAME¶
cxl_adapter_dev_name - return the CXL adapter device name
SYNOPSIS¶
#include <libcxl.h>
char *cxl_adapter_dev_name(struct cxl_adapter_h *adapter);
DESCRIPTION¶
cxl_adapter_dev_name() returns the basename of the device associated to the CXL adapter handle adapter. The devices of the CXL adapters are named card0, card1, etc.
SEE ALSO¶
cxl(3), cxl_adapter_next(3)
2017-05-24 | LIBCXL 1.5 |