Home
last modified time | relevance | path

Searched refs:set_type (Results 1 – 13 of 13) sorted by relevance

/src/tools/tools/notescheck/
H A Dnotescheck.py61 def set_type(self, type): member in Option
302 option.set_type('option')
316 option.set_type('device')
322 option.set_type('option')
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h67 using set_type = Set; variable
337 set_type &set_;
340 TestAndEraseFromSet(UnaryPredicate P, set_type &set_) in TestAndEraseFromSet()
363 set_type set_; ///< The set.
/src/usr.bin/mkcsmapper/
H A Dyacc.y86 static void set_type(int);
135 type : R_TYPE types { set_type($2); }
415 set_type(int type) in set_type() function
/src/contrib/tnftp/src/
H A Dcmds.c154 static void set_type(const char *);
248 set_type(argv[1]); in settype()
252 set_type(const char *ttype) in set_type() function
320 set_type("binary"); in setbinary()
336 set_type("ascii"); in setascii()
352 set_type("tenex"); in settenex()
/src/sys/contrib/dev/iwlwifi/fw/api/
H A Ddbg-tlv.h308 __le32 set_type; member
/src/usr.sbin/ctld/
H A Dctld.cc176 auth_group::set_type(const char *str) in set_type() function in auth_group
205 auth_group::set_type(auth_type type) in set_type() function in auth_group
1382 return (t_auth_group->set_type(type)); in set_auth_type()
2551 ag->set_type(auth_type::NO_AUTHENTICATION); in conf_new_from_file()
2555 ag->set_type(auth_type::DENY); in conf_new_from_file()
2582 ag->set_type(auth_type::DENY); in conf_new_from_file()
H A Dctld.hh103 bool set_type(const char *str);
104 void set_type(auth_type type);
H A Dconf.cc152 return (auth_group->set_type(type)); in auth_group_set_type()
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp2280 #define set_type(val) _set_param(type, out_affinity->type, val) in __kmp_parse_affinity_env() macro
2307 set_type(affinity_none); in __kmp_parse_affinity_env()
2311 set_type(affinity_scatter); in __kmp_parse_affinity_env()
2315 set_type(affinity_compact); in __kmp_parse_affinity_env()
2319 set_type(affinity_logical); in __kmp_parse_affinity_env()
2323 set_type(affinity_physical); in __kmp_parse_affinity_env()
2327 set_type(affinity_explicit); in __kmp_parse_affinity_env()
2331 set_type(affinity_balanced); in __kmp_parse_affinity_env()
2335 set_type(affinity_disabled); in __kmp_parse_affinity_env()
2516 #undef set_type in __kmp_parse_affinity_env()
/src/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6101 char set_type = '\0'; in store_allow_perm() local
6114 set_type = ZFS_DELEG_NAMED_SET_SETS; in store_allow_perm()
6120 set_type = ZFS_DELEG_CREATE_SETS; in store_allow_perm()
6126 set_type = ZFS_DELEG_USER_SETS; in store_allow_perm()
6135 set_type = ZFS_DELEG_GROUP_SETS; in store_allow_perm()
6144 set_type = ZFS_DELEG_EVERYONE_SETS; in store_allow_perm()
6153 assert(set_type != '\0' && base_type != '\0'); in store_allow_perm()
6202 set_type, locality, who); in store_allow_perm()
6206 set_type, locality); in store_allow_perm()
6228 "%c%c$%s", set_type, locality, who); in store_allow_perm()
[all …]
/src/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c292 u32 type = le32_to_cpu(conf_set->set_type); in iwl_dbg_tlv_config_set()
860 u32 type = le32_to_cpu(config_list->set_type); in iwl_dbg_tlv_apply_config()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h306 static uint16_t set_type(uint16_t A, uint16_t T) { in set_type() function
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def175 HANDLE_DW_TAG(0x0020, set_type, 2, DWARF, DW_KIND_TYPE)