Home
last modified time | relevance | path

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

12

/freebsd-13.1/crypto/heimdal/lib/asn1/
H A Dder.c91 get_type(const char *name, const char *list[], unsigned len) in get_type() function
113 return get_type(name, class_names, SIZEOF_ARRAY(class_names)); in der_get_class_num()
127 return get_type(name, type_names, SIZEOF_ARRAY(type_names)); in der_get_type_num()
141 return get_type(name, tag_names, SIZEOF_ARRAY(tag_names)); in der_get_tag_num()
/freebsd-13.1/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp305 ATF_REQUIRE(fi.get_type() == file_info::dir_type); in ATF_TEST_CASE_BODY()
312 ATF_REQUIRE(fi.get_type() == file_info::reg_type); in ATF_TEST_CASE_BODY()
356 ATF_REQUIRE(fi.get_type() == file_info::dir_type); in ATF_TEST_CASE_BODY()
362 ATF_REQUIRE(fi.get_type() == file_info::reg_type); in ATF_TEST_CASE_BODY()
H A Dfs.hpp268 int get_type(void) const;
H A Dfs.cpp343 impl::file_info::get_type(void) in get_type() function in impl::file_info
497 if (file_info(p).get_type() == file_info::dir_type) in remove()
/freebsd-13.1/usr.sbin/kldxref/
H A Def.h13 (ef)->ef_ops->get_type((ef)->ef_ef)
41 int (*get_type)(elf_file_t ef); member
H A Def.c110 .get_type = ef_get_type,
H A Def_obj.c127 .get_type = ef_obj_get_type,
/freebsd-13.1/usr.bin/rpcgen/
H A Drpc_parse.c62 static void get_type(const char **, const char **, defkind);
168 get_type(&plist->res_prefix, &plist->res_type, in def_program()
423 get_type(&dec->prefix, &dec->type, dkind); in get_declaration()
485 get_type(&dec->prefix, &dec->type, dkind); in get_prog_declaration()
541 get_type(const char **prefixp, const char **typep, defkind dkind) in get_type() function
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h856 kmp_hier_layer_e get_type(int level) const { in get_type() function
1006 int index = __kmp_dispatch_get_index(tid, hier->get_type(i)); in __kmp_dispatch_init_hierarchy()
1025 index % __kmp_dispatch_get_t1_per_t2(hier->get_type(i), in __kmp_dispatch_init_hierarchy()
1026 hier->get_type(i + 1)); in __kmp_dispatch_init_hierarchy()
1027 int parent_index = __kmp_dispatch_get_index(tid, hier->get_type(i + 1)); in __kmp_dispatch_init_hierarchy()
1032 index % __kmp_dispatch_get_t1_per_t2(hier->get_type(i), in __kmp_dispatch_init_hierarchy()
1052 kmp_hier_layer_e::LAYER_THREAD, hier->get_type(0)); in __kmp_dispatch_init_hierarchy()
1072 int index = __kmp_dispatch_get_index(tid, hier->get_type(i)); in __kmp_dispatch_init_hierarchy()
H A Dkmp_wait_release.h64 flag_type get_type() { return (flag_type)(t.type); } in get_type() function
96 flag_type get_type() { return (flag_type)(t.type); } in get_type() function
1052 switch (RCAST(kmp_flag_64<> *, CCAST(void *, flag))->get_type()) {
H A Dkmp_stats.h507 timer_e get_type() const { return timerEnumValue; } in get_type() function
H A Dkmp_affinity.h749 kmp_hw_t get_type(int level) const { in get_type() function
H A Dz_Windows_NT_util.cpp486 if (!flag || flag->get_type() != flag->get_ptr_type()) { // get_ptr_type in __kmp_resume_template()
H A Dz_Linux_util.cpp1563 if (!flag || flag->get_type() != flag->get_ptr_type()) { // get_ptr_type in __kmp_resume_template()
/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c219 ? get_type(name_table[n].ute_type) \
223 get_type(int type_mask) in get_type() function
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A DMakefile.am13 tst.get_type.ksh \
/freebsd-13.1/sys/dev/ofw/
H A Dofw_bus_if.m157 METHOD const char * get_type {
/freebsd-13.1/sbin/fdisk/
H A Dfdisk.c229 get_type(int t) in get_type() function
491 get_type(partp->dp_typ)); in print_part()
/freebsd-13.1/sys/dev/axgbe/
H A Dxgbe-phy-v1.c695 phy_impl->get_type = xgbe_phy_get_type; in xgbe_init_function_ptrs_phy_v1()
H A Dxgbe.h872 void (*get_type)(struct xgbe_prv_data *, struct ifmediareq *); member
H A Dif_axgbe_pci.c2408 pdata->phy_if.phy_impl.get_type(pdata, ifmr); in axgbe_if_media_status()
H A Dxgbe-phy-v2.c3767 phy_impl->get_type = xgbe_phy_get_type; in xgbe_init_function_ptrs_phy_v2()
/freebsd-13.1/contrib/file/src/
H A Dapprentice.c290 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) in get_type() function
2112 m->type = get_type(type_tbl, l + 1, &l); in parse()
2130 m->type = get_type(type_tbl, l, &l); in parse()
2149 m->type = get_type(special_tbl, l, &l); in parse()
/freebsd-13.1/sys/contrib/openzfs/tests/runfiles/
H A Dsanity.run79 'tst.get_number_props', 'tst.get_string_props', 'tst.get_type',
H A Dcommon.run98 'tst.get_number_props', 'tst.get_string_props', 'tst.get_type',

12