| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | lprops.c | 30 static int get_heap_comp_val(struct ubifs_lprops *lprops, int cat) in get_heap_comp_val() argument 32 switch (cat) { in get_heap_comp_val() 55 struct ubifs_lprops *lprops, int cat) in move_up_lpt_heap() argument 62 val1 = get_heap_comp_val(lprops, cat); in move_up_lpt_heap() 67 val2 = get_heap_comp_val(heap->arr[ppos], cat); in move_up_lpt_heap() 92 struct ubifs_lprops *lprops, int hpos, int cat) in adjust_lpt_heap() argument 96 val1 = get_heap_comp_val(lprops, cat); in adjust_lpt_heap() 101 val2 = get_heap_comp_val(heap->arr[ppos], cat); in adjust_lpt_heap() 113 val2 = get_heap_comp_val(heap->arr[ppos], cat); in adjust_lpt_heap() 127 val2 = get_heap_comp_val(heap->arr[cpos], cat); in adjust_lpt_heap() [all …]
|
| H A D | lpt.c | 870 int cat = pnode->lprops[i].flags & LPROPS_CAT_MASK; in update_cats() local 875 ubifs_add_to_cat(c, &pnode->lprops[i], cat); in update_cats() 2113 int found, cat = lprops->flags & LPROPS_CAT_MASK; in dbg_chk_pnode() local 2125 if (cat != LPROPS_UNCAT) { in dbg_chk_pnode() 2127 lprops->lnum, cat); in dbg_chk_pnode() 2133 switch (cat) { in dbg_chk_pnode() 2140 lprops->lnum, cat); in dbg_chk_pnode() 2144 switch (cat) { in dbg_chk_pnode() 2153 lprops->lnum, cat); in dbg_chk_pnode() 2157 switch (cat) { in dbg_chk_pnode() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-socfpga/ |
| H A D | qts-filter.sh | 25 cat << EOF 49 cat << EOF 69 cat << EOF 86 cat << EOF 106 cat << EOF 123 cat << EOF 150 cat << EOF 196 cat << EOF
|
| /rk3399_rockchip-uboot/board/sunxi/ |
| H A D | mksunxi_fit_atf.sh | 16 cat << __HEADER_EOF 46 cat << __FDT_IMAGE_EOF 57 cat << __CONF_HEADER_EOF 67 cat << __CONF_SECTION_EOF 78 cat << __ITS_EOF
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | check-config.sh | 30 cat ${path} |sed -n 's/^#define \(CONFIG_[A-Za-z0-9_]*\).*/\1/p' |sort |uniq \ 35 cat `find ${srctree} -name "Kconfig*"` |sed -n \ 43 cat >&2 ${new_adhoc}
|
| H A D | stacktrace.sh | 62 …f_pc_dec=`cat ${SYM_FILE} | sort | awk '/\.text/ { if (strtonum("0x"$1) > '${frame_pc_str}') { pri… 67 cat ${SYM_FILE} | sort | 94 …f_pc_dec=`cat ${SYM_FILE} | sort | awk '/\.text/ { if (strtonum("0x"$1) > '${frame_pc_str}') { pri… 99 cat ${SYM_FILE} | sort |
|
| H A D | fit-resign.sh | 113 cat ${ITB}.half1 > ${ITB_RESIGN} 114 cat ${SIG} >> ${ITB_RESIGN} 115 cat ${ITB}.half2 >> ${ITB_RESIGN} 135 cat ${ITB_RESIGN} >> ${IMG_UBOOT}
|
| H A D | decomp.sh | 28 cat u-boot-nodtb.bin u-boot.dtb > u-boot.bin 37 cat spl/u-boot-spl-pad.bin >> u-boot.bin.decomp 39 cat u-boot.bin.${COMPRESS}.uImage >> u-boot.bin.decomp
|
| H A D | setlocalversion | 38 cat .scmversion 154 …CONFIG_LOCALVERSION=`cat include/config/auto.conf | awk -F '=' '/^CONFIG_LOCALVERSION=/ {print $2}… 155 …CONFIG_LOCALVERSION_AUTO=`cat include/config/auto.conf | awk -F '=' '/^CONFIG_LOCALVERSION_AUTO=/ …
|
| H A D | build-tftp-firmware.sh | 148 cat orderlist.txt | while read IMAGE 176 cat > update.its << EOF 220 cat >> update.its << EOF 276 cat update.hash >> update.hdr
|
| H A D | gcc-stack-usage.sh | 10 cat <<END | $@ -Werror -fstack-usage -x c - -c -o $TMP >/dev/null 2>&1 \
|
| H A D | loader.sh | 33 COUNT=`cat ${INI} | wc -l`
|
| H A D | atf.sh | 47 COUNT=`cat ${INI} | wc -l`
|
| H A D | compress.sh | 22 (cat ${FILE} | ${ALGO} -9 -k -f && printf \\$ch0\\$ch1\\$ch2\\$ch3) > ${FILE}.${ALGO}
|
| H A D | mkmakefile | 24 cat << EOF > $2/Makefile
|
| H A D | tos.sh | 60 COUNT=`cat ${INI} | wc -l`
|
| H A D | build-whitelist.sh | 41 cat `find . -name "Kconfig*"` |sed -n \
|
| H A D | fit-repack.sh | 86 cat ${ITB} >> ${IMAGE}
|
| H A D | fit-core.sh | 94 cat $1 | while read line 377 cat spl/u-boot-spl-nodtb.bin > spl/u-boot-spl.bin 379 cat spl/u-boot-spl-pad.bin >> spl/u-boot-spl.bin 381 cat ${SPL_DTB} >> spl/u-boot-spl.bin 591 cat ${ITB} >> ${IMG_UBOOT}
|
| /rk3399_rockchip-uboot/common/ |
| H A D | log.c | 36 static bool log_has_cat(enum log_category_t cat_list[], enum log_category_t cat) in log_has_cat() argument 41 if (cat_list[i] == cat) in log_has_cat() 96 !log_has_cat(filt->cat_list, rec->cat)) in log_passes_filters() 128 int _log(enum log_category_t cat, enum log_level_t level, const char *file, in _log() argument 135 rec.cat = cat; in _log()
|
| /rk3399_rockchip-uboot/test/log/ |
| H A D | log_test.c | 13 static int log_run(enum uclass_id cat, const char *file) in log_run() argument 19 log(cat, i, "log %d\n", i); in log_run() 20 _log(log_uc_cat(cat), i, file, 100 + i, "func", "_log %d\n", in log_run()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | merge_config.sh | 106 cat $INITFILE > $TMP_FILE 131 cat $MERGE_FILE >> $TMP_FILE
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | img2brec.sh | 107 cat $INFILE | \
|
| /rk3399_rockchip-uboot/include/ |
| H A D | log.h | 72 int _log(enum log_category_t cat, enum log_level_t level, const char *file, 199 enum log_category_t cat; member
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | update-dtc-source.sh | 74 commit_msg=$(cat << EOF
|