Home
last modified time | relevance | path

Searched refs:utility (Results 1 – 25 of 718) sorted by relevance

12345678910>>...29

/OK3568_Linux_fs/kernel/net/caif/
H A Dcfctrl.c97 p1->u.utility.fifosize_kb == p2->u.utility.fifosize_kb in param_eq()
98 && p1->u.utility.fifosize_bufs == in param_eq()
99 p2->u.utility.fifosize_bufs in param_eq()
100 && strcmp(p1->u.utility.name, p2->u.utility.name) == 0 in param_eq()
101 && p1->u.utility.paramlen == p2->u.utility.paramlen in param_eq()
102 && memcmp(p1->u.utility.params, p2->u.utility.params, in param_eq()
103 p1->u.utility.paramlen) == 0; in param_eq()
256 tmp16 = cpu_to_le16(param->u.utility.fifosize_kb); in cfctrl_linkup_request()
258 tmp16 = cpu_to_le16(param->u.utility.fifosize_bufs); in cfctrl_linkup_request()
261 strlcpy(utility_name, param->u.utility.name, in cfctrl_linkup_request()
[all …]
H A Dcfcnfg.c278 strlcpy(l->u.utility.name, s->sockaddr.u.util.service, in caif_connect_req_to_link_param()
279 sizeof(l->u.utility.name)); in caif_connect_req_to_link_param()
280 caif_assert(sizeof(l->u.utility.name) > 10); in caif_connect_req_to_link_param()
281 l->u.utility.paramlen = s->param.size; in caif_connect_req_to_link_param()
282 if (l->u.utility.paramlen > sizeof(l->u.utility.params)) in caif_connect_req_to_link_param()
283 l->u.utility.paramlen = sizeof(l->u.utility.params); in caif_connect_req_to_link_param()
285 memcpy(l->u.utility.params, s->param.data, in caif_connect_req_to_link_param()
286 l->u.utility.paramlen); in caif_connect_req_to_link_param()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/
H A D0001-telnetd-utility.c-Fix-buffer-overflow-in-netoprintf.patch4 Subject: [PATCH] telnetd/utility.c: Fix buffer overflow in netoprintf
39 telnetd/utility.c | 2 +-
42 diff --git a/telnetd/utility.c b/telnetd/utility.c
44 --- a/telnetd/utility.c
45 +++ b/telnetd/utility.c
H A DCVE-2020-10188.patch4 Subject: [PATCH] telnetd/utility.c: fix CVE-2020-10188
13 telnetd/utility.c | 32 +++++++++++++++++++++-----------
16 diff --git a/telnetd/utility.c b/telnetd/utility.c
18 --- a/telnetd/utility.c
19 +++ b/telnetd/utility.c
H A D0001-telnet-telnetd-Fix-print-format-strings.patch11 telnetd/utility.c | 6 +++---
39 diff --git a/telnetd/utility.c b/telnetd/utility.c
41 --- a/telnetd/utility.c
42 +++ b/telnetd/utility.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/
H A DunRAR1 ****** ***** ****** unRAR - free utility for RAR archives
8 The source code of unRAR utility is freeware. This means:
10 1. All copyrights to RAR and the utility unRAR are exclusively
21 3. The unRAR utility may be freely distributed. No person or company
31 5. Installing and using the unRAR utility signifies acceptance of
36 utility.
/OK3568_Linux_fs/external/chromium/licenses/
H A Dlicense.txt1 ****** ***** ****** UnRAR - free utility for RAR archives
8 The source code of UnRAR utility is freeware. This means:
10 1. All copyrights to RAR and the utility UnRAR are exclusively
23 3. The UnRAR utility may be freely distributed. It is allowed
32 5. Installing and using the UnRAR utility signifies acceptance of
37 utility.
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dutility2 //===-------------------------- utility ----------------------------------===//
15 experimental/utility synopsis
19 #include <utility>
35 #include <utility>
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Dutility2 //===-------------------------- utility ----------------------------------===//
15 experimental/utility synopsis
19 #include <utility>
35 #include <utility>
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/
H A D0001-ftpd-telnetd-Fix-multiple-definitions-of-errcatch-an.patch15 telnetd/utility.c | 2 +-
43 diff --git a/telnetd/utility.c b/telnetd/utility.c
45 --- a/telnetd/utility.c
46 +++ b/telnetd/utility.c
/OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/
H A DREADME8 This is a test utility to verify ION buffer sharing in user space
12 This utility demonstrates how ION buffer sharing can be implemented between
23 This utility is designed in the form of client/server program.
42 This utility works only if /dev/ion interface is present.
49 This utility requires to be run as root user.
54 This utility is made to be run as part of kselftest framework in kernel.
76 The utility is verified on Ubuntu-32 bit system with Linux Kernel 4.14.
/OK3568_Linux_fs/buildroot/package/ntp/
H A DConfig.in59 The ntpdate utility program is used to set the local date
65 The ntpdc utility program is used to query an NTP daemon about
71 The ntpq utility program is used to query NTP servers
85 The ntptime utility program is used to read and set kernel
92 ntptrace is a perl script that uses the ntpq utility program
/OK3568_Linux_fs/kernel/drivers/char/mwave/
H A DREADME19 thinkpad configuration utility then this parameter allows the
24 thinkpad configuration utility then this parameter allows the
29 thinkpad configuration utility then this parameter allows the
34 thinkpad configuration utility then this parameter allows the
/OK3568_Linux_fs/buildroot/package/azure-iot-sdk-c/
H A D0001-hmac-c-fix-mismatching-function-prototype.patch17 https://github.com/Azure/azure-c-shared-utility/commit/3a7997af72e7a4f70109d1639e6725b39046443e]
25 --- a/c-utility/src/hmac.c
26 +++ b/c-utility/src/hmac.c
H A Dazure-iot-sdk-c.mk22 c-utility/libaziotsharedutil.a \
38 c-utility/libaziotsharedutil.so \
67 cp -a $(@D)/c-utility/inc/* $(STAGING_DIR)/usr/include/
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dversion26 __cpp_lib_as_const 201510L <utility>
45 __cpp_lib_exchange_function 201304L <utility>
54 __cpp_lib_integer_sequence 201304L <utility>
95 __cpp_lib_tuples_by_type 201304L <utility> <tuple>
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dversion26 __cpp_lib_as_const 201510L <utility>
45 __cpp_lib_exchange_function 201304L <utility>
54 __cpp_lib_integer_sequence 201304L <utility>
95 __cpp_lib_tuples_by_type 201304L <utility> <tuple>
/OK3568_Linux_fs/buildroot/package/nvme/
H A DConfig.in4 NVME utility, a utility for interacting with standard NVM
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_dyn_csi_rsp.c241 s32 utility = 0; in halbb_dcr_ch_est() local
285 utility += 2; in halbb_dcr_ch_est()
287 utility += 1; in halbb_dcr_ch_est()
289 utility -= 2; in halbb_dcr_ch_est()
293 if (utility > 0) in halbb_dcr_ch_est()
297 utility, iscablelink); in halbb_dcr_ch_est()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_dyn_csi_rsp.c241 s32 utility = 0; in halbb_dcr_ch_est() local
285 utility += 2; in halbb_dcr_ch_est()
287 utility += 1; in halbb_dcr_ch_est()
289 utility -= 2; in halbb_dcr_ch_est()
293 if (utility > 0) in halbb_dcr_ch_est()
297 utility, iscablelink); in halbb_dcr_ch_est()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dutility1 // <experimental/utility> -*- C++ -*-
25 /** @file experimental/utility
34 #include <utility>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dutility1 // <experimental/utility> -*- C++ -*-
25 /** @file experimental/utility
34 #include <utility>
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-app/
H A Dxwininfo_1.1.5.bb3 SUMMARY = "Window information utility for X"
5 DESCRIPTION = "Xwininfo is a utility for displaying information about \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/
H A Dglibc-mtrace.inc3 SUMMARY = "mtrace utility provided by glibc"
4 DESCRIPTION = "mtrace utility provided by glibc"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/ipmitool/
H A Dipmitool_1.8.18.bb2 DESCRIPTION = "This package contains a utility for interfacing with devices that support \
6 This utility can communicate with IPMI-enabled devices through either a \
46 # FreeIPMI libraries, FreeIPMI has its own ipmitoool-like utility.

12345678910>>...29