Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_var.h372 char *n_product; member
H A Dnvme.c4278 nvme->n_product = strdup(product); in nvme_init()
5233 if (nvme->n_product != NULL) in nvme_detach()
5234 strfree(nvme->n_product); in nvme_detach()
5519 drive->d_product = nvme->n_product; in nvme_bd_driveinfo()
5520 drive->d_product_len = strlen(nvme->n_product); in nvme_bd_driveinfo()