Home
last modified time | relevance | path

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

/hal_intel-3.6.0/zephyr/iut_test/src/
Dmain.c27 static int iut_run(const char *name, const char *group, uint32_t attri, in iut_run() argument
34 group ? group : "NULL", name ? name : "NULL", attri); in iut_run()
57 if (name && strncmp(ut->name, name, strlen(ut->name) + 1)) { in iut_run()
65 ut->group, ut->name, iut_cnt_run); in iut_run()
71 ut->group, ut->name, iut_cnt_run, in iut_run()
80 group ? group : "NULL", name ? name : "NULL", attri, in iut_run()
132 const char *name = NULL; in main() local
142 name = argv_run[1]; in main()
145 iut_run(name, group, 0x0, (argc_run - 2), in main()
Dshell_iut.c25 ut->group, ut->name, ut->attri); in cmd_iut_list()
/hal_intel-3.6.0/zephyr/iut_test/include/
Diut.h16 const char *const name; member
33 .name = #_name, \
48 iut_print("IUT: (%s, %s): "fmt, iut_running->group, iut_running->name, ## arg)
/hal_intel-3.6.0/docs/
Dbsp_sedi_doxyfile31 # project for which the documentation is generated. This name is used in the
125 # following values are used ($name is automatically replaced with the name of
126 # the entity):The $name class, The $name widget, The $name file, is, provides,
129 ABBREVIATE_BRIEF = "The $name class" \
130 "The $name widget" \
131 "The $name file" \
157 # before files name in the file list and in the header files. If set to NO the
158 # shortest path that makes the file name unique will be used
177 # header file to include in order to use a class. If left blank only the name of
259 # name=value
[all …]
/hal_intel-3.6.0/
DLICENSE11 3. Neither the name of the copyright holder nor the names of its contributors
/hal_intel-3.6.0/bsp_sedi/soc/intel_ish/pm/
Dish_pm.c615 static void print_stats(const char *name, const struct pm_stat *stat) in print_stats() argument
621 name, stat->count, (stat->total_time_us)/1000); in print_stats()