Home
last modified time | relevance | path

Searched refs:infos (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14-stable/crypto/openssl/crypto/store/
HDstore_result.c593 STACK_OF(OSSL_STORE_INFO) *infos = NULL; in try_pkcs12()
600 if ((infos = sk_OSSL_STORE_INFO_new_null()) != NULL) { in try_pkcs12()
605 && sk_OSSL_STORE_INFO_push(infos, osi_pkey) != 0) in try_pkcs12()
614 && sk_OSSL_STORE_INFO_push(infos, osi_cert) != 0) in try_pkcs12()
624 && sk_OSSL_STORE_INFO_push(infos, osi_ca) != 0) in try_pkcs12()
637 sk_OSSL_STORE_INFO_pop_free(infos, OSSL_STORE_INFO_free); in try_pkcs12()
638 infos = NULL; in try_pkcs12()
640 ctx->cached_info = infos; in try_pkcs12()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeThreadNetBSD.cpp193 std::vector<struct kinfo_lwp> infos; in GetName()
207 infos.resize(size / sizeof(struct kinfo_lwp)); in GetName()
209 if (sysctl(mib, 5, infos.data(), &size, NULL, 0) == -1 || size == 0) { in GetName()
216 if (static_cast<lldb::tid_t>(infos[i].l_lid) == m_tid) { in GetName()
217 return infos[i].l_name; in GetName()
/freebsd-14-stable/crypto/heimdal/lib/hx509/
HDks_p11.c59 CK_MECHANISM_INFO_PTR *infos; member
299 slot->mechs.infos = calloc(i, sizeof(*slot->mechs.infos)); in p11_mech_info()
307 slot->mechs.infos[i] = calloc(1, sizeof(*(slot->mechs.infos[0]))); in p11_mech_info()
308 if (slot->mechs.infos[i] == NULL) { in p11_mech_info()
314 slot->mechs.infos[i])); in p11_mech_info()
998 if (p->slot[i].mechs.infos) { in p11_release_module()
1002 free(p->slot[i].mechs.infos[j]); in p11_release_module()
1003 free(p->slot[i].mechs.infos); in p11_release_module()
1196 unparse_flags(s->mechs.infos[j]->flags, mechflags, in p11_printinfo()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/stats/
HDstats.h33 StatInfo infos[1]; member
HDstats.cpp71 StatInfo *s = &smod->infos[i]; in WriteModuleReport()
/freebsd-14-stable/contrib/bmake/unit-tests/
HDdirective-misspellings.mk74 .infos msg # Accepted before 2020-12-13 01:07:54.
HDdirective-misspellings.exp24 make: "directive-misspellings.mk" line 74: Unknown directive "infos"
/freebsd-14-stable/contrib/bsnmp/snmp_mibII/
HDmibII.c1311 static const int infos[][3] = { in update_ifa_info() local
1324 for (i = 0; i < sizeof(infos) / sizeof(infos[0]); i++) { in update_ifa_info()
1325 if ((buf = mib_fetch_rtab(infos[i][0], infos[i][1], infos[i][2], in update_ifa_info()
/freebsd-14-stable/contrib/file/magic/Magdir/
HDos40010 # header in the first descriptor where there are some useful infos,
HDaudio628 # some infos on the header file available at :
/freebsd-14-stable/contrib/tcsh/nls/french/
HDset245 43 Erreur de thread - (utilisez cord -T pour plus d'infos)
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h422 clang::FunctionDecl *func_decl, const TemplateParameterInfos &infos);
426 const TemplateParameterInfos &infos);
431 const TemplateParameterInfos &infos);
439 const TemplateParameterInfos &infos);
HDTypeSystemClang.cpp1440 const TemplateParameterInfos &infos) { in CreateFunctionTemplateSpecializationInfo() argument
1442 func_decl->getASTContext(), infos.GetArgs()); in CreateFunctionTemplateSpecializationInfo()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDtypeinfo100 // When evaluated in a constant expression, both type infos simply can't come
314 // When evaluated in a constant expression, both type infos simply can't come
/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDsun5i-r8-chip.dts204 * since there's no way currently to pass DT infos to an SDIO device,
/freebsd-14-stable/crypto/openssl/
HDConfigure2237 my %infos = ( programs => [ @programs ],
2241 foreach my $k (keys %infos) {
2242 foreach (@{$infos{$k}}) {
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDOptions.td635 …"When --lto-validate-all-vtables-have-type-infos is enabled, skip validation on these vtables (_ZT…
639 defm lto_validate_all_vtables_have_type_infos: BB<"lto-validate-all-vtables-have-type-infos",
640 "Validate that all vtables have type infos for LTO link",
641 "Do not validate that all vtables have type infos for LTO link">;
/freebsd-14-stable/sys/contrib/dev/rtw89/
HDchan.c607 arg.infos[0].band = ref->rtwvif_link->mac_idx; in __mrc_fw_req_tsf()
608 arg.infos[0].port = ref->rtwvif_link->port; in __mrc_fw_req_tsf()
609 arg.infos[1].band = aux->rtwvif_link->mac_idx; in __mrc_fw_req_tsf()
610 arg.infos[1].port = aux->rtwvif_link->port; in __mrc_fw_req_tsf()
HDfw.h3434 } infos[RTW89_MAC_MRC_MAX_REQ_TSF_NUM]; member
3439 u8 infos[] __counted_by(req_tsf_num);
3735 struct rtw89_c2h_mrc_tsf_rpt_info infos[]; member
HDfw.c8259 len = struct_size(h2c, infos, arg->num); in rtw89_fw_h2c_mrc_req_tsf()
8271 h2c->infos[i] = in rtw89_fw_h2c_mrc_req_tsf()
8272 u8_encode_bits(arg->infos[i].band, in rtw89_fw_h2c_mrc_req_tsf()
8274 u8_encode_bits(arg->infos[i].port, in rtw89_fw_h2c_mrc_req_tsf()
HDmac.c5333 u32 tsf_high = le32_to_cpu(c2h_rpt->infos[i].tsf_high); in rtw89_mac_c2h_mrc_tsf_rpt()
5334 u32 tsf_low = le32_to_cpu(c2h_rpt->infos[i].tsf_low); in rtw89_mac_c2h_mrc_tsf_rpt()
/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_affinity.cpp1825 struct hwloc_info_s *infos; in __kmp_affinity_create_hwloc_map() local
1833 &cpukinds[idx].efficiency, &nr_infos, &infos, in __kmp_affinity_create_hwloc_map()
1836 if (__kmp_str_match("CoreType", 8, infos[i].name)) { in __kmp_affinity_create_hwloc_map()
1838 if (__kmp_str_match("IntelAtom", 9, infos[i].value)) { in __kmp_affinity_create_hwloc_map()
1841 } else if (__kmp_str_match("IntelCore", 9, infos[i].value)) { in __kmp_affinity_create_hwloc_map()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntimeV2.cpp428 …DEBUG_PRINTF ("class_infos_byte_size = %u (%llu class infos)\n", class_infos_byte_size, (uint64_t)…
/freebsd-14-stable/sys/netpfil/ipfw/
HDdummynet.txt741 gen fields must be filled with corrected infos. The
/freebsd-14-stable/crypto/heimdal/
HDChangeLog.2003308 between ENC_TS and SAM2, free the etype{,2}-infos on failure, move

12