Searched refs:infos (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.h33 StatInfo infos[1]; member in struct:__sanitizer::StatModule
H A Dstats.cpp71 StatInfo *s = &smod->infos[i];
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp171 std::vector<struct kinfo_lwp> infos;
183 infos.resize(size / sizeof(struct kinfo_lwp));
185 if (sysctl(mib, 5, infos.data(), &size, NULL, 0) == -1 || size == 0) {
192 if (static_cast<lldb::tid_t>(infos[i].l_lid) == m_tid) {
193 return infos[i].l_name;
197 LLDB_LOG(log, "unable to find lwp {0} in LWP infos", m_tid);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c727 apr_array_header_t *infos;
854 BATON->infos to an array of 'lock_info_t' holding the results. For
900 APR_ARRAY_PUSH(lb->infos, lock_info_t) = info;
924 for (i = 0; i < lb->infos->nelts; ++i)
926 struct lock_info_t *info = &APR_ARRAY_IDX(lb->infos, i,
965 apr_array_header_t *infos;
966 /* Set skip_check TRUE to prevent the checks that set infos[].fs_err. */
1007 BATON->infos to an array of 'unlock_info_t' results. For the other
1051 APR_ARRAY_PUSH(ub->infos, unlock_info_t) = info;
1059 for (i = 0; i < ub->infos
724 apr_array_header_t *infos; member in struct:lock_baton_t
962 apr_array_header_t *infos; member in struct:unlock_baton_t
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c707 apr_array_header_t *infos;
834 BATON->infos to an array of 'lock_info_t' holding the results. For
879 APR_ARRAY_PUSH(lb->infos, struct lock_info_t) = info;
903 for (i = 0; i < lb->infos->nelts; ++i)
905 struct lock_info_t *info = &APR_ARRAY_IDX(lb->infos, i,
944 apr_array_header_t *infos;
945 /* Set skip_check TRUE to prevent the checks that set infos[].fs_err. */
986 BATON->infos to an array of 'unlock_info_t' results. For the other
1029 APR_ARRAY_PUSH(ub->infos, struct unlock_info_t) = info;
1037 for (i = 0; i < ub->infos
704 apr_array_header_t *infos; member in struct:lock_baton
941 apr_array_header_t *infos; member in struct:unlock_baton
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dks_p11.c59 CK_MECHANISM_INFO_PTR *infos; member in struct:p11_slot::__anon5988
273 slot->mechs.infos = calloc(i, sizeof(*slot->mechs.infos));
281 slot->mechs.infos[i] = calloc(1, sizeof(*(slot->mechs.infos[0])));
282 if (slot->mechs.infos[i] == NULL) {
288 slot->mechs.infos[i]));
960 if (p->slot[i].mechs.infos) {
964 free(p->slot[i].mechs.infos[j]);
965 free(p->slot[i].mechs.infos);
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h278 const TemplateParameterInfos &infos);
282 const TemplateParameterInfos &infos);
287 int kind, const TemplateParameterInfos &infos);
295 const TemplateParameterInfos &infos);
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII.c1319 static const int infos[][3] = { local
1332 for (i = 0; i < sizeof(infos) / sizeof(infos[0]); i++) {
1333 if ((buf = mib_fetch_rtab(infos[i][0], infos[i][1], infos[i][2],
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp239 DEBUG_PRINTF ("class_infos_byte_size = %u (%llu class infos)\n", class_infos_byte_size, (uint64_t)(class_infos_byte_size/sizeof(ClassInfo)));
1544 LLDB_LOGF(log, "AppleObjCRuntimeV2 parsed %" PRIu32 " class infos",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1345 const TemplateParameterInfos &infos) {
1347 TemplateArgumentList::CreateCopy(func_decl->getASTContext(), infos.args);
1343 CreateFunctionTemplateSpecializationInfo( FunctionDecl *func_decl, clang::FunctionTemplateDecl *func_tmpl_decl, const TemplateParameterInfos &infos) argument

Completed in 282 milliseconds