Home
last modified time | relevance | path

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

/u-boot/common/
A Dbloblist.c296 static void show_value(const char *prompt, ulong value) in show_value() function
308 show_value("size", size); in bloblist_show_stats()
309 show_value("alloced", alloced); in bloblist_show_stats()
310 show_value("free", size - alloced); in bloblist_show_stats()
/u-boot/scripts/kconfig/
A Dgconf.c40 static gboolean show_value = TRUE; variable
163 show_value); in init_main_window()
350 gtk_tree_view_column_set_visible(column, show_value); in init_right_tree()
605 show_value = GTK_CHECK_MENU_ITEM(menuitem)->active; in on_show_data1_activate()
608 gtk_tree_view_column_set_visible(col, show_value); in on_show_data1_activate()

Completed in 9 milliseconds