Searched refs:ln (Results 1 – 19 of 19) sorted by relevance
/u-boot/doc/sphinx/ |
A D | parse-headers.pl | 43 my $ln = $_; 45 $ln =~ s,/\*.*(\*/),,g; 47 $is_comment = 1 if ($ln =~ s,/\*.*,,); 49 if ($ln =~ s,^(.*\*/),,) { 56 if ($is_enum && $ln =~ m/^\s*([_\w][\w\d_]+)\s*[\,=]?/) { 69 if ($ln =~ m/^\s*#\s*define\s+([_\w][\w\d_]+)\s+_IO/) { 78 if ($ln =~ m/^\s*#\s*define\s+([_\w][\w\d_]+)\s+/) { 95 if ($ln =~ m/^\s*enum\s+([_\w][\w\d_]+)\s+\{/ 96 || $ln =~ m/^\s*enum\s+([_\w][\w\d_]+)$/ 106 if ($ln =~ m/^\s*struct\s+([_\w][\w\d_]+)\s+\{/ [all …]
|
A D | kernel_abi.py | 151 ln = 0 170 ln = int(match.group(2)) - 1 172 content.append(line, f, ln)
|
/u-boot/scripts/ |
A D | documentation-file-ref-check | 80 my $ln = $2; 92 next if ($ln =~ m,\b(\S*)doc/output,); 94 if ($ln =~ m,\b(\S*)(doc/[A-Za-z0-9\_\.\,\~/\*\[\]\?+-]*)(.*),) {
|
A D | Makefile.autoconf | 131 ln -fsn $(KBUILD_SRC)/$$dest include/asm/arch 138 ln -fsn $$dest arch/$(ARCH)/include/asm/arch
|
A D | checkpatch.pl | 2521 for (my $ln = $linenr + 1; $cnt > 0; $ln++) { 2523 $rawlines[$ln - 1] =~ /^-/); 3122 my $ln = $linenr + 1; 3126 for (; $cnt > 0 && defined $lines[$ln - 1]; $ln++) { 3127 $f = $lines[$ln - 1]; 3129 $is_end = $lines[$ln - 1] =~ /^\+/; 5263 my $ln = $linenr; 5269 ($dstat, $dcond, $ln, $cnt, $off) = 5425 my $ln = $linenr; 5429 ($dstat, $dcond, $ln, $cnt, $off) = [all …]
|
/u-boot/fs/ |
A D | fs.c | 174 int (*ln)(const char *filename, const char *target); member 202 .ln = fs_ln_unsupported, 219 .ln = ext4fs_create_link, 222 .ln = fs_ln_unsupported, 246 .ln = fs_ln_unsupported, 265 .ln = fs_ln_unsupported, 284 .ln = fs_ln_unsupported, 303 .ln = fs_ln_unsupported, 323 .ln = fs_ln_unsupported, 666 ret = info->ln(fname, target); in fs_ln()
|
/u-boot/test/ |
A D | nokia_rx51_test.sh | 44 test -f mkimage || ln -s ../tools/mkimage . 45 test -f u-boot.bin || ln -s ../u-boot.bin . 62 ln -s qemu-linaro/arm-softmmu/qemu-system-arm . 80 ln -s u-boot-maemo/debian/u-boot-gen-combined . 114 test -f rootfs/bin/sh || ln -sf busybox rootfs/bin/sh 115 test -f rootfs/sbin/poweroff || ln -sf ../bin/busybox rootfs/sbin/poweroff
|
/u-boot/test/stdint/ |
A D | test-includes.sh | 36 ln -s $(pwd)/arch/${arch}/include/asm/arch-${soc} \
|
/u-boot/cmd/ |
A D | fs.c | 82 ln, 5, 1, do_ln_wrapper,
|
/u-boot/board/hisilicon/hikey960/ |
A D | README | 63 > ln -sf ~/hikey960/src/arm-trusted-firmware/build/hikey960/debug/bl1.bin 64 > ln -sf ~/hikey960/src/arm-trusted-firmware/build/hikey960/debug/bl2.bin 65 > ln -sf ~/hikey960/src/arm-trusted-firmware/build/hikey960/debug/fip.bin 66 > ln -sf ~/hikey960/bin/u-boot.bin
|
/u-boot/board/hisilicon/hikey/ |
A D | README | 77 > ln -sf ~/hikey/src/arm-trusted-firmware/build/hikey/debug/bl1.bin 78 > ln -sf ~/hikey/src/arm-trusted-firmware/build/hikey/debug/bl2.bin 79 > ln -sf ~/hikey/src/atf-fastboot/build/hikey/debug/bl1.bin fastboot.bin
|
/u-boot/doc/build/ |
A D | clang.rst | 57 ln -s /usr/local/bin/arm-gnueabi-freebsd-as /usr/bin/arm-freebsd-eabi-as
|
/u-boot/ |
A D | .gitlab-ci.yml | 19 - ln -s travis-ci /tmp/uboot-test-hooks/bin/`hostname` 20 - ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname`
|
A D | .azure-pipelines.yml | 299 ln -s travis-ci /tmp/uboot-test-hooks/bin/`hostname` 300 ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname`
|
A D | Makefile | 490 $(Q)ln -fsn $(srctree) source 1913 ln -s ctags tags
|
A D | README | 4181 # ln -s powerpc machine
|
/u-boot/doc/uImage.FIT/ |
A D | beaglebone_vboot.txt | 202 ln -s $OKERNEL/dts/am335x-boneblack.dtb 203 ln -s $OKERNEL/Image 204 ln -s $UOUT/u-boot-dtb.img
|
/u-boot/common/ |
A D | cli_hush.c | 622 size_t ln = strlen(name); in builtin_export() local 624 tmp = realloc(name, ln+strlen(value)+2); in builtin_export() 628 sprintf(tmp+ln, "=%s", value); in builtin_export()
|
/u-boot/arch/arm/dts/ |
A D | k3-j7200-main.dtsi | 28 serdes_ln_ctrl: serdes-ln-ctrl@4080 {
|
Completed in 38 milliseconds