Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dscript.c98 int script_fetch(char *main_name, char *sub_name, int value[], int count) in script_fetch() argument
110 if (main_name == NULL || sub_name == NULL) { in script_fetch()
133 if (strncmp(subkey->name, sub_name, 31)) { in script_fetch()
H A Dscript.h40 int script_fetch(char *main_name, char *sub_name, int value[], int count);
/OK3568_Linux_fs/yocto/poky/meta/recipes-rt/rt-tests/files/
H A Drt_bmark.py100 def tc_name(sub_name): argument
101 return "rt_bmark.intlat." + sub_name