Home
last modified time | relevance | path

Searched refs:info_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.userlandkey.ksh47 } info_t;
52 this->t = (userland info_t *)arg0;
62 this->t = (userland info_t *)arg0;
72 this->t = (userland info_t *)arg0;
H A Derr.user64mode.ksh49 } info_t;
54 this->t = (userland info_t *)arg0;
64 this->t = (userland info_t *)arg0;
74 this->t = (userland info_t *)arg0;
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2128 struct info_t { struct in kmp_cache_info_t
2133 info_t &operator[](size_t index) { return table[index]; } in operator []()
2134 const info_t &operator[](size_t index) const { return table[index]; } in operator []()
2153 info_t table[MAX_CACHE_LEVEL];
2736 const kmp_cache_info_t::info_t &info = cache_info[i]; in __kmp_affinity_create_x2apicid_map()