Searched refs:get_type (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/crypto/heimdal/lib/asn1/
H A Dder.c91 get_type(const char *name, const char *list[], unsigned len) function
113 return get_type(name, class_names, SIZEOF_ARRAY(class_names));
127 return get_type(name, type_names, SIZEOF_ARRAY(type_names));
141 return get_type(name, tag_names, SIZEOF_ARRAY(tag_names));
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dfs.hpp268 int get_type(void) const;
H A Dfs_test.cpp305 ATF_REQUIRE(fi.get_type() == file_info::dir_type);
312 ATF_REQUIRE(fi.get_type() == file_info::reg_type);
356 ATF_REQUIRE(fi.get_type() == file_info::dir_type);
362 ATF_REQUIRE(fi.get_type() == file_info::reg_type);
H A Dfs.cpp343 impl::file_info::get_type(void) function in class:impl::file_info
497 if (file_info(p).get_type() == file_info::dir_type)
/freebsd-current/usr.bin/rpcgen/
H A Drpc_parse.c52 static void get_type(const char **, const char **, defkind);
158 get_type(&plist->res_prefix, &plist->res_type,
413 get_type(&dec->prefix, &dec->type, dkind);
475 get_type(&dec->prefix, &dec->type, dkind);
531 get_type(const char **prefixp, const char **typep, defkind dkind) function
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c219 ? get_type(name_table[n].ute_type) \
223 get_type(int type_mask) function
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h856 kmp_hier_layer_e get_type(int level) const {
1006 int index = __kmp_dispatch_get_index(tid, hier->get_type(i));
1025 index % __kmp_dispatch_get_t1_per_t2(hier->get_type(i),
1026 hier->get_type(i + 1));
1027 int parent_index = __kmp_dispatch_get_index(tid, hier->get_type(i + 1));
1032 index % __kmp_dispatch_get_t1_per_t2(hier->get_type(i),
1052 kmp_hier_layer_e::LAYER_THREAD, hier->get_type(0));
1072 int index = __kmp_dispatch_get_index(tid, hier->get_type(i));
H A Dz_Windows_NT_util.cpp380 th->th.th_sleep_loc_type = flag->get_type();
427 KMP_DEBUG_ASSERT(th->th.th_sleep_loc_type == flag->get_type());
511 if (!flag || flag->get_type() != th->th.th_sleep_loc_type) {
H A Dkmp_wait_release.h119 flag_type get_type() { return (flag_type)(t.type); } function in class:kmp_flag
752 th->th.th_sleep_loc_type = flag->get_type();
H A Dz_Linux_util.cpp1463 th->th.th_sleep_loc_type = flag->get_type();
1510 KMP_DEBUG_ASSERT(flag->get_type() == th->th.th_sleep_loc_type);
1542 KMP_DEBUG_ASSERT(flag->get_type() == flag->get_ptr_type());
1660 } else if (flag->get_type() != th->th.th_sleep_loc_type) {
1667 gtid, target_gtid, flag, flag->get(), flag->get_type(),
H A Dkmp_stats.h514 timer_e get_type() const { return timerEnumValue; } function in class:explicitTimer
H A Dkmp_affinity.h1019 kmp_hw_t get_type(int level) const { function in class:kmp_topology_t
H A Dkmp_affinity.cpp923 for (int i = depth - 1; i >= 0 && get_type(i) != gran_type; --i)
4323 kmp_hw_t type = __kmp_topology->get_type(level);
4332 kmp_hw_t type = __kmp_topology->get_type(level);
/freebsd-current/sbin/fdisk/
H A Dfdisk.c227 get_type(int t) function
489 get_type(partp->dp_typ));
/freebsd-current/sys/dev/axgbe/
H A Dxgbe-phy-v1.c693 phy_impl->get_type = xgbe_phy_get_type;
H A Dxgbe.h870 void (*get_type)(struct xgbe_prv_data *, struct ifmediareq *); member in struct:xgbe_phy_impl_if
H A Dif_axgbe_pci.c2476 pdata->phy_if.phy_impl.get_type(pdata, ifmr);
H A Dxgbe-phy-v2.c4054 phy_impl->get_type = xgbe_phy_get_type;
/freebsd-current/contrib/file/src/
H A Dapprentice.c316 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) function
2246 m->type = get_type(type_tbl, l + 1, &l);
2264 m->type = get_type(type_tbl, l, &l);
2283 m->type = get_type(special_tbl, l, &l);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/
H A DMakefile.am567 functional/channel_program/synctask_core/tst.get_type.ksh \

Completed in 315 milliseconds