OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvram
(Results
1 - 6
of
6
) sorted by null
/external/vboot_reference/utility/
chromeos-tpm-recovery-test
63
free=$(cat
nvram
.freespace)
75
echo $(( $free - $totalsize )) >
nvram
.freespace
185
free=$(cat
nvram
.freespace)
187
echo $(( $size + $space_overhead + $free )) >
nvram
.freespace
258
echo 1500 >
nvram
.freespace
316
# Kernel space with wrong size AND bogus space to exhaust
nvram
324
space_hog_size=$(( $(cat
nvram
.freespace) - $space_overhead - 1 ))
325
echo "remaining $(cat
nvram
.freespace) bytes" >> log
/external/autotest/client/cros/faft/utils/
tpm_handler.py
14
"""An object representing TPM
NvRam
.
17
addr: a number,
NvRAm
address in TPM.
18
size: a number, count of bites in this
NvRam
section.
20
version_offset: - a number, offset into the
NvRam
contents where the the
25
offset of the pattern expected to be present in the
NvRam
, and the
27
contents: an array of bytes, the contents of the
NvRam
.
49
raise TpmError('
Nvram
pattern does not match')
61
"""An object to control TPM device's
NVRAM
.
65
nvrams: A dictionary where the keys are the
nvram
names, and the values
67
appropriate TPM
NvRam
sections
[
all
...]
/external/u-boot/env/
Makefile
22
obj-$(CONFIG_ENV_IS_IN_NVRAM) +=
nvram
.o
nvram.c
14
* the environment to
NVRAM
, as the
NVRAM
might not be mapped into
16
* cases it might be possible to access the
NVRAM
using a different
19
*
NVRAM
in those cases I invented the functions 'nvram_read()' and
115
U_BOOT_ENV_LOCATION(
nvram
) = {
variable
117
ENV_NAME("
NVRAM
")
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
HwMemInitLib.h
335
}
NVRAM
;
411
NVRAM
nvram
;
member in struct:_GBL_DATA
[
all
...]
/external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c
9
#include <linux/
nvram
.h>
85
/* Filename for
NVRAM
file */
86
#define NVRAM_PATH "/dev/
nvram
"
338
/* Read the CMOS reboot field in
NVRAM
.
356
/* Write the CMOS reboot field in
NVRAM
.
Completed in 265 milliseconds