Home
last modified time | relevance | path

Searched refs:scheme (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/
H A Dfman_keygen.c490 struct keygen_scheme *scheme; in keygen_bind_port_to_schemes() local
495 scheme = get_scheme(keygen, scheme_id); in keygen_bind_port_to_schemes()
496 if (!scheme) { in keygen_bind_port_to_schemes()
500 if (!scheme->used) { in keygen_bind_port_to_schemes()
507 ar_reg = build_ar_bind_scheme(scheme->hw_port_id, false); in keygen_bind_port_to_schemes()
516 ar_reg = build_ar_bind_scheme(scheme->hw_port_id, true); in keygen_bind_port_to_schemes()
541 struct keygen_scheme *scheme; in keygen_scheme_setup() local
545 scheme = get_scheme(keygen, scheme_id); in keygen_scheme_setup()
546 if (!scheme) { in keygen_scheme_setup()
550 if (enable && scheme->used) { in keygen_scheme_setup()
[all …]
/OK3568_Linux_fs/kernel/mm/damon/
H A Dcore.c82 struct damos *scheme; in damon_new_scheme() local
84 scheme = kmalloc(sizeof(*scheme), GFP_KERNEL); in damon_new_scheme()
85 if (!scheme) in damon_new_scheme()
87 scheme->min_sz_region = min_sz_region; in damon_new_scheme()
88 scheme->max_sz_region = max_sz_region; in damon_new_scheme()
89 scheme->min_nr_accesses = min_nr_accesses; in damon_new_scheme()
90 scheme->max_nr_accesses = max_nr_accesses; in damon_new_scheme()
91 scheme->min_age_region = min_age_region; in damon_new_scheme()
92 scheme->max_age_region = max_age_region; in damon_new_scheme()
93 scheme->action = action; in damon_new_scheme()
[all …]
H A Dreclaim.c275 struct damos *scheme = damon_new_scheme( in damon_reclaim_new_scheme() local
289 return scheme; in damon_reclaim_new_scheme()
295 struct damos *scheme; in damon_reclaim_turn() local
323 scheme = damon_reclaim_new_scheme(); in damon_reclaim_turn()
324 if (!scheme) { in damon_reclaim_turn()
328 err = damon_set_schemes(ctx, &scheme, 1); in damon_reclaim_turn()
339 damon_destroy_scheme(scheme); in damon_reclaim_turn()
H A Dpaddr.c218 struct damos *scheme) in damon_pa_apply_scheme() argument
223 if (scheme->action != DAMOS_PAGEOUT) in damon_pa_apply_scheme()
252 struct damos *scheme) in damon_pa_scheme_score() argument
254 switch (scheme->action) { in damon_pa_scheme_score()
256 return damon_pageout_score(context, r, scheme); in damon_pa_scheme_score()
H A Dvaddr.c713 struct damos *scheme) in damon_va_apply_scheme() argument
717 switch (scheme->action) { in damon_va_apply_scheme()
744 struct damos *scheme) in damon_va_scheme_score() argument
747 switch (scheme->action) { in damon_va_scheme_score()
749 return damon_pageout_score(context, r, scheme); in damon_va_scheme_score()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Durl.cpp78 scheme([&]() -> Segment { in __anon14e840fe0302()
85 auto domainPos = scheme.first + scheme.second; in __anon14e840fe0402()
89 const bool isData = str.compare(scheme.first, scheme.second, "data") == 0; in __anon14e840fe0402()
95 const bool isData = str.compare(scheme.first, scheme.second, "data") == 0; in __anon14e840fe0502()
139 return str.substr(url.scheme.first, url.scheme.second); in transformURL()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dfore200e.c291 int scheme, magn, nbr; in fore200e_free_rx_buf() local
294 for (scheme = 0; scheme < BUFFER_SCHEME_NBR; scheme++) { in fore200e_free_rx_buf()
297 if ((buffer = fore200e->host_bsq[ scheme ][ magn ].buffer) != NULL) { in fore200e_free_rx_buf()
299 for (nbr = 0; nbr < fore200e_rx_buf_nbr[ scheme ][ magn ]; nbr++) { in fore200e_free_rx_buf()
315 int scheme, magn; in fore200e_uninit_bs_queue() local
317 for (scheme = 0; scheme < BUFFER_SCHEME_NBR; scheme++) { in fore200e_uninit_bs_queue()
320 struct chunk* status = &fore200e->host_bsq[ scheme ][ magn ].status; in fore200e_uninit_bs_queue()
321 struct chunk* rbd_block = &fore200e->host_bsq[ scheme ][ magn ].rbd_block; in fore200e_uninit_bs_queue()
862 int bsq_audit(int where, struct host_bsq* bsq, int scheme, int magn) in bsq_audit() argument
872 where, scheme, magn, buffer->index); in bsq_audit()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A Dcve-2023-24329.patch5 Subject: [PATCH] gh-99418: Make urllib.parse.urlparse enforce that a scheme
10 RFC 3986 defines a scheme like this: `scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )`
13 The WHATWG URL spec defines a scheme like this:
14 `"A URL-scheme string must be one ASCII alpha, followed by zero or more of ASCII alphanumeric, U+00…
39 @@ -469,7 +469,7 @@ def urlsplit(url, scheme='', allow_fragments=True):
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-27774-2.patch57 + char *scheme;
59 + uc = curl_url_get(data->state.uh, CURLUPART_SCHEME, &scheme, 0);
65 + p = Curl_builtin_scheme(scheme);
67 + infof(data, "Clear auth, redirects scheme from %s to %s",
68 + data->info.conn_scheme, scheme);
71 + free(scheme);
H A DCVE-2022-42916.patch23 if(!strcasecompare("file", data->state.up.scheme))
73 if(data->hsts && strcasecompare("http", data->state.up.scheme)) {
78 Curl_safefree(data->state.up.scheme);
/OK3568_Linux_fs/app/QLauncher/
H A Dxdgdesktopfile.cpp760 QString scheme = QUrl(str).scheme(); in expandEnvVariables() local
762 …if (scheme == QLatin1String("http") || scheme == QLatin1String("https") || scheme == QLatin1Stri… in expandEnvVariables()
763 scheme == QLatin1String("ftp") || scheme == QLatin1String("ftps") || in expandEnvVariables()
764 scheme == QLatin1String("pop") || scheme == QLatin1String("pops") || in expandEnvVariables()
765 scheme == QLatin1String("imap") || scheme == QLatin1String("imaps") || in expandEnvVariables()
766 scheme == QLatin1String("mailto") || in expandEnvVariables()
767 scheme == QLatin1String("nntp") || in expandEnvVariables()
768 scheme == QLatin1String("irc") || in expandEnvVariables()
769 scheme == QLatin1String("telnet") || in expandEnvVariables()
770 scheme == QLatin1String("xmpp") || in expandEnvVariables()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dtileset.hpp22 Scheme scheme; member in mbgl::Tileset
36 scheme(scheme_),
43 return std::tie(lhs.tiles, lhs.zoomRange, lhs.attribution, lhs.scheme, lhs.bounds) in operator ==()
44 == std::tie(rhs.tiles, rhs.zoomRange, rhs.attribution, rhs.scheme, rhs.bounds); in operator ==()
/OK3568_Linux_fs/buildroot/package/asterisk/
H A D0002-configure-fix-detection-of-libcrypt.patch9 The result of the former is stored in the LIBCRYPT 'scheme' while that
10 of the latter is stored in the 'SYSCRYPT' scheme.
12 However, the check for mandatory modules looks at the CRYPT 'scheme',
16 scheme.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dtileset.cpp34 optional<std::string> scheme = toString(*schemeValue); in operator ()() local
35 if (scheme && *scheme == "tms") { in operator ()()
36 result.scheme = Tileset::Scheme::TMS; in operator ()()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/
H A Dgpmc-nand.txt35 Refer below "How to select correct ECC scheme for your device ?"
105 How to select correct ECC scheme for your device ?
107 Higher ECC scheme usually means better protection against bit-flips and
108 increased system lifetime. However, selection of ECC scheme is dependent
120 Other factor which governs the selection of ecc-scheme is oob-size.
137 trying to use BCH16 (ECC_BYTES=26) ecc-scheme.
144 trying to use BCH16 (ECC_BYTES=26) ecc-scheme.
147 (OOBSIZE=128). So this device can use BCH16 ecc-scheme.
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dbtcoex.c120 if (btcoex_hw->scheme != ATH_BTCOEX_CFG_2WIRE && in ath9k_hw_btcoex_pin_init()
121 btcoex_hw->scheme != ATH_BTCOEX_CFG_3WIRE) in ath9k_hw_btcoex_pin_init()
146 btcoex_hw->scheme = ATH_BTCOEX_CFG_NONE; in ath9k_hw_btcoex_init_scheme()
151 btcoex_hw->scheme = ATH_BTCOEX_CFG_MCI; in ath9k_hw_btcoex_init_scheme()
153 btcoex_hw->scheme = ATH_BTCOEX_CFG_3WIRE; in ath9k_hw_btcoex_init_scheme()
160 btcoex_hw->scheme = ATH_BTCOEX_CFG_3WIRE; in ath9k_hw_btcoex_init_scheme()
162 btcoex_hw->scheme = ATH_BTCOEX_CFG_2WIRE; in ath9k_hw_btcoex_init_scheme()
434 if (btcoex_hw->scheme == ATH_BTCOEX_CFG_3WIRE) { in ath9k_hw_btcoex_disable()
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate.py337 if parseres.scheme not in ['git', 'gitsm', 'svn', 'hg']:
340 elif parseres.scheme in ['git', 'gitsm']:
373 scheme, host, path, user, pswd, parms = bb.fetch2.decodeurl(uri)
390 … elif (scheme == "http" or scheme == 'https' or scheme == 'ssh') and not ('protocol' in parms):
391 parms.update({('protocol', scheme)})
422 scheme = ''
456 scheme, network, path, user, passwd, params = bb.fetch2.decodeurl(fetchuri)
482 if scheme in ['git', 'gitsm'] and 'branch' not in params and 'nobranch' not in params:
484 fetchuri = bb.fetch2.encodeurl((scheme, network, path, user, passwd, params))
522 …if not srcbranch and not nobranch and srcrev and (srcrev != '${AUTOREV}') and scheme in ['git', 'g…
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A Dptrveloc.c131 ValuatorAccelerationRec scheme; in InitPredictableAccelerationScheme() local
134 scheme = *protoScheme; in InitPredictableAccelerationScheme()
144 scheme.accelData = schemeData; in InitPredictableAccelerationScheme()
151 dev->valuator->accelScheme = scheme; in InitPredictableAccelerationScheme()
393 PredictableAccelSchemePtr scheme) in DeletePredictableAccelerationProperties() argument
410 for (i = 0; i < scheme->num_prop_handlers; i++) in DeletePredictableAccelerationProperties()
411 if (scheme->prop_handlers[i]) in DeletePredictableAccelerationProperties()
412 XIUnregisterPropertyHandler(dev, scheme->prop_handlers[i]); in DeletePredictableAccelerationProperties()
415 free(scheme->prop_handlers); in DeletePredictableAccelerationProperties()
416 scheme->prop_handlers = NULL; in DeletePredictableAccelerationProperties()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapiconobjectqsg.cpp182 } else if (url.scheme().isEmpty() || url.scheme() == QLatin1String("file")) { in setContent()
186 } else if (url.scheme() == QLatin1String("image")) { in setContent()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/builder/files/
H A Dbuilder_session.sh22 xdg-mime default epiphany.desktop x-scheme-handler/http
23 xdg-mime default epiphany.desktop x-scheme-handler/https
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.i2c11 U-Boot provides a scheme based on two 'claim' GPIOs, one driven by the
14 these they can communicate and reliably share the bus. This scheme has
15 minimal overhead and involves very little code. The scheme can survive
59 scheme works very nicely with very low contention. There is only a 10 us
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c222 int scheme, i; in ApplyAccelerationSettings() local
230 scheme = dev->valuator->accelScheme.number; in ApplyAccelerationSettings()
233 scheme = PtrAccelPredictable; in ApplyAccelerationSettings()
236 scheme = PtrAccelLightweight; in ApplyAccelerationSettings()
239 scheme = PtrAccelNoOp; in ApplyAccelerationSettings()
242 if (dev->valuator->accelScheme.number != scheme) { in ApplyAccelerationSettings()
247 if (InitPointerAccelerationScheme(dev, scheme)) { in ApplyAccelerationSettings()
249 pInfo->name, schemeStr, scheme); in ApplyAccelerationSettings()
254 scheme = dev->valuator->accelScheme.number; in ApplyAccelerationSettings()
259 pInfo->name, scheme); in ApplyAccelerationSettings()
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dmandatory-locking.rst47 "advisory" locking scheme. However, the world isn't perfect, and there's
51 with a "mandatory" locking scheme, whereby the operating system kernel would
56 The System V mandatory locking scheme was intended to have as little impact as
57 possible on existing user code. The scheme is based on marking individual files
69 2. POSIX.1 does not specify any scheme for mandatory locking, despite
70 borrowing the fcntl() locking scheme from System V. The mandatory locking
71 scheme is defined by the System V Interface Definition (SVID) Version 3.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A Drestapi.py41 if up.scheme == 'file':
44 if up.scheme == 'http' or up.scheme == 'https':
283 if up.scheme != 'file':
/OK3568_Linux_fs/kernel/net/decnet/
H A DTODO30 we have a half-way house scheme which seems to work reasonably well, but
31 the full scheme is still worth implementing, its not not top of my list

12345678910>>...15