| libnvme_subsystem_get_serial(9) | libnvme API manual | libnvme_subsystem_get_serial(9) |
NAME¶
libnvme_subsystem_get_serial - Get serial.
SYNOPSIS¶
const char * libnvme_subsystem_get_serial (const struct libnvme_subsystem *p );
ARGUMENTS¶
- p
- The struct libnvme_subsystem instance to query.
RETURN¶
The value of the serial field, or NULL if not set.
| libnvme_subsystem_get_serial | July 2026 |