Home
last modified time | relevance | path

Searched refs:ln (Results 1 – 19 of 19) sorted by relevance

/u-boot/doc/sphinx/
A Dparse-headers.pl43 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 Dkernel_abi.py151 ln = 0
170 ln = int(match.group(2)) - 1
172 content.append(line, f, ln)
/u-boot/scripts/
A Ddocumentation-file-ref-check80 my $ln = $2;
92 next if ($ln =~ m,\b(\S*)doc/output,);
94 if ($ln =~ m,\b(\S*)(doc/[A-Za-z0-9\_\.\,\~/\*\[\]\?+-]*)(.*),) {
A DMakefile.autoconf131 ln -fsn $(KBUILD_SRC)/$$dest include/asm/arch
138 ln -fsn $$dest arch/$(ARCH)/include/asm/arch
A Dcheckpatch.pl2521 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 Dfs.c174 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 Dnokia_rx51_test.sh44 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 Dtest-includes.sh36 ln -s $(pwd)/arch/${arch}/include/asm/arch-${soc} \
/u-boot/cmd/
A Dfs.c82 ln, 5, 1, do_ln_wrapper,
/u-boot/board/hisilicon/hikey960/
A DREADME63 > 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 DREADME77 > 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 Dclang.rst57 ln -s /usr/local/bin/arm-gnueabi-freebsd-as /usr/bin/arm-freebsd-eabi-as
/u-boot/
A D.gitlab-ci.yml19 - 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.yml299 ln -s travis-ci /tmp/uboot-test-hooks/bin/`hostname`
300 ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname`
A DMakefile490 $(Q)ln -fsn $(srctree) source
1913 ln -s ctags tags
A DREADME4181 # ln -s powerpc machine
/u-boot/doc/uImage.FIT/
A Dbeaglebone_vboot.txt202 ln -s $OKERNEL/dts/am335x-boneblack.dtb
203 ln -s $OKERNEL/Image
204 ln -s $UOUT/u-boot-dtb.img
/u-boot/common/
A Dcli_hush.c622 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 Dk3-j7200-main.dtsi28 serdes_ln_ctrl: serdes-ln-ctrl@4080 {

Completed in 38 milliseconds