Searched refs:chnv (Results 1 – 2 of 2) sorted by relevance
/external/vboot_reference/host/arch/x86_64/lib/ |
D | crossystem_arch.c | 342 unsigned chnv; in VbGetCmosRebootField() local 346 if (ReadFileInt(ACPI_CHNV_PATH, &chnv) < 0) in VbGetCmosRebootField() 349 if (0 != VbCmosRead(chnv, 1, &nvbyte)) in VbGetCmosRebootField() 362 unsigned chnv; in VbSetCmosRebootField() local 366 if (ReadFileInt(ACPI_CHNV_PATH, &chnv) < 0) in VbSetCmosRebootField() 369 if (0 != VbCmosRead(chnv, 1, &nvbyte)) in VbSetCmosRebootField() 379 if (0 != VbCmosWrite(chnv, 1, &nvbyte)) in VbSetCmosRebootField()
|
/external/vboot_reference/host/arch/x86/lib/ |
D | crossystem_arch.c | 342 unsigned chnv; in VbGetCmosRebootField() local 346 if (ReadFileInt(ACPI_CHNV_PATH, &chnv) < 0) in VbGetCmosRebootField() 349 if (0 != VbCmosRead(chnv, 1, &nvbyte)) in VbGetCmosRebootField() 362 unsigned chnv; in VbSetCmosRebootField() local 366 if (ReadFileInt(ACPI_CHNV_PATH, &chnv) < 0) in VbSetCmosRebootField() 369 if (0 != VbCmosRead(chnv, 1, &nvbyte)) in VbSetCmosRebootField() 379 if (0 != VbCmosWrite(chnv, 1, &nvbyte)) in VbSetCmosRebootField()
|