Home
last modified time | relevance | path

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

/freebsd-14.2/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')
/freebsd-14.2/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.
/freebsd-14.2/usr.bin/mkcsmapper/
H A Dyacc.y87 static void set_type(int);
136 type : R_TYPE types { set_type($2); }
416 set_type(int type) in set_type() function
/freebsd-14.2/sys/contrib/dev/iwlwifi/fw/api/
H A Ddbg-tlv.h276 __le32 set_type; member
/freebsd-14.2/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()
/freebsd-14.2/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()
/freebsd-14.2/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5904 char set_type = '\0'; in store_allow_perm() local
5917 set_type = ZFS_DELEG_NAMED_SET_SETS; in store_allow_perm()
5923 set_type = ZFS_DELEG_CREATE_SETS; in store_allow_perm()
5929 set_type = ZFS_DELEG_USER_SETS; in store_allow_perm()
5938 set_type = ZFS_DELEG_GROUP_SETS; in store_allow_perm()
5947 set_type = ZFS_DELEG_EVERYONE_SETS; in store_allow_perm()
5956 assert(set_type != '\0' && base_type != '\0'); in store_allow_perm()
6005 set_type, locality, who); in store_allow_perm()
6009 set_type, locality); in store_allow_perm()
6031 "%c%c$%s", set_type, locality, who); in store_allow_perm()
[all …]
/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c291 u32 type = le32_to_cpu(conf_set->set_type); in iwl_dbg_tlv_config_set()
855 u32 type = le32_to_cpu(config_list->set_type); in iwl_dbg_tlv_apply_config()
/freebsd-14.2/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
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def170 HANDLE_DW_TAG(0x0020, set_type, 2, DWARF, DW_KIND_TYPE)