Home
last modified time | relevance | path

Searched refs:VbSetNvStorage_WithBackup (Results 1 – 1 of 1) sorted by relevance

/external/vboot_reference/host/lib/
Dcrossystem.c147 static int VbSetNvStorage_WithBackup(VbNvParam param, int value) in VbSetNvStorage_WithBackup() function
620 return VbSetNvStorage_WithBackup(VBNV_KERNEL_FIELD, kern_nv); in VbSetSystemPropertyInt()
628 return VbSetNvStorage_WithBackup(VBNV_KERNEL_FIELD, kern_nv); in VbSetSystemPropertyInt()
630 return VbSetNvStorage_WithBackup(VBNV_LOCALIZATION_INDEX, value); in VbSetSystemPropertyInt()
632 return VbSetNvStorage_WithBackup(VBNV_DEV_BOOT_USB, value); in VbSetSystemPropertyInt()
634 return VbSetNvStorage_WithBackup(VBNV_DEV_BOOT_LEGACY, value); in VbSetSystemPropertyInt()
636 return VbSetNvStorage_WithBackup(VBNV_DEV_BOOT_SIGNED_ONLY, value); in VbSetSystemPropertyInt()