Home
last modified time | relevance | path

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

/external/vboot_reference/utility/
Dcrossystem.c172 int v = VbGetSystemPropertyInt(p->name); in CheckParam()
193 int v = VbGetSystemPropertyInt(p->name); in PrintParam()
218 int v = VbGetSystemPropertyInt(p->name); in PrintAllParams()
/external/vboot_reference/host/include/
Dcrossystem.h22 int VbGetSystemPropertyInt(const char* name);
/external/vboot_reference/host/linktest/
Dextern.c23 VbGetSystemPropertyInt(0); in main()
/external/vboot_reference/host/arch/arm/lib/
Dcrossystem_arch.c525 int flags = VbGetSystemPropertyInt("vdat_flags"); in VbGetArchPropertyInt()
527 return VbGetSystemPropertyInt("devsw_boot"); in VbGetArchPropertyInt()
/external/vboot_reference/host/lib/
Dcrossystem.c202 if (1 == VbGetSystemPropertyInt("devsw_boot")) in VbGetCrosDebug()
446 int VbGetSystemPropertyInt(const char* name) { in VbGetSystemPropertyInt() function
/external/vboot_reference/host/arch/x86_64/lib/
Dcrossystem_arch.c739 int flags = VbGetSystemPropertyInt("vdat_flags"); in VbGetArchPropertyInt()
741 value = VbGetSystemPropertyInt("devsw_boot"); in VbGetArchPropertyInt()
/external/vboot_reference/host/arch/x86/lib/
Dcrossystem_arch.c739 int flags = VbGetSystemPropertyInt("vdat_flags"); in VbGetArchPropertyInt()
741 value = VbGetSystemPropertyInt("devsw_boot"); in VbGetArchPropertyInt()