| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| H A D | basic.json | 4 "name": "Add basic filter with cmp ematch u8/link layer and default action", 7 "basic" 15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm… 17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic", 18 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at… 26 "name": "Add basic filter with cmp ematch u8/link layer with trans flag and default action", 29 "basic" 37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm… 39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic", 40 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test_ini.c | 547 FTS_TEST_DBG("basic thr:%s not found", name[i]); in get_basic_threshold() 549 FTS_TEST_DBG("basic thr:%s=%d", name[i], val[i]); in get_basic_threshold() 680 /* get standard basic threshold */ in get_test_threshold_incell() 681 ret = get_basic_threshold(bthr_name_incell, length, (int *)&thr->basic); in get_test_threshold_incell() 683 FTS_TEST_SAVE_ERR("get basic thr fail\n"); in get_test_threshold_incell() 687 /* basic special set by ic */ in get_test_threshold_incell() 691 FTS_TEST_SAVE_ERR("special basic thr init fail\n"); in get_test_threshold_incell() 697 fts_init_buffer(thr->rawdata_max, thr->basic.rawdata_max, node_num); in get_test_threshold_incell() 698 fts_init_buffer(thr->rawdata_min, thr->basic.rawdata_min, node_num); in get_test_threshold_incell() 700 fts_init_buffer(thr->rawdata2_max, thr->basic.rawdata2_max, node_num); in get_test_threshold_incell() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0005-src-basic-missing.h-check-for-missing-strndupa.patch | 4 Subject: [PATCH] src/basic/missing.h: check for missing strndupa 23 src/basic/cgroup-util.c | 1 + 24 src/basic/env-util.c | 1 + 25 src/basic/log.c | 1 + 26 src/basic/missing_stdlib.h | 12 ++++++++++++ 27 src/basic/mkdir.c | 1 + 28 src/basic/mountpoint-util.c | 1 + 29 src/basic/parse-util.c | 1 + 30 src/basic/path-lookup.c | 1 + 31 src/basic/percent-util.c | 1 + [all …]
|
| H A D | 0001-pass-correct-parameters-to-getdents64.patch | 7 ../git/src/basic/recurse-dir.c:57:40: error: incompatible pointer types passing 'uint8_t *' (aka 'u… 11 ../git/src/basic/stat-util.c:102:28: error: incompatible pointer types passing 'union (unnamed unio… 19 src/basic/recurse-dir.c | 2 +- 20 src/basic/stat-util.c | 2 +- 23 diff --git a/src/basic/recurse-dir.c b/src/basic/recurse-dir.c 25 --- a/src/basic/recurse-dir.c 26 +++ b/src/basic/recurse-dir.c 36 diff --git a/src/basic/stat-util.c b/src/basic/stat-util.c 38 --- a/src/basic/stat-util.c 39 +++ b/src/basic/stat-util.c
|
| H A D | 0003-missing_type.h-add-comparison_fn_t.patch | 18 src/basic/missing_type.h | 4 ++++ 19 src/basic/sort-util.h | 1 + 23 diff --git a/src/basic/missing_type.h b/src/basic/missing_type.h 25 --- a/src/basic/missing_type.h 26 +++ b/src/basic/missing_type.h 35 diff --git a/src/basic/sort-util.h b/src/basic/sort-util.h 37 --- a/src/basic/sort-util.h 38 +++ b/src/basic/sort-util.h
|
| H A D | 0004-add-fallback-parse_printf_format-implementation.patch | 16 src/basic/meson.build | 5 + 17 src/basic/parse-printf-format.c | 273 +++++++++++++++++++++++ 18 src/basic/parse-printf-format.h | 57 +++++ 19 src/basic/stdio-util.h | 2 +- 22 create mode 100644 src/basic/parse-printf-format.c 23 create mode 100644 src/basic/parse-printf-format.h 37 diff --git a/src/basic/meson.build b/src/basic/meson.build 39 --- a/src/basic/meson.build 40 +++ b/src/basic/meson.build 53 diff --git a/src/basic/parse-printf-format.c b/src/basic/parse-printf-format.c [all …]
|
| H A D | 0010-Use-uintmax_t-for-handling-rlim_t.patch | 25 src/basic/format-util.h | 8 +------- 26 src/basic/rlimit-util.c | 12 ++++++------ 30 diff --git a/src/basic/format-util.h b/src/basic/format-util.h 32 --- a/src/basic/format-util.h 33 +++ b/src/basic/format-util.h 49 diff --git a/src/basic/rlimit-util.c b/src/basic/rlimit-util.c 51 --- a/src/basic/rlimit-util.c 52 +++ b/src/basic/rlimit-util.c
|
| H A D | 0022-do-not-disable-buffer-in-writing-files.patch | 23 src/basic/cgroup-util.c | 12 ++++++------ 24 src/basic/namespace-util.c | 4 ++-- 25 src/basic/procfs-util.c | 4 ++-- 26 src/basic/sysctl-util.c | 2 +- 27 src/basic/util.c | 2 +- 46 diff --git a/src/basic/cgroup-util.c b/src/basic/cgroup-util.c 48 --- a/src/basic/cgroup-util.c 49 +++ b/src/basic/cgroup-util.c 104 diff --git a/src/basic/namespace-util.c b/src/basic/namespace-util.c 106 --- a/src/basic/namespace-util.c [all …]
|
| H A D | 0018-avoid-redefinition-of-prctl_mm_map-structure.patch | 14 src/basic/missing_prctl.h | 2 ++ 17 diff --git a/src/basic/missing_prctl.h b/src/basic/missing_prctl.h 19 --- a/src/basic/missing_prctl.h 20 +++ b/src/basic/missing_prctl.h
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0001-pass-correct-parameters-to-getdents64.patch | 7 ../git/src/basic/recurse-dir.c:57:40: error: incompatible pointer types passing 'uint8_t *' (aka 'u… 11 ../git/src/basic/stat-util.c:102:28: error: incompatible pointer types passing 'union (unnamed unio… 18 src/basic/recurse-dir.c | 2 +- 19 src/basic/stat-util.c | 2 +- 22 diff --git a/src/basic/recurse-dir.c b/src/basic/recurse-dir.c 24 --- a/src/basic/recurse-dir.c 25 +++ b/src/basic/recurse-dir.c 35 diff --git a/src/basic/stat-util.c b/src/basic/stat-util.c 37 --- a/src/basic/stat-util.c 38 +++ b/src/basic/stat-util.c
|
| H A D | 0005-src-basic-missing.h-check-for-missing-strndupa.patch | 4 Subject: [PATCH] src/basic/missing.h: check for missing strndupa 24 src/basic/cgroup-util.c | 1 + 25 src/basic/env-util.c | 1 + 26 src/basic/log.c | 1 + 27 src/basic/missing_stdlib.h | 12 ++++++++++++ 28 src/basic/mkdir.c | 1 + 29 src/basic/mountpoint-util.c | 1 + 30 src/basic/parse-util.c | 1 + 31 src/basic/path-lookup.c | 1 + 32 src/basic/percent-util.c | 1 + [all …]
|
| H A D | 0017-missing_type.h-add-__compar_d_fn_t-definition.patch | 7 src/basic/util.h:71:18: error: unknown type name '__compar_d_fn_t'; did you mean '__compar_fn_t'? 14 src/basic/missing_type.h | 1 + 17 diff --git a/src/basic/missing_type.h b/src/basic/missing_type.h 19 --- a/src/basic/missing_type.h 20 +++ b/src/basic/missing_type.h
|
| H A D | 0018-avoid-redefinition-of-prctl_mm_map-structure.patch | 14 src/basic/missing_prctl.h | 2 ++ 17 diff --git a/src/basic/missing_prctl.h b/src/basic/missing_prctl.h 19 --- a/src/basic/missing_prctl.h 20 +++ b/src/basic/missing_prctl.h
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | s390-cpumsf.c | 239 /* Display s390 CPU measurement facility basic-sampling data entry 246 struct hws_basic_entry *basic = basicp; in s390_cpumsf_basic_show() local 264 basic = &local; in s390_cpumsf_basic_show() 266 if (basic->def != 1) { in s390_cpumsf_basic_show() 267 pr_err("Invalid AUX trace basic entry [%#08zx]\n", pos); in s390_cpumsf_basic_show() 270 color_fprintf(stdout, color, " [%#08zx] Basic Def:%04x Inst:%#04x" in s390_cpumsf_basic_show() 273 pos, basic->def, basic->U, in s390_cpumsf_basic_show() 274 basic->T ? 'T' : ' ', in s390_cpumsf_basic_show() 275 basic->W ? 'W' : ' ', in s390_cpumsf_basic_show() 276 basic->P ? 'P' : ' ', in s390_cpumsf_basic_show() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | basic-block.h | 91 /* A basic block is a sequence of instructions with only one entry and 95 There may be COND_EXEC instructions in the basic block. The 100 basic block because the program counter will always be at the same 104 Basic blocks need not start with a label nor end with a jump insn. 105 For example, a previous basic block may just "conditionally fall" 106 into the succeeding basic block, and the last basic block need not 109 A basic block beginning with two labels cannot have notes between 113 basic block even though these insns can follow or precede insns in 114 basic blocks. */ 116 /* Basic block information indexed by block number. */ [all …]
|
| H A D | cfghooks.h | 39 /* The number of basic blocks where sum(freq) of the block's predecessors 42 /* Likewise for a basic block's successors. */ 44 /* The number of basic blocks where sum(count) of the block's predecessors 47 /* Likewise for a basic block's successors. */ 82 /* Basic CFG manipulation. */ 84 /* Return new basic block. */ 87 /* Redirect edge E to the given basic block B and update underlying program 94 newly created forwarder basic block is returned. The edge must 102 /* Remove statements corresponding to a given basic block. */ 105 /* Creates a new basic block just after basic block B by splitting [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | basic-block.h | 91 /* A basic block is a sequence of instructions with only one entry and 95 There may be COND_EXEC instructions in the basic block. The 100 basic block because the program counter will always be at the same 104 Basic blocks need not start with a label nor end with a jump insn. 105 For example, a previous basic block may just "conditionally fall" 106 into the succeeding basic block, and the last basic block need not 109 A basic block beginning with two labels cannot have notes between 113 basic block even though these insns can follow or precede insns in 114 basic blocks. */ 116 /* Basic block information indexed by block number. */ [all …]
|
| H A D | cfghooks.h | 39 /* The number of basic blocks where sum(freq) of the block's predecessors 42 /* Likewise for a basic block's successors. */ 44 /* The number of basic blocks where sum(count) of the block's predecessors 47 /* Likewise for a basic block's successors. */ 82 /* Basic CFG manipulation. */ 84 /* Return new basic block. */ 87 /* Redirect edge E to the given basic block B and update underlying program 94 newly created forwarder basic block is returned. The edge must 102 /* Remove statements corresponding to a given basic block. */ 105 /* Creates a new basic block just after basic block B by splitting [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmwifi_radiotap.c | 596 rtl->basic.tsft_l = HTOL32(rxsts->mactime); in wl_radiotap_rx_legacy() 597 rtl->basic.tsft_h = 0; in wl_radiotap_rx_legacy() 598 rtl->basic.flags = flags; in wl_radiotap_rx_legacy() 599 rtl->basic.rate = (uint8)rxsts->datarate; in wl_radiotap_rx_legacy() 600 rtl->basic.channel_freq = (uint16)HTOL16(channel_frequency); in wl_radiotap_rx_legacy() 601 rtl->basic.channel_flags = HTOL16(channel_flags); in wl_radiotap_rx_legacy() 602 rtl->basic.signal = (int8)rxsts->signal; in wl_radiotap_rx_legacy() 603 rtl->basic.noise = (int8)rxsts->noise; in wl_radiotap_rx_legacy() 604 rtl->basic.antenna = (int8)rxsts->antenna; in wl_radiotap_rx_legacy() 629 rtht->basic.tsft_l = HTOL32(rxsts->mactime); in wl_radiotap_rx_ht() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmwifi_radiotap.c | 596 rtl->basic.tsft_l = HTOL32(rxsts->mactime); in wl_radiotap_rx_legacy() 597 rtl->basic.tsft_h = 0; in wl_radiotap_rx_legacy() 598 rtl->basic.flags = flags; in wl_radiotap_rx_legacy() 599 rtl->basic.rate = (uint8)rxsts->datarate; in wl_radiotap_rx_legacy() 600 rtl->basic.channel_freq = (uint16)HTOL16(channel_frequency); in wl_radiotap_rx_legacy() 601 rtl->basic.channel_flags = HTOL16(channel_flags); in wl_radiotap_rx_legacy() 602 rtl->basic.signal = (int8)rxsts->signal; in wl_radiotap_rx_legacy() 603 rtl->basic.noise = (int8)rxsts->noise; in wl_radiotap_rx_legacy() 604 rtl->basic.antenna = (int8)rxsts->antenna; in wl_radiotap_rx_legacy() 629 rtht->basic.tsft_l = HTOL32(rxsts->mactime); in wl_radiotap_rx_ht() [all …]
|
| /OK3568_Linux_fs/buildroot/package/systemd/ |
| H A D | 0002-basic-Allow-unknown-filesystems.patch | 4 Subject: [PATCH] basic: Allow unknown filesystems 10 src/basic/meson.build | 2 +- 13 diff --git a/src/basic/meson.build b/src/basic/meson.build 15 --- a/src/basic/meson.build 16 +++ b/src/basic/meson.build
|
| H A D | 0001-missing-syscall-define-MOVE_MOUNT_T_EMPTY_PATH-if-mi.patch | 13 src/basic/missing_syscall.h | 4 ++++ 16 diff --git a/src/basic/missing_syscall.h b/src/basic/missing_syscall.h 18 --- a/src/basic/missing_syscall.h 19 +++ b/src/basic/missing_syscall.h
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-core/systemd/systemd/ |
| H A D | 0001-basic-Allow-unknown-filesystems.patch | 4 Subject: [PATCH] basic: Allow unknown filesystems 10 src/basic/meson.build | 2 +- 13 diff --git a/src/basic/meson.build b/src/basic/meson.build 15 --- a/src/basic/meson.build 16 +++ b/src/basic/meson.build
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/ |
| H A D | close-RequireValidShell-check.patch | 10 sample-configurations/basic.conf | 1 + 13 diff --git a/sample-configurations/basic.conf b/sample-configurations/basic.conf 15 --- a/sample-configurations/basic.conf 16 +++ b/sample-configurations/basic.conf
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/cpufreq/ |
| H A D | main.sh | 10 FUNC=basic # do basic tests by default 24 [-t <basic: Basic cpufreq testing 79 …t) # --func_type (Function to perform: basic, suspend, hibernate, modtest, sptest1/2/3/4 (default:… 113 "basic")
|