| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | namespace.pl | 68 use File::Spec; 72 my $srctree = File::Spec->curdir(); 73 my $objtree = File::Spec->curdir(); 74 $srctree = File::Spec->rel2abs($ENV{'srctree'}) if (exists($ENV{'srctree'})); 75 $objtree = File::Spec->rel2abs($ENV{'objtree'}) if (exists($ENV{'objtree'})); 235 $source = File::Spec->catfile($objtree, $File::Find::dir, $source) 237 $source = File::Spec->catfile($srctree, $File::Find::dir, $source)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | namespace.pl | 68 use File::Spec; 72 my $srctree = File::Spec->curdir(); 73 my $objtree = File::Spec->curdir(); 74 $srctree = File::Spec->rel2abs($ENV{'srctree'}) if (exists($ENV{'srctree'})); 75 $objtree = File::Spec->rel2abs($ENV{'objtree'}) if (exists($ENV{'objtree'})); 235 $source = File::Spec->catfile($objtree, $File::Find::dir, $source) 237 $source = File::Spec->catfile($srctree, $File::Find::dir, $source)
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | marvel.rst | 48 …- Hardware Spec : http://www.marvell.com/embedded-processors/kirkwood/assets/HW_88F619x_OpenSourc… 49 …- Functional Spec: http://www.marvell.com/embedded-processors/kirkwood/assets/FS_88F6180_9x_6281_O… 53 …- Hardware Spec : http://www.marvell.com/embedded-processors/kirkwood/assets/HW_88F619x_OpenSourc… 54 …- Functional Spec: http://www.marvell.com/embedded-processors/kirkwood/assets/FS_88F6180_9x_6281_O… 59 …- Hardware Spec : http://www.marvell.com/embedded-processors/kirkwood/assets/HW_88F6180_OpenSourc… 60 …- Functional Spec: http://www.marvell.com/embedded-processors/kirkwood/assets/FS_88F6180_9x_6281_O… 64 …- Hardware Spec : http://www.marvell.com/embedded-processors/kirkwood/assets/HW_88F6281_OpenSourc… 65 …- Functional Spec: http://www.marvell.com/embedded-processors/kirkwood/assets/FS_88F6180_9x_6281_O… 82 …- Hardware Spec : http://www.marvell.com/embedded-processors/discovery-innovation/assets/HW_MV781… 83 …- Functional Spec: http://www.marvell.com/embedded-processors/discovery-innovation/assets/FS_MV761… [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | 0001-Dpkg-Source-Archive-Prevent-directory-traversal-for-.patch | 59 use File::Spec; 128 + my $relpath = File::Spec->abs2rel($File::Find::name, $tmp); 129 + my $destpath = File::Spec->catfile($dest, $relpath); 212 +use File::Spec; 239 + my $treedir = File::Spec->rel2abs("$tmpdir/$name-tree"); 240 + my $overdir = File::Spec->rel2abs("$tmpdir/$name-overlay"); 252 + symlink File::Spec->abs2rel($outdir, $treedir), "$treedir/symlink-escape"; 253 + symlink File::Spec->abs2rel("$outdir/nonexistent", $treedir), "$treedir/symlink-nonexistent";
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | error.h | 24 # define __attribute__(Spec) /* empty */ argument
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/security/tpm/ |
| H A D | google,cr50.txt | 5 SPI using the FIFO protocol described in the PTP Spec, section 6.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/ |
| H A D | 0001-CheckLib.pm-do-not-attempt-to-run-a-cross-executable.patch | 18 my $absexefile = File::Spec->rel2abs($exefile);
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebkit/ |
| H A D | 0005-Fix-build-with-bison37.patch | 30 my $fileBase = File::Spec->join($outputDir, $filename);
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5webkit/ |
| H A D | 0003-Let-Bison-generate-the-header-directly-to-fix-build-.patch | 26 my $fileBase = File::Spec->join($outputDir, $filename);
|
| /OK3568_Linux_fs/buildroot/board/csky/ |
| H A D | readme.txt | 11 Hardware Spec:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/perl/libdev-checklib-perl/ |
| H A D | 0001-CheckLib.pm-don-t-execute-the-binary.patch | 36 my $absexefile = File::Spec->rel2abs($exefile);
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | writing-bindings.rst | 25 defined in the DT Spec. If there isn't one, consider adding it.
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | leaking_addresses.pl | 25 use File::Spec;
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.tab.c | |
| H A D | zconf.tab.c_shipped | 276 # define YY_ATTRIBUTE(Spec) __attribute__(Spec) 278 # define YY_ATTRIBUTE(Spec) /* empty */
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.tab.c | |
| H A D | dtc-parser.tab.c_shipped | 261 # define YY_ATTRIBUTE(Spec) __attribute__(Spec) 263 # define YY_ATTRIBUTE(Spec) /* empty */
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | coretemp.rst | 44 the Out-Of-Spec bit. Following table summarizes the exported sysfs files:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/ |
| H A D | 0002-geninfo-Add-intermediate-JSON-format-support.patch | 36 require File::Spec::Win32;
|
| H A D | 0001-geninfo-Add-intermediate-text-format-support.patch | 35 use File::Spec::Functions qw /abs2rel catdir file_name_is_absolute splitdir
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | BusLogic.rst | 499 TaggedQueuing:<Target-Spec> 501 The "TaggedQueuing:<Target-Spec>" or "TQ:<Target-Spec>" option controls 502 Tagged Queuing individually for each Target Device. <Target-Spec> is a
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | pci.rst | 74 The PCI Bus Power Management Interface Specification (PCI PM Spec) was 79 The implementation of the PCI PM Spec is optional for conventional PCI devices, 81 Spec, it has an 8 byte power management capability field in its PCI 85 The PCI PM Spec defines 4 operating states for devices (D0-D3) and for buses 102 regardless of whether or not it implements the PCI PM Spec. In addition to 103 that, if the PCI PM Spec is implemented by the device, it must support D3hot 106 PCI devices supporting the PCI PM Spec can be programmed to go to any of the 132 PCI devices supporting the PCI PM Spec can be programmed to generate PMEs
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | udplite.rst | 27 - The Protocol Spec, RFC 3828, http://www.ietf.org/rfc/rfc3828.txt
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.tab.c_shipped | 268 # define YY_ATTRIBUTE(Spec) __attribute__(Spec) 270 # define YY_ATTRIBUTE(Spec) /* empty */
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | Kconfig | 445 The controller supports the SD/SDIO Spec 3.x and eMMC Spec 4.5x
|