OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnicodeSN
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Include/Library/
UsbSerialNumberLib.h
25
CHAR16
UnicodeSN
[SERIAL_NUMBER_SIZE];
36
OUT CHAR16 *
UnicodeSN
43
OUT CHAR16 *
UnicodeSN
50
IN CHAR16 *
UnicodeSN
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/
HiKeyDxe.c
54
CHAR16
UnicodeSN
[SERIAL_NUMBER_SIZE];
184
RandomSN->
UnicodeSN
, SERIAL_NUMBER_SIZE * sizeof (CHAR16),
191
RandomSN->
UnicodeSN
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/
HiKeyFastbootDxe.c
506
CHAR16
UnicodeSN
[SERIAL_NUMBER_SIZE];
513
Status = LoadSNFromBlock (mFlashHandle, SERIAL_NUMBER_LBA,
UnicodeSN
);
518
UnicodeStrToAsciiStr (
UnicodeSN
, Value);
564
CHAR16
UnicodeSN
[SERIAL_NUMBER_SIZE];
570
Status = GenerateUsbSN (
UnicodeSN
);
575
Status = StoreSNToBlock (mFlashHandle, SERIAL_NUMBER_LBA,
UnicodeSN
);
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960FastbootDxe/
HiKey960FastbootDxe.c
560
CHAR16
UnicodeSN
[SERIAL_NUMBER_SIZE];
567
Status = LoadSNFromBlock (mFlashHandle, SERIAL_NUMBER_LBA,
UnicodeSN
);
568
UnicodeStrToAsciiStr (
UnicodeSN
, Value);
614
CHAR16
UnicodeSN
[SERIAL_NUMBER_SIZE];
620
Status = GenerateUsbSN (
UnicodeSN
);
625
Status = StoreSNToBlock (mFlashHandle, SERIAL_NUMBER_LBA,
UnicodeSN
);
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960Dxe/
HiKey960Dxe.c
96
CHAR16
UnicodeSN
[SERIAL_NUMBER_SIZE];
408
RandomSN->
UnicodeSN
, SERIAL_NUMBER_SIZE * sizeof (CHAR16),
416
RandomSN->
UnicodeSN
422
RandomSN->
UnicodeSN
Completed in 299 milliseconds