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()
3703 char serial[sizeof (nvme->n_idctl->id_serial) + 1]; in nvme_prepare_devid()3706 bcopy(nvme->n_idctl->id_serial, serial, in nvme_prepare_devid()3707 sizeof (nvme->n_idctl->id_serial)); in nvme_prepare_devid()3710 serial[sizeof (nvme->n_idctl->id_serial)] = '\0'; in nvme_prepare_devid()5569 drive->d_serial = nvme->n_idctl->id_serial; in nvme_bd_driveinfo()5570 drive->d_serial_len = sizeof (nvme->n_idctl->id_serial); in nvme_bd_driveinfo()
667 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()