Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/osal/src/
A Dhal_cfg.c21 int32_t esCFG_GetKeyValue(char *SecName, char *KeyName, int32_t Value[], int32_t Count);
83 int32_t Hal_Cfg_GetKeyValue(char *SecName, char *KeyName, int32_t Value[], int32_t Count) in Hal_Cfg_GetKeyValue() argument
85 return esCFG_GetKeyValue(SecName, KeyName, Value, Count); in Hal_Cfg_GetKeyValue()
105 int32_t Hal_Cfg_GetSecKeyCount(char *SecName)
107 return esCFG_GetSecKeyCount(SecName);
/bsp/allwinner/libraries/sunxi-hal/include/osal/
A Dhal_cfg.h16 int32_t Hal_Cfg_GetKeyValue(char *SecName, char *KeyName, int32_t Value[], int32_t Count);
17 int32_t Hal_Cfg_GetSecKeyCount(char *SecName);
/bsp/allwinner/libraries/libos/src/
A Dos.c323 int32_t esCFG_GetKeyValue(char *SecName, char *KeyName, int32_t Value[], int32_t Count) in esCFG_GetKeyValue() argument
325 if (!rt_strcmp("target", SecName)) in esCFG_GetKeyValue()
349 else if (!rt_strcmp("card_product", SecName)) in esCFG_GetKeyValue()
372 else if (!rt_strcmp("sdcard_global", SecName)) in esCFG_GetKeyValue()
/bsp/allwinner/libraries/libos/include/
A Dos.h16 int32_t esCFG_GetKeyValue(char *SecName, char *KeyName, int32_t Value[], int32_t Count);

Completed in 8 milliseconds