Searched refs:set_type (Results 1 – 10 of 10) sorted by relevance
/freebsd/tools/tools/notescheck/ |
H A D | notescheck.py | 61 def set_type(self, type): member in Option 302 option.set_type('option') 316 option.set_type('device') 322 option.set_type('option')
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SetVector.h | 67 using set_type = Set; variable 337 set_type &set_; 340 TestAndEraseFromSet(UnaryPredicate P, set_type &set_) in TestAndEraseFromSet() 363 set_type set_; ///< The set.
|
/freebsd/usr.bin/mkcsmapper/ |
H A D | yacc.y | 86 static void set_type(int); 135 type : R_TYPE types { set_type($2); } 415 set_type(int type) in set_type() function
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | dbg-tlv.h | 300 * @set_type: write access type preset token for time point. 308 __le32 set_type; 276 __le32 set_type; global() member
|
/freebsd/contrib/tnftp/src/ |
H A D | cmds.c | 154 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()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_settings.cpp | 2280 #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()
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 6163 char set_type = '\0'; in store_allow_perm() local 6176 set_type = ZFS_DELEG_NAMED_SET_SETS; in store_allow_perm() 6182 set_type = ZFS_DELEG_CREATE_SETS; in store_allow_perm() 6188 set_type = ZFS_DELEG_USER_SETS; in store_allow_perm() 6197 set_type = ZFS_DELEG_GROUP_SETS; in store_allow_perm() 6206 set_type = ZFS_DELEG_EVERYONE_SETS; in store_allow_perm() 6215 assert(set_type != '\0' && base_type != '\0'); in store_allow_perm() 6264 set_type, locality, who); in store_allow_perm() 6268 set_type, locality); in store_allow_perm() 6290 "%c%c$%s", set_type, locality, who); in store_allow_perm() [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-dbg-tlv.c | 292 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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 306 static uint16_t set_type(uint16_t A, uint16_t T) { in set_type() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 175 HANDLE_DW_TAG(0x0020, set_type, 2, DWARF, DW_KIND_TYPE)
|