/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_ie.c | 624 u32 selector; in wpa_validate_wpa_ie() local 665 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X; in wpa_validate_wpa_ie() 669 selector = RSN_AUTH_KEY_MGMT_802_1X_SUITE_B_192; in wpa_validate_wpa_ie() 671 selector = RSN_AUTH_KEY_MGMT_802_1X_SUITE_B; in wpa_validate_wpa_ie() 675 selector = RSN_AUTH_KEY_MGMT_FT_FILS_SHA384; in wpa_validate_wpa_ie() 677 selector = RSN_AUTH_KEY_MGMT_FT_FILS_SHA256; in wpa_validate_wpa_ie() 680 selector = RSN_AUTH_KEY_MGMT_FILS_SHA384; in wpa_validate_wpa_ie() 682 selector = RSN_AUTH_KEY_MGMT_FILS_SHA256; in wpa_validate_wpa_ie() 687 selector = RSN_AUTH_KEY_MGMT_FT_802_1X_SHA384; in wpa_validate_wpa_ie() 690 selector = RSN_AUTH_KEY_MGMT_FT_802_1X; in wpa_validate_wpa_ie() [all …]
|
/freebsd/contrib/ldns/ |
H A D | dane.c | 135 ldns_tlsa_selector selector, in ldns_dane_cert2rdf() argument 149 switch(selector) { in ldns_dane_cert2rdf() 513 ldns_tlsa_selector selector, in ldns_dane_create_tlsa_rr() argument 536 rdf = ldns_native2rdf_int8(LDNS_RDF_TYPE_INT8, (uint8_t)selector); in ldns_dane_create_tlsa_rr() 548 s = ldns_dane_cert2rdf(&rdf, cert, selector, matching_type); in ldns_dane_create_tlsa_rr() 600 ldns_dane_match_cert_with_data(X509* cert, ldns_tlsa_selector selector, in ldns_dane_match_cert_with_data() argument 606 s = ldns_dane_cert2rdf(&match_data, cert, selector, matching_type); in ldns_dane_match_cert_with_data() 623 ldns_tlsa_selector selector, in ldns_dane_match_any_cert_with_data() argument 639 selector, matching_type, data); in ldns_dane_match_any_cert_with_data() 672 ldns_tlsa_selector selector; in ldns_dane_verify_rr() local [all …]
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 25 var jQuery = function( selector, context ) { argument 27 return new jQuery.fn.init( selector, context, rootjQuery ); 102 init: function( selector, context, rootjQuery ) { 106 if ( !selector ) { 111 if ( selector.nodeType ) { 112 this.context = this[0] = selector; 118 if ( selector === "body" && !context && document.body ) { 121 this.selector = selector; 127 if ( typeof selector === "string" ) { 129 …if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.leng… [all …]
|
/freebsd/contrib/libcxxrt/ |
H A D | exception.cc | 72 int selector, in saveLandingPad() argument 78 ucb->barrier_cache.bitpattern[1] = static_cast<uint32_t>(selector); in saveLandingPad() 85 ex->handlerSwitchValue = selector; in saveLandingPad() 96 unsigned long *selector, in loadLandingPad() argument 100 *selector = ucb->barrier_cache.bitpattern[1]; in loadLandingPad() 106 *selector = ex->handlerSwitchValue; in loadLandingPad() 1019 unsigned long *selector, in check_action_record() argument 1038 *selector = filter; in check_action_record() 1045 *selector = filter; in check_action_record() 1081 *selector = filter; in check_action_record() [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | qemu_fwcfg.c | 100 union qemu_fwcfg_selector selector; member 130 *eax = htole16(fwcfg_sc.selector.bits); in qemu_fwcfg_selector_port_handler() 135 fwcfg_sc.selector.bits = le16toh(*eax); in qemu_fwcfg_selector_port_handler() 159 &fwcfg_sc.items[fwcfg_sc.selector.architecture] in qemu_fwcfg_data_port_handler() 160 [fwcfg_sc.selector.index]; in qemu_fwcfg_data_port_handler() 165 fwcfg_sc.selector.architecture ? "specific" : "generic", in qemu_fwcfg_data_port_handler() 166 fwcfg_sc.selector.index); in qemu_fwcfg_data_port_handler() 173 fwcfg_sc.selector.architecture ? "specific" : "generic", in qemu_fwcfg_data_port_handler() 174 fwcfg_sc.selector.index, item->size, fwcfg_sc.data_offset); in qemu_fwcfg_data_port_handler()
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_dcb.c | 251 dcbcfg->app[i].selector = (u8)((buf[offset] & in i40e_parse_ieee_app_tlv() 409 u8 up, selector; in i40e_parse_cee_app_tlv() local 419 selector = (app->upper_oui_sel & I40E_CEE_APP_SELECTOR_MASK); in i40e_parse_cee_app_tlv() 420 switch (selector) { in i40e_parse_cee_app_tlv() 422 dcbcfg->app[i].selector = I40E_APP_SEL_ETHTYPE; in i40e_parse_cee_app_tlv() 425 dcbcfg->app[i].selector = I40E_APP_SEL_TCPIP; in i40e_parse_cee_app_tlv() 429 dcbcfg->app[i].selector = selector; in i40e_parse_cee_app_tlv() 679 dcbcfg->app[0].selector = I40E_APP_SEL_ETHTYPE; in i40e_cee_to_dcb_v1_config() 686 dcbcfg->app[1].selector = I40E_APP_SEL_TCPIP; in i40e_cee_to_dcb_v1_config() 693 dcbcfg->app[2].selector = I40E_APP_SEL_ETHTYPE; in i40e_cee_to_dcb_v1_config() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | fan53555.txt | 9 - fcs,suspend-voltage-selector: declare which of the two available 10 voltage selector registers should be used for the suspend 23 fcs,suspend-voltage-selector = <1>;
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-wasm.c | 33 uintptr_t selector; // selector value member 54 __wasm_lpad_context.selector = 0; in _Unwind_CallPersonality() 90 ((struct _Unwind_LandingPadContext *)context)->selector = value; in _Unwind_SetGR()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_utl.c | 228 long selector; in ossl_asn1_do_adb() local 253 selector = OBJ_obj2nid((ASN1_OBJECT *)*sfld); in ossl_asn1_do_adb() 255 selector = ASN1_INTEGER_get((ASN1_INTEGER *)*sfld); in ossl_asn1_do_adb() 258 if (adb->adb_cb != NULL && adb->adb_cb(&selector) == 0) { in ossl_asn1_do_adb() 271 if (atbl->value == selector) in ossl_asn1_do_adb()
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_dcb.c | 357 app[*num_inputs].selector = fw_app->protocol_selector; in bnxt_hwrm_get_dcbx_app() 408 fw_app->protocol_selector == app->selector && in bnxt_hwrm_set_dcbx_app() 420 fw_app->protocol_selector = app->selector; in bnxt_hwrm_set_dcbx_app() 511 app[*num_inputs].selector = BNXT_IEEE_8021QAZ_APP_SEL_DSCP; in bnxt_hwrm_queue_dscp2pri_qcfg() 718 if (app->selector == BNXT_IEEE_8021QAZ_APP_SEL_DSCP) { in bnxt_dcb_ieee_dscp_app_prep() 741 if ((app->selector == BNXT_IEEE_8021QAZ_APP_SEL_ETHERTYPE && in bnxt_dcb_ieee_setapp() 743 (app->selector == BNXT_IEEE_8021QAZ_APP_SEL_DGRAM && in bnxt_dcb_ieee_setapp() 747 if (app->selector == BNXT_IEEE_8021QAZ_APP_SEL_DSCP) in bnxt_dcb_ieee_setapp() 766 if ((app->selector == BNXT_IEEE_8021QAZ_APP_SEL_ETHERTYPE && in bnxt_dcb_ieee_delapp() 768 (app->selector == BNXT_IEEE_8021QAZ_APP_SEL_DGRAM && in bnxt_dcb_ieee_delapp() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | renesas,h8300-div-clock.txt | 11 - reg: Base address and length of the divide rate selector 13 - renesas,width: bit width of selector
|
H A D | renesas,rcar-usb2-clock-sel.txt | 1 * Renesas R-Car USB 2.0 clock selector 4 clock selector. 24 In this case, we don't need this selector. 40 - reg: offset and length of the USB 2.0 clock selector register block.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRDynamicChecks.cpp | 87 "an unrecognized selector"); in DoCheckersExplainStop() 385 llvm::Value *selector; in InstrumentInstruction() local 394 selector = call_inst->getArgOperand(2); in InstrumentInstruction() 397 selector = call_inst->getArgOperand(1); in InstrumentInstruction() 402 selector = call_inst->getArgOperand(2); in InstrumentInstruction() 411 assert(selector); in InstrumentInstruction() 418 arg_array[1] = selector; in InstrumentInstruction()
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | rcar-gen2-phy.txt | 31 - reg: the USB controller selector; see the table below for the values. 34 The phandle's argument in the PHY specifier is the USB controller selector for 35 the USB channel other than r8a77470 SoC; see the selector meanings below: 46 For r8a77470 SoC;see the selector meaning below:
|
/freebsd/contrib/ldns/ldns/ |
H A D | dane.h | 147 ldns_tlsa_selector selector, 199 ldns_tlsa_selector selector,
|
/freebsd/sys/dev/ice/ |
H A D | ice_dcb.c | 451 dcbcfg->app[i].selector = ((buf[offset] & in ice_parse_ieee_app_tlv() 609 u8 up, selector; in ice_parse_cee_app_tlv() local 619 selector = (app->upper_oui_sel & ICE_CEE_APP_SELECTOR_M); in ice_parse_cee_app_tlv() 620 switch (selector) { in ice_parse_cee_app_tlv() 622 dcbcfg->app[i].selector = ICE_APP_SEL_ETHTYPE; in ice_parse_cee_app_tlv() 625 dcbcfg->app[i].selector = ICE_APP_SEL_TCPIP; in ice_parse_cee_app_tlv() 628 /* Keep selector as it is for unknown types */ in ice_parse_cee_app_tlv() 629 dcbcfg->app[i].selector = selector; in ice_parse_cee_app_tlv() 1082 u8 sel = cmp_dcbcfg->app[j].selector; in ice_cee_to_dcb_cfg() 1470 u8 priority, selector, i = 0; ice_add_ieee_app_pri_tlv() local [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.cpp | 65 lldb::addr_t selector, in AddToMethodCache() argument 72 class_addr, selector, impl_addr); in AddToMethodCache() 75 ClassAndSel(class_addr, selector), impl_addr)); in AddToMethodCache() 91 lldb::addr_t selector) { in LookupInMethodCache() argument 93 pos = m_impl_cache.find(ClassAndSel(class_addr, selector)); in LookupInMethodCache()
|
/freebsd/contrib/bzip2/ |
H A D | compress.c | 404 s->selector[nSelectors] = bt; in sendMTFValues() 466 ll_i = s->selector[i]; in sendMTFValues() 552 AssertH ( s->selector[selCtr] < nGroups, 3006 ); in sendMTFValues() 558 = &(s->len[s->selector[selCtr]][0]); in sendMTFValues() 560 = &(s->code[s->selector[selCtr]][0]); in sendMTFValues() 585 s->len [s->selector[selCtr]] [mtfv[i]], in sendMTFValues() 586 s->code [s->selector[selCtr]] [mtfv[i]] ); in sendMTFValues()
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | fw-cfg.txt | 7 - A write-only, 16-bit wide selector (or control) register, 24 * Bytes 0x8 to 0x9 cover the selector register.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 111 std::string selector; in RetrieveReportData() local 116 selector = apiName.substr(spacePos + 1, apiName.length() - spacePos - 2); in RetrieveReportData() 143 d->AddStringItem("selector", selector); in RetrieveReportData()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticParseKinds.td | 303 "of the selector">, 304 InGroup<DiagGroup<"missing-selector-name">>; 306 "introduce a parameter name to make %0 part of the selector">; 309 "and have an empty entry in the selector">; 333 "expected selector for Objective-C method">; 528 "expected selector for Objective-C %select{setter|getter}0">; 1129 "expected a class method selector with single argument, e.g., 'colorWithCGColor:'">; 1520 "nested OpenMP context selector contains duplicated trait '%0'" 1521 " in selector '%1' and set '%2' with different score">; 1523 "nested user conditions in OpenMP context selector not supported (yet)">; [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_dane_enable.pod | 20 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector, 23 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector, 126 B<selector>, B<mtype> and B<data> parameters is updated to the corresponding 168 input, such as an unsupported TLSA record certificate usage, selector or 201 uint8_t usage, selector, mtype; 228 /* set usage, selector, mtype, data, len */ 245 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); 308 (void) SSL_get0_dane_tlsa(ssl, &usage, &selector, &mtype, NULL, NULL); 309 printf("DANE TLSA %d %d %d %s at depth %d\n", usage, selector, mtype,
|
/freebsd/crypto/openssl/test/ |
H A D | danetest.c | 246 static uint8_t selector; in tlsa_import_rr() local 251 { &selector, "selector", checked_uint8 }, in tlsa_import_rr() 268 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); in tlsa_import_rr()
|
/freebsd/tools/build/options/ |
H A D | WITHOUT_MAILWRAPPER | 3 MTA selector.
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3368-evb-act8846.dts | 20 fcs,suspend-voltage-selector = <1>; 32 fcs,suspend-voltage-selector = <1>;
|