| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_item_details.qml | 8 ** $QT_BEGIN_LICENSE:GPL-EXCEPT$ 14 ** and conditions see https://www.qt.io/terms-conditions. For further 15 ** information use the contact form at https://www.qt.io/contact-us. 20 ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT 23 ** be met: https://www.gnu.org/licenses/gpl-3.0.html. 50 property variant datelineCoordinateRight: QtPositioning.coordinate(20, -170) 55 path: [ 83 path: [ 101 longitude: -175 146 path: [ [all …]
|
| H A D | tst_map_item_fit_viewport.qml | 8 ** $QT_BEGIN_LICENSE:GPL-EXCEPT$ 14 ** and conditions see https://www.qt.io/terms-conditions. For further 15 ** information use the contact form at https://www.qt.io/contact-us. 20 ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT 23 ** be met: https://www.gnu.org/licenses/gpl-3.0.html. 37 (0,0) ---------------------------------------------------- (296,0) 38 | no map | 40 (0,20) | ------------------------------------------ | (296,20) 42 | | map | | 53 | ------------------------------------------ | [all …]
|
| H A D | tst_map_item.qml | 8 ** $QT_BEGIN_LICENSE:GPL-EXCEPT$ 14 ** and conditions see https://www.qt.io/terms-conditions. For further 15 ** information use the contact form at https://www.qt.io/contact-us. 20 ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT 23 ** be met: https://www.gnu.org/licenses/gpl-3.0.html. 37 (0,0) ---------------------------------------------------- (240,0) 38 | no map | 40 (0,20) | ------------------------------------------ | (240,20) 42 | | map | | 53 | ------------------------------------------ | [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | CVE-2022-41974.patch | 6 multipath adds rather than or-s the values of command keys. Fix this. 9 CVE: CVE-2022-41974 12 https://nvd.nist.gov/vuln/detail/CVE-2022-41974 13 https://github.com/opensvc/multipath-tools/issues/59 15 Upstream-Status: Backport 16 [https://github.com/openSUSE/multipath-tools/commit/fbbf280a0e26026c19879d938ebb2a8200b6357c] 18 Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com> 20 Signed-off-by: Yogita Urade <yogita.urade@windriver.com> 21 --- 22 multipathd/cli.c | 8 ++-- [all …]
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | extents.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2003-2006, Cluster File Systems, Inc, info@clusterfs.com 15 * - ext4*_error() should be used in some situations 16 * - analyze all BUG()/BUG_ON(), use -EIO where appropriate 17 * - smart tree reduction 30 #include <linux/backing-dev.h> 53 struct ext4_sb_info *sbi = EXT4_SB(inode->i_sb); in ext4_extent_block_csum() 56 csum = ext4_chksum(sbi, ei->i_csum_seed, (__u8 *)eh, in ext4_extent_block_csum() 66 if (!ext4_has_metadata_csum(inode->i_sb)) in ext4_extent_block_csum_verify() 70 if (et->et_checksum != ext4_extent_block_csum(inode, eh)) in ext4_extent_block_csum_verify() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | cpumap.c | 1 // SPDX-License-Identifier: GPL-2.0 23 struct perf_cpu_map *map; in cpu_map__from_entries() local 25 map = perf_cpu_map__empty_new(cpus->nr); in cpu_map__from_entries() 26 if (map) { in cpu_map__from_entries() 29 for (i = 0; i < cpus->nr; i++) { in cpu_map__from_entries() 31 * Special treatment for -1, which is not real cpu number, in cpu_map__from_entries() 32 * and we need to use (int) -1 to initialize map[i], in cpu_map__from_entries() 35 if (cpus->cpu[i] == (u16) -1) in cpu_map__from_entries() 36 map->map[i] = -1; in cpu_map__from_entries() 38 map->map[i] = (int) cpus->cpu[i]; in cpu_map__from_entries() [all …]
|
| H A D | thread_map.c | 1 // SPDX-License-Identifier: GPL-2.0 25 if (dir->d_name[0] == '.') in filter() 49 perf_thread_map__set_pid(threads, i, atoi(namelist[i]->d_name)); in thread_map__new_by_pid() 50 threads->nr = items; in thread_map__new_by_pid() 51 refcount_set(&threads->refcnt, 1); in thread_map__new_by_pid() 67 threads->nr = 1; in thread_map__new_by_tid() 68 refcount_set(&threads->refcnt, 1); in thread_map__new_by_tid() 78 char path[NAME_MAX + 1 + 6]; in __thread_map__new_all_cpus() local 89 threads->nr = 0; in __thread_map__new_all_cpus() 90 refcount_set(&threads->refcnt, 1); in __thread_map__new_all_cpus() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | topology.c | 1 // SPDX-License-Identifier: GPL-2.0 13 #define TEMPL "/tmp/perf-test-XXXXXX" 16 static int get_temp(char *path) in get_temp() argument 20 strcpy(path, TEMPL); in get_temp() 22 fd = mkstemp(path); in get_temp() 25 return -1; in get_temp() 32 static int session_write_header(char *path) in session_write_header() argument 36 .path = path, in session_write_header() 43 session->evlist = perf_evlist__new_default(); in session_write_header() 44 TEST_ASSERT_VAL("can't get evlist", session->evlist); in session_write_header() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | pinning.c | 1 // SPDX-License-Identifier: GPL-2.0 12 struct bpf_map *map; in get_map_id() local 17 map = bpf_object__find_map_by_name(obj, name); in get_map_id() 18 if (CHECK(!map, "find map", "NULL map")) in get_map_id() 21 err = bpf_obj_get_info_by_fd(bpf_map__fd(map), in get_map_id() 23 CHECK(err, "get map info", "err %d errno %d", err, errno); in get_map_id() 39 struct bpf_map *map; in test_pinning() local 45 /* check that opening fails with invalid pinning value in map def */ in test_pinning() 48 if (CHECK(err != -EINVAL, "invalid open", "err %d errno %d\n", err, errno)) { in test_pinning() 98 /* check that same map ID was reused for second load */ in test_pinning() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolygonmapitem.cpp | 14 ** and conditions see http://www.qt.io/terms-conditions. For further 15 ** information use the contact form at http://www.qt.io/contact-us. 31 ** met: http://www.gnu.org/licenses/gpl-2.0.html. 74 \ingroup qml-QtLocation5-maps 77 \brief The MapPolygon type displays a polygon on a Map. 79 The MapPolygon type displays a polygon on a Map, specified in terms of an ordered list of 81 simple (not self-intersecting). 83 The \l {QtPositioning::coordinate}{coordinates} on the path cannot be directly changed after 84 being added to the Polygon. Instead, copy the \l path into a var, modify the copy and reassign 85 the copy back to the \l path. [all …]
|
| H A D | qdeclarativecirclemapitem.cpp | 14 ** and conditions see http://www.qt.io/terms-conditions. For further 15 ** information use the contact form at http://www.qt.io/contact-us. 31 ** met: http://www.gnu.org/licenses/gpl-2.0.html. 68 \ingroup qml-QtLocation5-maps 71 \brief The MapCircle type displays a geographic circle on a Map. 73 The MapCircle type displays a geographic circle on a Map, which 75 central point. Depending on map projection, a geographic circle 85 Internally, a MapCircle is implemented as a many-sided polygon. To 89 accuracy of the circle's shape, depending on position and map 94 from the center. This is in contrast to other map items which store [all …]
|
| H A D | qdeclarativepolylinemapitem.cpp | 14 ** and conditions see http://www.qt.io/terms-conditions. For further 15 ** information use the contact form at http://www.qt.io/contact-us. 31 ** met: http://www.gnu.org/licenses/gpl-2.0.html. 114 const double s10_x = p1_x - p0_x; in get_line_intersection() 115 const double s10_y = p1_y - p0_y; in get_line_intersection() 116 const double s32_x = p3_x - p2_x; in get_line_intersection() 117 const double s32_y = p3_y - p2_y; in get_line_intersection() 119 const double denom = s10_x * s32_y - s32_x * s10_y; in get_line_intersection() 124 const double s02_x = p0_x - p2_x; in get_line_intersection() 125 const double s02_y = p0_y - p2_y; in get_line_intersection() [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.h | 1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ 6 * Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org> 72 * - for object open from file, this will override setting object 73 * name from file path's base name; 74 * - for object open from memory buffer, this will specify an object 75 * name and will override default "<addr>-<buf-size>" name; 78 /* parse map definitions non-strictly, allowing extra attributes/data */ 80 /* DEPRECATED: handle CO-RE relocations non-strictly, allowing failures. 81 * Value is ignored. Relocations always are processed non-strictly. 82 * Non-relocatable instructions are replaced with invalid ones to [all …]
|
| H A D | libbpf.c | 1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) 6 * Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org> 71 #pragma GCC diagnostic ignored "-Wformat-nonliteral" 116 if (err != -EPERM || geteuid() != 0) in pr_perm_msg() 133 pr_warn("permission error while running as root; try raising 'ulimit -l'? current value: %s\n", in pr_perm_msg() 149 fd = -1; \ 159 /* v4.14: kernel support for program & map names. */ 235 * program. For the entry-point (main) BPF program, this is always 236 * zero. For a sub-program, this gets reset before each of main BPF 238 * whether sub-program was already appended to the main program, and [all …]
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | volumes.c | 1 // SPDX-License-Identifier: GPL-2.0 21 #include "disk-io.h" 23 #include "print-tree.h" 26 #include "async-thread.h" 27 #include "check-integrity.h" 28 #include "rcu-string.h" 29 #include "dev-replace.h" 31 #include "tree-checker.h" 32 #include "space-info.h" 33 #include "block-group.h" [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | cds_pci_ft.c | 4 * SPDX-License-Identifier: GPL-2.0+ 16 const char *path; in cds_pci_fixup() local 18 u32 *map = NULL, *piccells = NULL; in cds_pci_fixup() local 23 path = fdt_getprop(blob, node, "pci0", NULL); in cds_pci_fixup() 24 if (path) { in cds_pci_fixup() 25 node = fdt_path_offset(blob, path); in cds_pci_fixup() 27 map = fdt_getprop_w(blob, node, "interrupt-map", &len); in cds_pci_fixup() 29 /* Each item in "interrupt-map" property is translated with in cds_pci_fixup() 31 * PCI #address-cells, PCI #interrupt-cells, in cds_pci_fixup() 32 * PIC address, PIC #address-cells, PIC #interrupt-cells. in cds_pci_fixup() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmappolylineobject.cpp | 14 ** and conditions see http://www.qt.io/terms-conditions. For further 15 ** information use the contact form at http://www.qt.io/contact-us. 31 ** met: http://www.gnu.org/licenses/gpl-2.0.html. 48 \ingroup qml-QtLocation5-maps 51 \brief The MapPolylineObject displays a polyline on a Map. 53 The MapPolylineObject displays a polyline on a Map. 54 The MapPolylineObject type only makes sense when contained in a Map or in a \l MapObjectView. 79 m_path.setPath(other.path()); in QMapPolylineObjectPrivateDefault() 89 QList<QGeoCoordinate> QMapPolylineObjectPrivateDefault::path() const in path() function in QMapPolylineObjectPrivateDefault 91 return m_path.path(); in path() [all …]
|
| H A D | qmappolygonobject.cpp | 14 ** and conditions see http://www.qt.io/terms-conditions. For further 15 ** information use the contact form at http://www.qt.io/contact-us. 31 ** met: http://www.gnu.org/licenses/gpl-2.0.html. 47 \ingroup qml-QtLocation5-maps 50 \brief The MapPolygonObject displays a polygon on a Map. 52 The MapPolygonObject displays a polygon on a Map. 53 The MapPolygonObject type only makes sense when contained in a Map or in a \l MapObjectView. 73 m_path.setPath(other.path()); // to stay on the safe side in QMapPolygonObjectPrivateDefault() 92 QList<QGeoCoordinate> QMapPolygonObjectPrivateDefault::path() const in path() function in QMapPolygonObjectPrivateDefault 94 return m_path.path(); in path() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/ |
| H A D | main.qml | 8 ** $QT_BEGIN_LICENSE:GPL-EXCEPT$ 14 ** and conditions see https://www.qt.io/terms-conditions. For further 15 ** information use the contact form at https://www.qt.io/contact-us. 20 ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT 23 ** be met: https://www.gnu.org/licenses/gpl-3.0.html. 46 property var initialCenter: QtPositioning.coordinate(66.9961, -175.012) 73 Map { 74 id: map 85 onCenterChanged: syncMaps(map, map2, "center") 86 onTiltChanged: syncMaps(map, map2, "tilt") [all …]
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-iter.rst | 2 bpftool-iter 4 ------------------------------------------------------------------------------- 6 ------------------------------------------------------------------------------- 20 | **bpftool** **iter pin** *OBJ* *PATH* [**map** *MAP*] 24 | *MAP* := { **id** *MAP_ID* | **pinned** *FILE* } 28 **bpftool iter pin** *OBJ* *PATH* [**map** *MAP*] 36 and pin it to *PATH*. The *PATH* should be located 41 Map element bpf iterator requires an additional parameter 42 *MAP* so bpf program can iterate over map elements for 43 that map. User can have a bpf program in kernel to run [all …]
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | iter.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 15 const char *objfile, *path; in do_pin() local 19 int err = -1, map_fd = -1; in do_pin() 25 path = GET_ARG(); in do_pin() 29 if (is_prefix(*argv, "map")) { in do_pin() 33 p_err("incorrect map spec"); in do_pin() 34 return -1; in do_pin() 39 return -1; in do_pin() 42 linfo.map.map_fd = map_fd; in do_pin() 74 err = mount_bpffs_for_pin(path); in do_pin() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/ |
| H A D | main.qml | 8 ** $QT_BEGIN_LICENSE:GPL-EXCEPT$ 14 ** and conditions see https://www.qt.io/terms-conditions. For further 15 ** information use the contact form at https://www.qt.io/contact-us. 20 ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT 23 ** be met: https://www.gnu.org/licenses/gpl-3.0.html. 44 …alCenter: QtPositioning.coordinate(59.9154, 10.7425) //QtPositioning.coordinate(66.9961, -175.012) 91 Map { 92 id: map 103 onCenterChanged: syncMaps(map, map2, "center") 104 onTiltChanged: syncMaps(map, map2, "tilt") [all …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | inode.c | 1 // SPDX-License-Identifier: GPL-2.0-only 92 return ERR_PTR(-EINVAL); in bpf_fd_probe_obj() 113 return ERR_PTR(-EINVAL); in bpf_get_inode() 118 return ERR_PTR(-ENOSPC); in bpf_get_inode() 120 inode->i_ino = get_next_ino(); in bpf_get_inode() 121 inode->i_atime = current_time(inode); in bpf_get_inode() 122 inode->i_mtime = inode->i_atime; in bpf_get_inode() 123 inode->i_ctime = inode->i_atime; in bpf_get_inode() 133 if (inode->i_op == &bpf_prog_iops) in bpf_inode_type() 135 else if (inode->i_op == &bpf_map_iops) in bpf_inode_type() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | _sstatetests_noauto.py | 2 # SPDX-License-Identifier: MIT 18 self.builddir = os.path.join(os.environ.get('BUILDDIR')) 22 bitbake("-g " + ' '.join(map(str, primary_targets))) 23 with open(os.path.join(self.builddir, 'pn-buildlist'), 'r') as pnfile: 30 os.mkdir(os.path.join(builddir, 'conf')) 31 …shutil.copyfile(os.path.join(os.environ.get('BUILDDIR'), 'conf/local.conf'), os.path.join(builddir… 33 config['default_sstate_dir'] = "SSTATE_DIR ?= \"${TOPDIR}/sstate-cache\"" 37 ftools.append_file(os.path.join(builddir, 'conf/selftest.inc'), config[key]) 38 …shutil.copyfile(os.path.join(os.environ.get('BUILDDIR'), 'conf/bblayers.conf'), os.path.join(build… 40 …shutil.copyfile(os.path.join(os.environ.get('BUILDDIR'), 'conf/auto.conf'), os.path.join(builddir,… [all …]
|
| H A D | sstatetests.py | 2 # SPDX-License-Identifier: MIT 27 self.add_command_to_tearDown('bitbake-layers remove-layer %s' % tempdir) 29 runCmd('bitbake-layers add-layer %s' % tempdir) 31 # Use dbus-wait as a local git repo we can add a commit between two builds in 32 pn = 'dbus-wait' 34 url = 'git://git.yoctoproject.org/dbus-wait' 36 srcdir = os.path.join(tempdir, 'noname') 37 result = runCmd('git reset --hard %s' % srcrev, cwd=srcdir) 38 …self.assertTrue(os.path.isfile(os.path.join(srcdir, 'configure.ac')), 'Unable to find configure sc… 40 … recipefile = os.path.join(tempdir, "recipes-test", "dbus-wait-test", 'dbus-wait-test_git.bb') [all …]
|