Searched refs:id_serial (Results 1 – 6 of 6) sorted by relevance
48 uint32_t id_serial:24; /* serial number */ member
157 nvme_ctrl_info_init_ident_str(ci->nci_info.id_serial, in nvme_ctrl_info_init_ident()158 sizeof (ci->nci_info.id_serial), ci->nci_serial); in nvme_ctrl_info_init_ident()
3669 char serial[sizeof (nvme->n_idctl->id_serial) + 1]; in nvme_prepare_devid()3672 bcopy(nvme->n_idctl->id_serial, serial, in nvme_prepare_devid()3673 sizeof (nvme->n_idctl->id_serial)); in nvme_prepare_devid()3676 serial[sizeof (nvme->n_idctl->id_serial)] = '\0'; in nvme_prepare_devid()5521 drive->d_serial = nvme->n_idctl->id_serial; in nvme_bd_driveinfo()5522 drive->d_serial_len = sizeof (nvme->n_idctl->id_serial); in nvme_bd_driveinfo()
666 idctl->id_serial, sizeof (idctl->id_serial)); in nvme_print_identify_ctrl()
838 char id_serial[NVME_SERIAL_SZ]; /* Serial Number */ member
1735 (idprom.id_machine << 24) + idprom.id_serial); in parse_idprom()