Home | History | Annotate | Download | only in NvmExpressDxe

Lines Matching defs:Sn

80   UINT8                                 Sn[21];

289 CopyMem (Sn, Private->ControllerData->Sn, sizeof (Private->ControllerData->Sn));
290 Sn[20] = 0;
293 UnicodeSPrintAsciiFormat (Device->ModelName, sizeof (Device->ModelName), "%a-%a-%x", Sn, Mn, NamespaceData->Eui64);