Home
last modified time | relevance | path

Searched refs:item_head (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Ddialog.h175 extern struct dialog_list *item_head;
184 for (item_cur = item_head ? item_head: item_cur; \
H A Dutil.c580 struct dialog_list *item_head; variable
586 for (p = item_head; p; p = next) { in item_reset()
590 item_head = NULL; in item_reset()
599 if (item_head) in item_make()
602 item_head = p; in item_make()
662 for (p = item_head; p; p = p->next) in item_count()
680 for (p = item_head; p; p = p->next) { in item_n()
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dreiserfs_private.h219 struct item_head struct
246 #define IH_SIZE (sizeof (struct item_head)) argument
422 struct item_head *current_ih;
462 #define ITEMHEAD ((struct item_head *) ((int) LEAF + BLKH_SIZE))
H A Dreiserfs.c58 static void sd_print_item (struct item_head * ih, char * item) in sd_print_item()
432 struct item_head *ih = INFO->current_ih + 1; in next_key()
456 ih = (struct item_head *) &BLOCKHEAD (LEAF)->blk_right_delim_key; in next_key()
527 struct item_head *ih; in search_stat()