Home
last modified time | relevance | path

Searched refs:n_product (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/nvme/
H A Dnvme_var.h137 char *n_product; member
H A Dnvme.c2423 nvme->n_product = strdup(product); in nvme_init()
3096 if (nvme->n_product != NULL) in nvme_detach()
3097 strfree(nvme->n_product); in nvme_detach()
3269 drive->d_product = nvme->n_product; in nvme_bd_driveinfo()
3270 drive->d_product_len = strlen(nvme->n_product); in nvme_bd_driveinfo()