Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/poll/unix/
H A Dselect.c41 apr_datatype_e set_type = APR_NO_DESC; in apr_poll() local
79 if (HAS_PIPES(set_type)) { in apr_poll()
83 set_type = APR_POLL_SOCKET; in apr_poll()
94 set_type = APR_POLL_FILE; in apr_poll()
129 if (HAS_PIPES(set_type)) { in apr_poll()
193 int set_type; member
218 pollset->p->set_type = APR_NO_DESC; in impl_pollset_create()
240 if (HAS_PIPES(pollset->p->set_type)) { in impl_pollset_add()
244 pollset->p->set_type = APR_POLL_SOCKET; in impl_pollset_add()
260 pollset->p->set_type = APR_POLL_FILE; in impl_pollset_add()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h46 using set_type = Set; variable
284 set_type &set_;
287 TestAndEraseFromSet(UnaryPredicate P, set_type &set_) in TestAndEraseFromSet()
300 set_type set_; ///< The set.
/freebsd-13.1/tools/tools/notescheck/
H A Dnotescheck.py62 def set_type(self, type): member in Option
303 option.set_type('option')
317 option.set_type('device')
323 option.set_type('option')
/freebsd-13.1/usr.bin/mkcsmapper/
H A Dyacc.y88 static void set_type(int);
137 type : R_TYPE types { set_type($2); }
417 set_type(int type) in set_type() function
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/
H A Ddbg-tlv.h276 __le32 set_type; member
/freebsd-13.1/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-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp2164 #define set_type(val) _set_param(type, *out_type, val) in __kmp_parse_affinity_env() macro
2189 set_type(affinity_none); in __kmp_parse_affinity_env()
2193 set_type(affinity_scatter); in __kmp_parse_affinity_env()
2197 set_type(affinity_compact); in __kmp_parse_affinity_env()
2201 set_type(affinity_logical); in __kmp_parse_affinity_env()
2205 set_type(affinity_physical); in __kmp_parse_affinity_env()
2209 set_type(affinity_explicit); in __kmp_parse_affinity_env()
2213 set_type(affinity_balanced); in __kmp_parse_affinity_env()
2217 set_type(affinity_disabled); in __kmp_parse_affinity_env()
2374 #undef set_type in __kmp_parse_affinity_env()
/freebsd-13.1/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5787 char set_type = '\0'; in store_allow_perm() local
5800 set_type = ZFS_DELEG_NAMED_SET_SETS; in store_allow_perm()
5806 set_type = ZFS_DELEG_CREATE_SETS; in store_allow_perm()
5812 set_type = ZFS_DELEG_USER_SETS; in store_allow_perm()
5821 set_type = ZFS_DELEG_GROUP_SETS; in store_allow_perm()
5830 set_type = ZFS_DELEG_EVERYONE_SETS; in store_allow_perm()
5839 assert(set_type != '\0' && base_type != '\0'); in store_allow_perm()
5888 set_type, locality, who); in store_allow_perm()
5892 set_type, locality); in store_allow_perm()
5914 "%c%c$%s", set_type, locality, who); in store_allow_perm()
[all …]
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c285 u32 type = le32_to_cpu(conf_set->set_type); in iwl_dbg_tlv_config_set()
837 u32 type = le32_to_cpu(config_list->set_type); in iwl_dbg_tlv_apply_config()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h297 static uint16_t set_type(uint16_t A, uint16_t T) { in set_type() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def165 HANDLE_DW_TAG(0x0020, set_type, 2, DWARF, DW_KIND_TYPE)