/u-boot/drivers/mtd/ubi/ |
A D | wl.c | 378 struct ubi_wl_entry *e; in wl_get_wle() local 409 struct ubi_wl_entry *e; in prot_queue_del() local 494 struct ubi_wl_entry *e, *tmp; in serve_prot_queue() local 1204 struct ubi_wl_entry *e; local 1294 struct ubi_wl_entry *e; local 1416 struct ubi_wl_entry *e; local 1535 struct ubi_wl_entry *e; local 1670 struct ubi_wl_entry *e, *tmp; local 1774 struct ubi_wl_entry *e) 1795 struct ubi_wl_entry *e; local [all …]
|
A D | fastmap-wl.c | 36 struct ubi_wl_entry *e, *victim = NULL; in find_anchor_wl_entry() local 58 struct ubi_wl_entry *e; in return_unused_pool_pebs() local 70 struct ubi_wl_entry *e; in anchor_pebs_avalible() local 90 struct ubi_wl_entry *e = NULL; in ubi_wl_get_fm_peb() local 121 struct ubi_wl_entry *e; in ubi_refill_pools() local 328 struct ubi_wl_entry *e; in ubi_wl_put_fm_peb() local 387 struct ubi_wl_entry *e, in may_reserve_for_fm()
|
A D | wl.h | 29 struct ubi_wl_entry *e, in may_reserve_for_fm()
|
/u-boot/include/linux/ |
A D | build_bug.h | 9 #define BUILD_BUG_ON_ZERO(e) (0) argument 10 #define BUILD_BUG_ON_NULL(e) ((void *)0) argument 11 #define BUILD_BUG_ON_INVALID(e) (0) argument 29 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:(-!!(e)); })) argument 30 #define BUILD_BUG_ON_NULL(e) ((void *)sizeof(struct { int:(-!!(e)); })) argument 37 #define BUILD_BUG_ON_INVALID(e) ((void)(sizeof((__force long)(e)))) argument
|
/u-boot/scripts/kconfig/ |
A D | expr.c | 19 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local 27 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local 35 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local 44 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp() local 67 struct expr *e; in expr_copy() local 106 void expr_free(struct expr *e) in expr_free() 394 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool() 686 struct expr *expr_transform(struct expr *e) in expr_transform() 1026 tristate expr_calc_value(struct expr *e) in expr_calc_value() 1140 void expr_print(struct expr *e, in expr_print() [all …]
|
A D | symbol.c | 246 struct expr *e; in sym_choice_default() local 272 struct expr *e; in sym_calc_choice() local 325 struct expr *e; in sym_calc_value() local 514 struct expr *e; in sym_set_tristate_value() local 1128 static struct symbol *sym_check_expr_deps(struct expr *e) in sym_check_expr_deps() 1215 struct expr *e; in sym_check_choice_deps() local
|
A D | qconf.cc | 284 void ConfigLineEdit::keyPressEvent(QKeyEvent* e) in keyPressEvent() 761 void ConfigList::mousePressEvent(QMouseEvent* e) in mousePressEvent() 768 void ConfigList::mouseReleaseEvent(QMouseEvent* e) in mouseReleaseEvent() 822 void ConfigList::mouseMoveEvent(QMouseEvent* e) in mouseMoveEvent() 829 void ConfigList::mouseDoubleClickEvent(QMouseEvent* e) in mouseDoubleClickEvent() 856 void ConfigList::focusInEvent(QFocusEvent *e) in focusInEvent() 870 void ConfigList::contextMenuEvent(QContextMenuEvent *e) in contextMenuEvent() 1237 void ConfigInfoView::contextMenuEvent(QContextMenuEvent *e) in contextMenuEvent() 1710 void ConfigMainWindow::closeEvent(QCloseEvent* e) in closeEvent()
|
A D | preprocess.c | 43 struct env *e; in env_add() local 52 static void env_del(struct env *e) in env_del() 63 struct env *e; in env_expand() local 89 struct env *e, *tmp; in env_write_dep() local
|
/u-boot/scripts/dtc/ |
A D | flattree.c | 60 static void bin_emit_cell(void *e, cell_t val) in bin_emit_cell() 67 static void bin_emit_string(void *e, const char *str, int len) in bin_emit_string() 78 static void bin_emit_align(void *e, int a) in bin_emit_align() 85 static void bin_emit_data(void *e, struct data d) in bin_emit_data() 92 static void bin_emit_beginnode(void *e, struct label *labels) in bin_emit_beginnode() 97 static void bin_emit_endnode(void *e, struct label *labels) in bin_emit_endnode() 102 static void bin_emit_property(void *e, struct label *labels) in bin_emit_property() 138 static void asm_emit_cell(void *e, cell_t val) in asm_emit_cell() 157 static void asm_emit_align(void *e, int a) in asm_emit_align() 164 static void asm_emit_data(void *e, struct data d) in asm_emit_data() [all …]
|
A D | dtc-lexer.l | 170 char *e; variable
|
/u-boot/lib/rsa/ |
A D | rsa-sign.c | 27 const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key() 356 ENGINE *e; in rsa_engine_init() local 411 static void rsa_engine_remove(ENGINE *e) in rsa_engine_remove() 523 ENGINE *e = NULL; in rsa_sign() local 564 static int rsa_get_exponent(RSA *key, uint64_t *e) in rsa_get_exponent() 757 ENGINE *e = NULL; in rsa_add_verify_data() local
|
/u-boot/common/ |
A D | image-android-dt.c | 45 const struct dt_table_entry *e; in android_dt_get_fdt_by_index() local 130 const struct dt_table_entry *e; in android_dt_print_contents() local
|
/u-boot/fs/yaffs2/ |
A D | yaffs_error.c | 47 const struct error_entry *e = error_list; in yaffs_error_to_str() local
|
/u-boot/fs/jffs2/ |
A D | mergesort.c | 15 struct b_node *p, *q, *e, **tail; in sort_list() local
|
/u-boot/board/freescale/mx53loco/ |
A D | mx53loco_video.c | 95 char const *e = env_get("panel"); in board_video_skip() local
|
/u-boot/board/freescale/mx51evk/ |
A D | mx51evk_video.c | 79 char const *e = env_get("panel"); in board_video_skip() local
|
/u-boot/board/syteco/zmx25/ |
A D | zmx25.c | 112 const char *e; in board_late_init() local
|
/u-boot/fs/ubifs/ |
A D | recovery.c | 1268 struct size_entry *e; in add_ino() local 1302 struct size_entry *e; in find_ino() local 1323 struct size_entry *e = find_ino(c, inum); in remove_ino() local 1337 struct size_entry *e, *n; in ubifs_destroy_size_tree() local 1377 struct size_entry *e; in ubifs_recover_size_accum() local 1422 static int fix_size_in_place(struct ubifs_info *c, struct size_entry *e) in fix_size_in_place() 1488 struct size_entry *e; in ubifs_recover_size() local
|
/u-boot/tools/gdb/ |
A D | error.c | 49 int e = errno; in Perror() local
|
/u-boot/net/ |
A D | bootp.c | 430 #define put_vci(e, str) \ argument 439 static u8 *add_vci(u8 *e) in add_vci() 463 static int dhcp_extended(u8 *e, int message_type, struct in_addr server_ip, in dhcp_extended() 630 static int bootp_extended(u8 *e) in bootp_extended()
|
/u-boot/drivers/crypto/fsl/ |
A D | rsa_caam.h | 17 const uint8_t *e; /* public exponent as byte array */ member
|
/u-boot/board/phytec/phycore_rk3288/ |
A D | phycore-rk3288.c | 28 unsigned char *e = p + sizeof(struct rk3288_som) - 1; in valid_rk3288_som() local
|
/u-boot/drivers/usb/musb-new/ |
A D | musb_gadget_ep0.c | 906 static int musb_g_ep0_disable(struct usb_ep *e) in musb_g_ep0_disable() 913 musb_g_ep0_queue(struct usb_ep *e, struct usb_request *r, gfp_t gfp_flags) in musb_g_ep0_queue() 1000 static int musb_g_ep0_halt(struct usb_ep *e, int value) in musb_g_ep0_halt()
|
/u-boot/tools/ |
A D | kwbimage.c | 29 const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key() 250 struct image_cfg_element *e; in image_get_csk_index() local 261 struct image_cfg_element *e; in image_get_spezialized_img() local 739 struct image_cfg_element *e; in kwb_dump_fuse_cmds_38x() local 835 struct image_cfg_element *e; in kwb_dump_fuse_cmds() local 860 struct image_cfg_element *e; in image_create_v0() local 1219 struct image_cfg_element *e; in image_create_v1() local 1504 struct image_cfg_element *e; in image_get_version() local
|
/u-boot/lib/ |
A D | net_utils.c | 18 char *e; in string_to_ip() local
|