NVME_CTRLR_PREFIX
snprintf(name, sizeof(name), "%s%d%s%d", NVME_CTRLR_PREFIX, ctrlr,
snprintf(name, sizeof(name), "%s%d", NVME_CTRLR_PREFIX, ctrlr);