| /freebsd-13.1/crypto/heimdal/lib/asn1/ |
| H A D | der.c | 91 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 D | fs_test.cpp | 305 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 D | fs.hpp | 268 int get_type(void) const;
|
| H A D | fs.cpp | 343 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 D | ef.h | 13 (ef)->ef_ops->get_type((ef)->ef_ef) 41 int (*get_type)(elf_file_t ef); member
|
| H A D | ef.c | 110 .get_type = ef_get_type,
|
| H A D | ef_obj.c | 127 .get_type = ef_obj_get_type,
|
| /freebsd-13.1/usr.bin/rpcgen/ |
| H A D | rpc_parse.c | 62 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 D | kmp_dispatch_hier.h | 856 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 D | kmp_wait_release.h | 64 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 D | kmp_stats.h | 507 timer_e get_type() const { return timerEnumValue; } in get_type() function
|
| H A D | kmp_affinity.h | 749 kmp_hw_t get_type(int level) const { in get_type() function
|
| H A D | z_Windows_NT_util.cpp | 486 if (!flag || flag->get_type() != flag->get_ptr_type()) { // get_ptr_type in __kmp_resume_template()
|
| H A D | z_Linux_util.cpp | 1563 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 D | make_hash.c | 219 ? 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 D | Makefile.am | 13 tst.get_type.ksh \
|
| /freebsd-13.1/sys/dev/ofw/ |
| H A D | ofw_bus_if.m | 157 METHOD const char * get_type {
|
| /freebsd-13.1/sbin/fdisk/ |
| H A D | fdisk.c | 229 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 D | xgbe-phy-v1.c | 695 phy_impl->get_type = xgbe_phy_get_type; in xgbe_init_function_ptrs_phy_v1()
|
| H A D | xgbe.h | 872 void (*get_type)(struct xgbe_prv_data *, struct ifmediareq *); member
|
| H A D | if_axgbe_pci.c | 2408 pdata->phy_if.phy_impl.get_type(pdata, ifmr); in axgbe_if_media_status()
|
| H A D | xgbe-phy-v2.c | 3767 phy_impl->get_type = xgbe_phy_get_type; in xgbe_init_function_ptrs_phy_v2()
|
| /freebsd-13.1/contrib/file/src/ |
| H A D | apprentice.c | 290 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 D | sanity.run | 79 'tst.get_number_props', 'tst.get_string_props', 'tst.get_type',
|
| H A D | common.run | 98 'tst.get_number_props', 'tst.get_string_props', 'tst.get_type',
|