Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs.c630 memcpy (buf, INFO->current_item + offset, to_read); in reiserfs_read()
708 sd_v2_mode((struct stat_data *) (INFO->current_item)), in reiserfs_dir()
710 sd_v2_size((struct stat_data *) INFO->current_item) in reiserfs_dir()
715 sd_v1_mode((struct stat_data_v1 *) INFO->current_item) : in reiserfs_dir()
716 sd_v2_mode((struct stat_data *) INFO->current_item); in reiserfs_dir()
730 sd_v1_size((struct stat_data_v1 *) INFO->current_item) : in reiserfs_dir()
731 sd_v2_size((struct stat_data *) INFO->current_item); in reiserfs_dir()
794 sd_v1_size((struct stat_data_v1 *) INFO->current_item) : in reiserfs_dir()
795 sd_v2_size((struct stat_data *) INFO->current_item); in reiserfs_dir()
845 de_head = (struct reiserfs_de_head *) INFO->current_item; in reiserfs_dir()
[all …]
H A Dreiserfs_private.h423 char *current_item; member
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.c388 static void handle_f1(int *key, struct menu *current_item) in handle_f1() argument
396 static void handle_f2(int *key, struct menu *current_item) in handle_f2() argument
398 show_help(current_item); in handle_f2()
403 static void handle_f3(int *key, struct menu *current_item) in handle_f3() argument
412 static void handle_f4(int *key, struct menu *current_item) in handle_f4() argument
428 static void handle_f5(int *key, struct menu *current_item) in handle_f5() argument
435 static void handle_f6(int *key, struct menu *current_item) in handle_f6() argument
499 int match_start = item_index(current_item(curses_menu)); in get_mext_match()
598 cur = current_item(curses_menu); in item_tag()
607 return item_index(current_item(curses_menu)); in curses_item_index()
[all …]
H A Dnconf.gui.c340 res = item_index(current_item(menu)); in btn_dialog()
/openbmc/linux/scripts/kconfig/
H A Dnconf.c394 static void handle_f1(int *key, struct menu *current_item) in handle_f1() argument
402 static void handle_f2(int *key, struct menu *current_item) in handle_f2() argument
404 show_help(current_item); in handle_f2()
409 static void handle_f3(int *key, struct menu *current_item) in handle_f3() argument
418 static void handle_f4(int *key, struct menu *current_item) in handle_f4() argument
434 static void handle_f5(int *key, struct menu *current_item) in handle_f5() argument
441 static void handle_f6(int *key, struct menu *current_item) in handle_f6() argument
508 match_start = item_index(current_item(curses_menu)); in get_mext_match()
608 cur = current_item(curses_menu); in item_tag()
617 return item_index(current_item(curses_menu)); in curses_item_index()
[all …]
H A Dnconf.gui.c290 res = item_index(current_item(menu)); in btn_dialog()