| /freebsd-14.2/contrib/wpa/src/ap/ |
| H A D | wpa_auth_ie.c | 624 u32 selector; in wpa_validate_wpa_ie() local 700 selector = RSN_AUTH_KEY_MGMT_SAE; in wpa_validate_wpa_ie() 732 if (!selector) in wpa_validate_wpa_ie() 738 if (!selector) in wpa_validate_wpa_ie() 753 if (!selector) in wpa_validate_wpa_ie() 759 if (!selector) in wpa_validate_wpa_ie() 1221 u32 cipher, suite, selector, mask; in wpa_auth_write_fd_rsn_info() local 1280 selector = 1; /* 00-0f-ac:14 */ in wpa_auth_write_fd_rsn_info() 1282 selector = 2; /* 00-0f-ac:15 */ in wpa_auth_write_fd_rsn_info() 1287 selector = 4; /* 00-0f-ac:17 */ in wpa_auth_write_fd_rsn_info() [all …]
|
| /freebsd-14.2/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 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 774 selector, mtype, data, true); in ldns_dane_verify_rr() 789 selector, mtype, data, true); in ldns_dane_verify_rr() 798 selector, mtype, data); in ldns_dane_verify_rr() 815 selector, mtype, data, false); in ldns_dane_verify_rr() [all …]
|
| /freebsd-14.2/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 121 this.selector = selector; 129 …if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.leng… 184 this.selector = selector; 205 this.selector = selector.selector; 261 ret.selector = this.selector + ( this.selector ? " " : "" ) + selector; 263 ret.selector = this.selector + "." + name + "(" + selector + ")"; 2957 selector: selector, property 3052 … if ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) { 3588 selector = handleObj.selector, 5341 selector = Expr.relative[selector] ? selector + "*" : selector; [all …]
|
| /freebsd-14.2/contrib/libcxxrt/ |
| H A D | exception.cc | 72 int selector, in saveLandingPad() argument 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() 1038 *selector = filter; in check_action_record() 1045 *selector = filter; in check_action_record() 1081 *selector = filter; in check_action_record() 1149 unsigned long selector = 0; variable 1181 action.action_record, realEx, &selector, ex->adjustedPtr); [all …]
|
| /freebsd-14.2/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-14.2/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>;
|
| H A D | fcs,fan53555.yaml | 36 fcs,suspend-voltage-selector: 37 description: Declares which of the two available voltage selector 70 fcs,suspend-voltage-selector = <1>;
|
| /freebsd-14.2/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 420 switch (selector) { 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() 776 dcbcfg->app[i].selector = I40E_APP_SEL_TCPIP; in i40e_cee_to_dcb_config() 1202 u8 priority, selector, i = 0; in i40e_add_ieee_app_pri_tlv() local [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_dcb.c | 356 app[*num_inputs].selector = fw_app->protocol_selector; in bnxt_hwrm_get_dcbx_app() 407 fw_app->protocol_selector == app->selector && in bnxt_hwrm_set_dcbx_app() 419 fw_app->protocol_selector = app->selector; in bnxt_hwrm_set_dcbx_app() 509 app[*num_inputs].selector = BNXT_IEEE_8021QAZ_APP_SEL_DSCP; in bnxt_hwrm_queue_dscp2pri_qcfg() 716 if (app->selector == BNXT_IEEE_8021QAZ_APP_SEL_DSCP) { in bnxt_dcb_ieee_dscp_app_prep() 739 if ((app->selector == BNXT_IEEE_8021QAZ_APP_SEL_ETHERTYPE && in bnxt_dcb_ieee_setapp() 741 (app->selector == BNXT_IEEE_8021QAZ_APP_SEL_DGRAM && in bnxt_dcb_ieee_setapp() 745 if (app->selector == BNXT_IEEE_8021QAZ_APP_SEL_DSCP) in bnxt_dcb_ieee_setapp() 764 if ((app->selector == BNXT_IEEE_8021QAZ_APP_SEL_ETHERTYPE && in bnxt_dcb_ieee_delapp() 766 (app->selector == BNXT_IEEE_8021QAZ_APP_SEL_DGRAM && in bnxt_dcb_ieee_delapp() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 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-14.2/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() 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() 1113 dcbcfg->app[app_index].selector = ice_app_sel_type; in ice_cee_to_dcb_cfg() 1470 u8 priority, selector, i = 0; in ice_add_ieee_app_pri_tlv() local [all …]
|
| /freebsd-14.2/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-14.2/contrib/ldns/ldns/ |
| H A D | dane.h | 147 ldns_tlsa_selector selector, 199 ldns_tlsa_selector selector,
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/firmware/ |
| H A D | qemu,fw-cfg-mmio.yaml | 16 - A write-only, 16-bit wide selector (or control) register, 35 * Bytes 0x8 to 0x9 cover the selector register.
|
| /freebsd-14.2/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-14.2/tools/build/options/ |
| H A D | WITHOUT_MAILWRAPPER | 3 MTA selector.
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticParseKinds.td | 295 "of the selector">, 296 InGroup<DiagGroup<"missing-selector-name">>; 301 "and have an empty entry in the selector">; 325 "expected selector for Objective-C method">; 1482 " in selector '%1' and set '%2' with different score">; 1487 "%select{set|selector|property}0; " 1493 "'arch' selector further">, 1508 "%select{set|selector|property}2">; 1512 "selector ignored">, 1530 "'%1'; selector ignored">, [all …]
|
| /freebsd-14.2/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,
|