Home
last modified time | relevance | path

Searched refs:set (Results 7401 - 7425 of 9728) sorted by relevance

1...<<291292293294295296297298299300>>...390

/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dblock.c123 * Only set in main mmc_blk_data associated
238 unsigned long set; in power_ro_lock_store() local
240 if (kstrtoul(buf, 0, &set)) in power_ro_lock_store()
243 if (set != 1) in power_ro_lock_store()
296 unsigned long set = simple_strtoul(buf, &end, 0); in force_ro_store() local
302 set_disk_ro(dev_to_disk(dev), set || md->read_only); in force_ro_store()
505 /* data.flags must already be set before doing this. */ in __mmc_blk_ioctl_cmd()
1276 * is set, out of range error will be indicated during read/write in mmc_blk_eval_resp_error()
1340 * priority tasks. Here we always set "simple" priority by not setting in mmc_blk_data_prep()
1792 * 1. do not accept the bytes_xfered value i.e. set i
[all...]
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_edgeport.c174 __u8 shadowXonChar; /* last value set as XON char in Edgeport */
175 __u8 shadowXoffChar; /* last value set as XOFF char in Edgeport */
291 unsigned int set, unsigned int clear);
536 /* Determine Product type and set appropriate flags */ in get_product_info()
900 /* see if we've set up our endpoint info yet (can't set it up in edge_open()
901 in edge_startup as the structures were not set up at that time.) */ in edge_open()
909 /* not set up yet, so do it now */ in edge_open()
922 /* set up our interrupt urb */ in edge_open()
932 /* set u in edge_open()
1591 edge_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) edge_tiocmset() argument
[all...]
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c165 static void print_status(struct mlx5_vdpa_dev *mvdev, u8 status, bool set) in print_status() argument
174 mlx5_vdpa_info(mvdev, "driver status %s", set ? "set" : "get"); in print_status()
175 if (set && !status) { in print_status()
188 static void print_features(struct mlx5_vdpa_dev *mvdev, u64 features, bool set) in print_features() argument
197 mlx5_vdpa_info(mvdev, "driver %s feature bits:\n", set ? "sets" : "reads"); in print_features()
1574 mlx5_vdpa_warn(to_mvdev(vdev), "set config callback not supported\n"); in mlx5_vdpa_set_config_cb()
1845 mlx5_vdpa_warn(mvdev, "set map failed(%d)\n", err); in mlx5_vdpa_set_map()
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/
H A Di810_main.c867 * @var contains user-defined information for the mode to be set.
937 * (red, green, blue) will be set as specified
1085 * This will set up parameters that are unmodifiable by the user.
1491 cursor->set |= FB_CUR_SETALL; in i810fb_cursor()
1496 if (cursor->set & FB_CUR_SETPOS) { in i810fb_cursor()
1504 if (cursor->set & FB_CUR_SETSIZE) in i810fb_cursor()
1507 if (cursor->set & FB_CUR_SETCMAP) in i810fb_cursor()
1512 if (cursor->set & (FB_CUR_SETSHAPE | FB_CUR_SETIMAGE)) { in i810fb_cursor()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dauxtrace.c252 queue_array[i].set = queues->queue_array[i].set; in auxtrace_queues__grow()
299 if (!queue->set) { in auxtrace_queues__queue_buffer()
300 queue->set = true; in auxtrace_queues__queue_buffer()
1403 synth_opts->set = true; in itrace_parse_synth_opts()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h123 /* File is opened with O_NDELAY (only set for block devices) */
125 /* File is opened with O_EXCL (only set for block devices) */
639 * (set|clear|inc|drop)_nlink
1601 * inode_set_ctime_to_ts - set the ctime in the inode
1602 * @inode: inode in which to set the ctime
1603 * @ts: value to set in the ctime field
1615 * inode_set_ctime - set the ctime in the inode
1616 * @inode: inode in which to set the ctime
1617 * @sec: tv_sec value to set
1618 * @nsec: tv_nsec value to set
[all...]
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dblock.c130 * Only set in main mmc_blk_data associated
251 unsigned long set; in power_ro_lock_store() local
253 if (kstrtoul(buf, 0, &set)) in power_ro_lock_store()
256 if (set != 1) in power_ro_lock_store()
312 unsigned long set = simple_strtoul(buf, &end, 0); in force_ro_store() local
318 set_disk_ro(dev_to_disk(dev), set || md->read_only); in force_ro_store()
525 /* data.flags must already be set before doing this. */ in __mmc_blk_ioctl_cmd()
1041 * upon failure it might not be, so set it to MMC_BLK_PART_INVALID in mmc_blk_reset()
1340 * is set, out of range error will be indicated during read/write in mmc_blk_eval_resp_error()
1406 * priority tasks. Here we always set "simpl in mmc_blk_data_prep()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h342 * IOCB_DIO_CALLER_COMP can be set by the iocb owner, to indicate that the
345 * flag is set, the bio completion handling may set iocb->dio_complete to a
384 * IFF IOCB_WAITQ is set.
389 * is punted back to the issuer of the IO. May only be set
390 * if IOCB_DIO_CALLER_COMP is set by the issuer, and the issuer
667 * (set|clear|inc|drop)_nlink
1599 * inode_set_ctime - set the ctime in the inode
1600 * @inode: inode in which to set the ctime
1601 * @sec: tv_sec value to set
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/i810/
H A Di810_main.c868 * @var contains user-defined information for the mode to be set.
938 * (red, green, blue) will be set as specified
1086 * This will set up parameters that are unmodifiable by the user.
1492 cursor->set |= FB_CUR_SETALL; in i810fb_cursor()
1497 if (cursor->set & FB_CUR_SETPOS) { in i810fb_cursor()
1505 if (cursor->set & FB_CUR_SETSIZE) in i810fb_cursor()
1508 if (cursor->set & FB_CUR_SETCMAP) in i810fb_cursor()
1513 if (cursor->set & (FB_CUR_SETSHAPE | FB_CUR_SETIMAGE)) { in i810fb_cursor()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dauxtrace.c255 queue_array[i].set = queues->queue_array[i].set; in auxtrace_queues__grow()
302 if (!queue->set) { in auxtrace_queues__queue_buffer()
303 queue->set = true; in auxtrace_queues__queue_buffer()
1470 synth_opts->set = true; in itrace_do_parse_synth_opts()
/third_party/curl/lib/vtls/
H A Dsectransp.c95 (You set this at build-time using the compiler command line option
1438 failf(data, "Secure Transport: cannot set SSL protocol"); in set_ssl_version_min_max()
1776 failf(data, "Your version of the OS does not support to set maximum"
1826 infof(data, "WARNING: failed to set ALPN protocols; OSStatus %d",
1855 infof(data, "SSL: Certificate type not set, assuming "
2028 failf(data, "SSL: Unable to set ciphers for SSL/TLS handshake. "
2730 /* Only returned when kSSLSessionOptionBreakOnCertRequested is set */
2755 if(data->set.str[STRING_SSL_PINNEDPUBLICKEY]) {
2758 data->set.str[STRING_SSL_PINNEDPUBLICKEY]);
2870 if(data->set
[all...]
/third_party/backends/backend/genesys/
H A Dgl843.cpp46 /** @brief set all registers to default values .
51 * @param dev device structure holding register set to initialize
57 // of the sensors definition and the actual value is set in in gl843_init_registers()
262 // "buffer full" state will be set. in gl843_init_registers()
390 // 0x6c, 0x6d, 0x6e, 0x6f are set according to gpio tables. See in gl843_init_registers()
500 // 0x95-0x97: SCANLEN[0:19]: Controls when paper jam bit is set in sheetfed in gl843_init_registers()
516 // TODO: move to set for scan in gl843_init_registers()
620 std::uint8_t set) const in set_fe()
622 DBG_HELPER_ARGS(dbg, "%s", set == AFE_INIT ? "init" : in set_fe()
623 set in set_fe()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorTest.java197 /* Another set of rules: in TestSimpleRules()
231 * Test inline set syntax and set variable syntax.
573 // Again, using a smaller rule set in TestJ277()
1242 String SET = "set"; in TestToRules()
1338 UnicodeSet set = new UnicodeSet(pat); in TestToRules()
1342 toPat = set.toPattern(true); in TestToRules()
1739 // Col. 1 = ID or rule set (latter must start with #) in TestCompoundFilterID()
1788 * Test new property set syntax
2285 String rule = "$set in TestOutputSet()
[all...]
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java194 /* Another set of rules: in TestSimpleRules()
228 * Test inline set syntax and set variable syntax.
570 // Again, using a smaller rule set in TestJ277()
1239 String SET = "set"; in TestToRules()
1335 UnicodeSet set = new UnicodeSet(pat); in TestToRules()
1339 toPat = set.toPattern(true); in TestToRules()
1736 // Col. 1 = ID or rule set (latter must start with #) in TestCompoundFilterID()
1785 * Test new property set syntax
2282 String rule = "$set in TestOutputSet()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h991 struct radv_descriptor_set_header set;
998 struct radv_descriptor_set *set;
1239 * Defines the set of saved dynamic state.
2527 /* Due to a hw bug, TILE_STENCIL_DISABLE must be set to 0 for
2760 /* The state is hashed for the descriptor set layout. */
2912 struct radv_descriptor_set *set, unsigned idx);
2922 struct radv_descriptor_set *set,
2928 uint32_t set, uint32_t descriptorWriteCount,
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Ddemo-compiled.js10 function k(a,b){function c(){}c.prototype=b.prototype;a.la=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.ua=function(d,f,e){for(var g=Array(arguments.length-2),h=2;h<arguments.length;h++)g[h-2]=arguments[h];return b.prototype[f].apply(d,g)}};function oa(a){if(Error.captureStackTrace)Error.captureStackTrace(this,oa);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))}k(oa,Error);oa.prototype.name="CustomError";function pa(a,b){a=a.split("%s");for(var c="",d=a.length-1,f=0;f<d;f++)c+=a[f]+(f<b.length?b[f]:"%s");oa.call(this,c+a[d])}k(pa,oa);pa.prototype.name="AssertionError";function qa(a,b){throw new pa("Failure"+(a?": "+a:""),Array.prototype.slice.call(arguments,1));};function ra(a,b){a.sort(b||sa)}function sa(a,b){return a>b?1:a<b?-1:0};function ta(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b}function ua(a,b){a:{for(var c in a)if(b.call(void 0,a[c],c,a)){b=c;break a}b=void 0}return b&&a[b]};function va(a){return String(a).replace(/\-([a-z])/g,function(b,c){return c.toUpperCase()})};function wa(a){var b=document;return"string"===typeof a?b.getElementById(a):a};function xa(a,b){this.g=a;this.o=b.name;this.j=!!b.aa;this.h=b.i;this.u=b.type;this.s=!1;switch(this.h){case ya:case za:case Ea:case Fa:case Ga:case Ha:case Ia:this.s=!0}this.l=b.defaultValue}var Ia=1,Ha=2,ya=3,za=4,Ea=6,Fa=16,Ga=18;function Ja(a,b){this.h=a;this.g={};for(a=0;a<b.length;a++){var c=b[a];this.g[c.g]=c}}function Ka(a){a=ta(a.g);ra(a,function(b,c){return b.g-c.g});return a}function La(a,b){return ua(a.g,function(c){return c.o==b})||null};function l(){this.h={};this.j=this.m().g;this.g=this.l=null}function Ma(a,b){for(var c in a.h){var d=Number(c);a.j[d]||b.call(a,d,a.h[c])}}l.prototype.has=function(a){return n(this,a.g)};l.prototype.get=function(a,b){return q(this,a.g,b)};l.prototype.set=function(a,b){t(this,a.g,b)};l.prototype.add=function(a,b){Na(this,a.g,b)};
15 y.prototype.g=function(a,b){return 8==a.h&&"number"===typeof b?!!b:y.la.g.call(this,a,b)};y.prototype.o=function(a,b){var c=a.m(),d;for(d in b){var f=b[d],e=!/[^0-9]/.test(d);if(e)var g=c.g[parseInt(d,10)]||null;else 2==this.s&&(d=String(d).replace(/([A-Z])/g,"-$1").toLowerCase().replace(/\-/g,"_")),g=La(c,d);if(g)if(g.j)for(e=0;e<f.length;e++)a.add(g,this.g(g,f[e]));else a.set(g,this.g(g,f));else e?(g=a,e=Number(d),g.h[e]=f,g.g&&delete g.g[e]):this.u||qa("Failed to find field: "+d)}};function z(a,b){null!=a&&this.g.apply(this,arguments)}z.prototype.h="";z.prototype.set=function(a){this.h=""+a};z.prototype.g=function(a,b,c){this.h+=String(a);if(null!=b)for(var d=1;d<arguments.length;d++)this.h+=arguments[d];return this};function A(a){a.h=""}z.prototype.toString=function(){return this.h};/*
507 function uc(a,b,c){var d=a.toString(),f=d.length,e=q(b,15);if(0!=f&&null!=e&&0!=e.length){var g=new RegExp("^(?:"+e+")");if(f=g.exec(d)){e=new RegExp(v(q(b,1),2));var h=K(e,d),m=f.length-1;b=q(b,16);if(null==b||0==b.length||null==f[m]||0==f[m].length){if(!h||K(e,d.substring(f[0].length)))null!=c&&0<m&&null!=f[m]&&c.g(f[1]),a.set(d.substring(f[0].length))}else if(d=d.replace(g,b),!h||K(e,d))null!=c&&0<m&&c.g(f[1]),a.set(d)}}}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp101 #include <set>
110 // the runtime will set the external mask based on the VMA range.
184 void set(std::unique_ptr<SpecialCaseList> List) { SCL = std::move(List); } in set() function in __anon25061::DFSanABIList
408 DenseMap<Value *, std::set<Value *>> ShadowElements;
485 ABIList.set( in DataFlowSanitizer()
565 // AArch64 supports multiple VMAs and the shadow mask is set at runtime. in doInitialization()
1150 std::set<Value *> UnionElems; in combineShadows()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_reg.h225 #define DPIO_DRIVER_CTL_SHIFT 12 /* always set to 0x8 */
226 #define DPIO_CLK_BIAS_CTL_SHIFT 8 /* always set to 0x5 */
1107 * set to a finite value.
1162 * of registers. The first set pertains to the ring generating the
1474 * The i830 generation, in LVDS mode, defines P1 as the bit number set within
1475 * this field (only one bit may be set).
1519 * Value is pixels minus 1. Must be set to 1 pixel for SDVO.
1537 * set to 130Mhz, and the SDVO multiplier set to 2x in this register and
1547 * This best be set t
[all...]
/third_party/python/Lib/test/
H A Dtest_ssl.py953 trust_oids = set()
963 self.assertIsInstance(trust, (frozenset, set, bool))
964 if isinstance(trust, (frozenset, set)):
1182 names = set(d['name'] for d in ctx.get_ciphers())
1416 # PEM_BUFSIZE is generally set to 1kb.
1764 # Auto set CERT_REQUIRED
1779 # Auto set
1794 # Cannot set CERT_NONE with check_hostname enabled
2683 self.flag.set()
2820 self.flag.set()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c1059 /* if we're not running, just set the values and return */ in ionic_lif_config_hwstamp_rxq_all()
1380 * else if the overflow is set and not needed in ionic_lif_rx_mode()
1426 netdev_warn(netdev, "set rx_mode 0x%04x failed: %d\n", in ionic_lif_rx_mode()
1579 /* set up what we expect to support by default */ in ionic_init_nic_features()
1712 /* To deal with older firmware that silently ignores the set attr mac: in ionic_program_mac()
1714 * do the get attr to verify whether or not the set actually happened in ionic_program_mac()
2579 static int ionic_set_vf_spoofchk(struct net_device *netdev, int vf, bool set) in ionic_set_vf_spoofchk() argument
2594 vfc.spoofchk = set; in ionic_set_vf_spoofchk()
2600 ionic->vfs[vf].spoofchk = set; in ionic_set_vf_spoofchk()
2607 static int ionic_set_vf_trust(struct net_device *netdev, int vf, bool set) in ionic_set_vf_trust() argument
2635 ionic_set_vf_link_state(struct net_device *netdev, int vf, int set) ionic_set_vf_link_state() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc52 // then set this to 1 (in here, or via -DDUMP_COUNTERS=1 compiler argument).
1386 sig->set(index++, WasmValKindToV8(type->results()[i]->kind())); in Serialize()
1388 // {sig->set} needs to take the address of its second parameter, in Serialize()
1391 sig->set(index++, marker); in Serialize()
1393 sig->set(index++, WasmValKindToV8(type->params()[i]->kind())); in Serialize()
1834 global->set(val);
1875 void Global::set(const Val& val) { in set() function in wasm::Global
1959 backing_store->set(i, *init);
2001 auto Table::set(size_t index, const Ref* ref) -> bool {
3104 global->set(val in wasm_global_set()
[all...]
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dphonenumberutil_test.cc28 #include <set>
166 std::set<string> regions; in TEST_F()
173 std::set<int> calling_codes; in TEST_F()
177 for (std::set<int>::const_iterator it = calling_codes.begin(); in TEST_F()
187 std::set<int> calling_codes; in TEST_F()
191 for (std::set<int>::const_iterator it = calling_codes.begin(); in TEST_F()
198 std::set<int> supported_global_network_calling_codes; in TEST_F()
202 // set. in TEST_F()
210 std::set<PhoneNumberUtil::PhoneNumberType> types; in TEST_F()
233 std::set<PhoneNumberUti in TEST_F()
[all...]
/third_party/python/Modules/
H A D_ssl.c233 /* OpenSSL has no dedicated API to set the minimum version to the maximum
551 /* Only set verify code / message for SSLCertVerificationError */ in fill_and_set_sslerror()
882 /* If the socket is in non-blocking mode or timeout mode, set the BIO in newPySSLSocket()
1142 entry->set, in _create_tuple_for_X509_NAME()
1224 /* get a rendering of each name in the set of names */ in _get_peer_alt_names()
2167 used from within a callback function set by the sni_callback\n\
2191 "The currently set server hostname (for SNI).");
2883 "Cannot set session for server-side SSLSocket."); in PySSL_set_session()
2888 "Cannot set session after handshake."); in PySSL_set_session()
2908 Get / set SSLSessio
3434 unsigned long new_flags, flags, set, clear; set_verify_flags() local
3625 long new_opts, opts, set, clear; set_options() local
[all...]
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c735 level->sens = 0; /* actual value set in define_dominance */ in define_sens()
736 ebitmap_init(&level->cat); /* actual value set in define_level */ in define_sens()
1209 yywarn("Expandattribute option was set to both true and false. " in expand_attrib()
1540 0, then add the type to the negative set; otherwise if *add is 1
1542 static int set_types(type_set_t * set, char *id, int *add, char starallowed) in set_types() argument
1552 /* set TYPE_STAR flag */ in set_types()
1553 set->flags = TYPE_STAR; in set_types()
1564 /* complement the set */ in set_types()
1565 set->flags = TYPE_COMP; in set_types()
1589 if (ebitmap_set_bit(&set in set_types()
3072 set_roles(role_set_t * set, char *id) set_roles() argument
4138 set_user_roles(role_set_t * set, char *id) set_user_roles() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_common.c232 /* set node type */ in ice_aq_get_link_topo_handle()
649 * hw->fw_log need to be set accordingly, e.g. based on user-provided input,
896 /* set the back pointer to HW */ in ice_init_hw()
1099 * set in GLNVM_ULD, there is no need for a PF Reset; poll until the in ice_pf_reset()
1322 * (with resource ID set to Global Config Lock) AdminQ commands are in ice_aq_send_cmd()
2181 * @cap_count: if not NULL, set to the number of capabilities reported
2188 * If the cap_count pointer is not NULL, then it is set to the number of
2192 * buffer size be set to ICE_AQ_MAX_BUF_LEN (the largest possible buffer that
2432 * be one bit set, as this function will convert one PHY type to its
2434 * If no bit gets set, ICE_LINK_SPEED_UNKNOW
3248 __ice_aq_get_set_rss_lut(struct ice_hw *hw, u16 vsi_id, u8 lut_type, u8 *lut, u16 lut_size, u8 glob_lut_idx, bool set) __ice_aq_get_set_rss_lut() argument
3377 __ice_aq_get_set_rss_key(struct ice_hw *hw, u16 vsi_id, struct ice_aqc_get_set_rss_keys *key, bool set) __ice_aq_get_set_rss_key() argument
[all...]

Completed in 126 milliseconds

1...<<291292293294295296297298299300>>...390