Home
last modified time | relevance | path

Searched refs:selector (Results 1 – 25 of 116) sorted by relevance

12345

/trueos/contrib/wpa/src/ap/
HDwpa_auth_ie.c383 u32 selector; in wpa_validate_wpa_ie() local
407 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X; in wpa_validate_wpa_ie()
412 selector = RSN_AUTH_KEY_MGMT_FT_802_1X; in wpa_validate_wpa_ie()
414 selector = RSN_AUTH_KEY_MGMT_FT_PSK; in wpa_validate_wpa_ie()
418 selector = RSN_AUTH_KEY_MGMT_802_1X_SHA256; in wpa_validate_wpa_ie()
420 selector = RSN_AUTH_KEY_MGMT_PSK_SHA256; in wpa_validate_wpa_ie()
424 selector = RSN_AUTH_KEY_MGMT_SAE; in wpa_validate_wpa_ie()
426 selector = RSN_AUTH_KEY_MGMT_FT_SAE; in wpa_validate_wpa_ie()
429 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X; in wpa_validate_wpa_ie()
431 selector = RSN_AUTH_KEY_MGMT_PSK_OVER_802_1X; in wpa_validate_wpa_ie()
[all …]
/trueos/contrib/ldns/
HDdane.c78 ldns_tlsa_selector selector, in ldns_dane_cert2rdf() argument
92 switch(selector) { in ldns_dane_cert2rdf()
456 ldns_tlsa_selector selector, in ldns_dane_create_tlsa_rr() argument
479 rdf = ldns_native2rdf_int8(LDNS_RDF_TYPE_INT8, (uint8_t)selector); in ldns_dane_create_tlsa_rr()
491 s = ldns_dane_cert2rdf(&rdf, cert, selector, matching_type); in ldns_dane_create_tlsa_rr()
541 ldns_dane_match_cert_with_data(X509* cert, ldns_tlsa_selector selector, in ldns_dane_match_cert_with_data() argument
547 s = ldns_dane_cert2rdf(&match_data, cert, selector, matching_type); in ldns_dane_match_cert_with_data()
564 ldns_tlsa_selector selector, in ldns_dane_match_any_cert_with_data() argument
580 selector, matching_type, data); in ldns_dane_match_any_cert_with_data()
606 ldns_tlsa_selector selector; in ldns_dane_verify_rr() local
[all …]
/trueos/sys/contrib/ngatm/netnatm/api/
HDunisap.c136 (err = unisve_check_selector(&sap->selector)) != 0 || in unisve_check_sap()
143 if (sap->selector.tag == UNISVE_PRESENT) in unisve_check_sap()
146 if (sap->selector.tag == UNISVE_ABSENT) in unisve_check_sap()
175 return (s1->selector == s2->selector); in unisve_overlap_selector()
241 unisve_overlap_selector(&s1->selector, &s2->selector) && in unisve_overlap_sap()
251 sap->selector.tag == UNISVE_ANY && in unisve_is_catchall()
292 switch (sap->selector.tag) { in unisve_match()
307 if (called->addr.addr[19] != sap->selector.selector) in unisve_match()
HDunisap.h52 uint8_t selector; member
80 struct unisve_selector selector; member
HDcc_dump.c154 cc_dumpf(d, " selector=%s", tagtab[sap->selector.tag]); in cc_dump_sap()
155 if (sap->selector.tag == UNISVE_PRESENT) in cc_dump_sap()
156 cc_dumpf(d, " %02x", sap->selector.selector); in cc_dump_sap()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDObjCLanguageRuntime.cpp58 ObjCLanguageRuntime::AddToMethodCache (lldb::addr_t class_addr, lldb::addr_t selector, lldb::addr_t… in AddToMethodCache() argument
63 …" PRIx64 " selector 0x%" PRIx64 " implementation 0x%" PRIx64 ".", class_addr, selector, impl_addr); in AddToMethodCache()
65 …m_impl_cache.insert (std::pair<ClassAndSel,lldb::addr_t> (ClassAndSel(class_addr, selector), impl_… in AddToMethodCache()
69 ObjCLanguageRuntime::LookupInMethodCache (lldb::addr_t class_addr, lldb::addr_t selector) in LookupInMethodCache() argument
72 pos = m_impl_cache.find (ClassAndSel(class_addr, selector)); in LookupInMethodCache()
411 const ConstString &selector = GetSelector(); in GetFullNames() local
412 strm.Printf("+[%s %s]", class_name.GetCString(), selector.GetCString()); in GetFullNames()
415 strm.Printf("-[%s %s]", class_name.GetCString(), selector.GetCString()); in GetFullNames()
420 …strm.Printf("+[%s(%s) %s]", class_name.GetCString(), category.GetCString(), selector.GetCString()); in GetFullNames()
423 …strm.Printf("-[%s(%s) %s]", class_name.GetCString(), category.GetCString(), selector.GetCString()); in GetFullNames()
/trueos/contrib/libcxxrt/
HDexception.cc71 int selector, in saveLandingPad() argument
77 ucb->barrier_cache.bitpattern[1] = static_cast<uint32_t>(selector); in saveLandingPad()
84 ex->handlerSwitchValue = selector; in saveLandingPad()
95 unsigned long *selector, in loadLandingPad() argument
99 *selector = ucb->barrier_cache.bitpattern[1]; in loadLandingPad()
105 *selector = ex->handlerSwitchValue; in loadLandingPad()
960 unsigned long *selector, in check_action_record() argument
979 *selector = filter; in check_action_record()
986 *selector = filter; in check_action_record()
1022 *selector = filter; in check_action_record()
[all …]
/trueos/contrib/gdb/gdb/
HDobjc-lang.c1120 parse_selector (char *method, char **selector) in parse_selector() argument
1128 gdb_assert (selector != NULL); in parse_selector()
1168 if (selector != NULL) in parse_selector()
1169 *selector = nselector; in parse_selector()
1176 char **category, char **selector) in parse_method() argument
1190 gdb_assert (selector != NULL); in parse_method()
1270 if (selector != NULL) in parse_method()
1271 *selector = nselector; in parse_method()
1279 const char *selector, struct symbol **syms, in find_methods() argument
1349 if ((selector != NULL) && in find_methods()
[all …]
HDobjc-lang.h48 extern char *parse_selector (char *method, char **selector);
52 char **selector);
HDexpprint.c200 char *selector; in print_subexp_standard() local
206 &selector, 1024, NULL)) in print_subexp_standard()
214 s = alloca (strlen (selector) + 1); in print_subexp_standard()
215 strcpy (s, selector); in print_subexp_standard()
227 fprintf_unfiltered (stream, " %s", selector); in print_subexp_standard()
231 xfree (selector); in print_subexp_standard()
/trueos/crypto/openssl/crypto/asn1/
HDtasn_utl.c224 long selector; in asn1_do_adb() local
248 selector = OBJ_obj2nid((ASN1_OBJECT *)*sfld); in asn1_do_adb()
250 selector = ASN1_INTEGER_get((ASN1_INTEGER *)*sfld); in asn1_do_adb()
260 if (atbl->value == selector) in asn1_do_adb()
/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDCXXFormatterFunctions.cpp35 const char* selector, in ExtractValueFromObjCExpression() argument
40 if (!selector || !*selector) in ExtractValueFromObjCExpression()
43 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector); in ExtractValueFromObjCExpression()
69 const char* selector, in ExtractSummaryFromObjCExpression() argument
74 if (!selector || !*selector) in ExtractSummaryFromObjCExpression()
77 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector); in ExtractSummaryFromObjCExpression()
104 const char* selector, in CallSelectorOnObject() argument
110 if (!selector || !*selector) in CallSelectorOnObject()
115 expr.Printf("(%s)[%s %s:%" PRId64 "]",return_type,expr_path_stream.GetData(),selector,index); in CallSelectorOnObject()
139 const char* selector, in CallSelectorOnObject() argument
[all …]
/trueos/contrib/ldns/ldns/
HDdane.h131 ldns_tlsa_selector selector,
183 ldns_tlsa_selector selector,
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDIRDynamicChecks.cpp461 llvm::Value *selector; in InstrumentInstruction() local
468 selector = call_inst->getArgOperand(1); in InstrumentInstruction()
472 selector = call_inst->getArgOperand(2); in InstrumentInstruction()
481 assert (selector); in InstrumentInstruction()
495 arg_array[1] = selector; in InstrumentInstruction()
/trueos/contrib/bzip2/
HDcompress.c404 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()
/trueos/gnu/usr.bin/rcs/rlog/
HDrlog.c469 while (! (delta = readdeltalog())->selector || --revno)
584 if (!node->selector)
734 root->selector = extractdelta(root);
889 if (root->selector) {
940 root->selector = false;
949 revno = root->selector + extdate(root->next);
/trueos/contrib/gcc/doc/
HDsourcebuild.texi924 the keyword @code{target} or @code{xfail}. A selector is: one or more
927 context, the selector specifies whether a test is skipped and reported
933 A selector expression appears within curly braces and uses a single
935 operand is another selector expression, an effective-target keyword,
946 @item @{ dg-do @var{do-what-keyword} [@{ target/xfail @var{selector} @}] @}
968 If the directive includes the optional @samp{@{ target @var{selector} @}}
972 If the directive includes the optional @samp{@{ xfail @var{selector} @}}
973 and the selector is met then the test is expected to fail. For
977 @item @{ dg-options @var{options} [@{ target @var{selector} @}] @}
979 if the target system matches @var{selector}, that replace the default
[all …]
/trueos/sys/sys/
HDselinfo.h55 void selrecord(struct thread *selector, struct selinfo *sip);
/trueos/sys/gnu/dts/arm/
HDrk3288-evb-act8846.dts29 fcs,suspend-voltage-selector = <1>;
40 fcs,suspend-voltage-selector = <1>;
/trueos/sys/boot/pc98/boot0.5/
HDMakefile7 SRCS= start.s boot.s boot0.5.s disk.s selector.s support.s syscons.s \
/trueos/sys/i386/svr4/
HDsvr4_machdep.h92 unsigned int selector; member
HDsvr4_machdep.c555 ssd.selector, ssd.base, ssd.limit,
559 if (!ISLDT(ssd.selector)) {
582 sa.start = IDXSEL(ssd.selector);
/trueos/lib/libdispatch/src/
HDdata.m72 #define _dispatch_data_objc_dispose(selector) \ category
78 [super selector]; \
/trueos/sys/amd64/vmm/amd/
HDvmcb.c226 *retval = seg->selector; in vmcb_read()
320 seg->selector = val; in vmcb_write()
/trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDCXXFormatterFunctions.h32 const char* selector,
38 const char* selector,
44 const char* selector,
50 const char* selector,

12345