Searched refs:id_model (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/lib/libnvme/common/ |
| H A D | libnvme_ctrl_info.c | 159 nvme_ctrl_info_init_ident_str(ci->nci_info.id_model, in nvme_ctrl_info_init_ident() 160 sizeof (ci->nci_info.id_model), ci->nci_model); in nvme_ctrl_info_init_ident()
|
| /illumos-gate/usr/src/uts/common/io/nvme/ |
| H A D | nvme.c | 3931 id_model_len = nvme_strlen(nvme->n_idctl->id_model, in nvme_config_list() 3932 sizeof (nvme->n_idctl->id_model)); in nvme_config_list() 3937 if (strncmp(model, nvme->n_idctl->id_model, id_model_len) != 0) in nvme_config_list() 4020 char model[sizeof (nvme->n_idctl->id_model) + 1]; in nvme_prepare_devid() 4023 bcopy(nvme->n_idctl->id_model, model, sizeof (nvme->n_idctl->id_model)); in nvme_prepare_devid() 4027 model[sizeof (nvme->n_idctl->id_model)] = '\0'; in nvme_prepare_devid() 4479 char model[sizeof (nvme->n_idctl->id_model) + 1]; in nvme_init() 4672 bcopy(nvme->n_idctl->id_model, model, sizeof (nvme->n_idctl->id_model)); in nvme_init() 4673 model[sizeof (nvme->n_idctl->id_model)] = '\0'; in nvme_init() 5989 drive->d_model = nvme->n_idctl->id_model; in nvme_bd_driveinfo() [all …]
|
| /illumos-gate/usr/src/cmd/nvmeadm/ |
| H A D | nvmeadm_print.c | 665 idctl->id_model, sizeof (idctl->id_model)); in nvme_print_identify_ctrl()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | nvme.h | 954 char id_model[NVME_MODEL_SZ]; /* Model Number */ member
|