Searched refs:current_item (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/fs/reiserfs/ |
H A D | reiserfs.c | 497 INFO->current_item = &LEAF[__le16_to_cpu(ih->ih_item_location)]; in next_key() 576 INFO->current_item = &LEAF[__le16_to_cpu(ih->ih_item_location)]; in search_stat() 630 memcpy (buf, INFO->current_item + offset, to_read); in reiserfs_read() 643 __u32 blocknr = __le32_to_cpu(((__u32 *) INFO->current_item) in reiserfs_read() 707 stat_data_v1(INFO->current_ih) ? sd_v1_mode((struct stat_data_v1 *) INFO->current_item) : in reiserfs_dir() 708 sd_v2_mode((struct stat_data *) (INFO->current_item)), in reiserfs_dir() 709 stat_data_v1(INFO->current_ih) ? sd_v1_size((struct stat_data_v1 *) 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() [all …]
|
H A D | reiserfs_private.h | 423 char *current_item; member
|
/openbmc/linux/scripts/kconfig/ |
H A D | nconf.c | 296 static void handle_f1(int *key, struct menu *current_item); 297 static void handle_f2(int *key, struct menu *current_item); 298 static void handle_f3(int *key, struct menu *current_item); 299 static void handle_f4(int *key, struct menu *current_item); 300 static void handle_f5(int *key, struct menu *current_item); 301 static void handle_f6(int *key, struct menu *current_item); 302 static void handle_f7(int *key, struct menu *current_item); 303 static void handle_f8(int *key, struct menu *current_item); 304 static void handle_f9(int *key, struct menu *current_item); 394 static void handle_f1(int *key, struct menu *current_item) in handle_f1() argument [all …]
|
H A D | nconf.gui.c | 290 res = item_index(current_item(menu)); in btn_dialog()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | nconf.c | 290 static void handle_f1(int *key, struct menu *current_item); 291 static void handle_f2(int *key, struct menu *current_item); 292 static void handle_f3(int *key, struct menu *current_item); 293 static void handle_f4(int *key, struct menu *current_item); 294 static void handle_f5(int *key, struct menu *current_item); 295 static void handle_f6(int *key, struct menu *current_item); 296 static void handle_f7(int *key, struct menu *current_item); 297 static void handle_f8(int *key, struct menu *current_item); 298 static void handle_f9(int *key, struct menu *current_item); 388 static void handle_f1(int *key, struct menu *current_item) in handle_f1() argument [all …]
|
H A D | nconf.gui.c | 340 res = item_index(current_item(menu)); in btn_dialog()
|