Searched refs:set (Results 51 - 75 of 1536) sorted by relevance

1234567891011>>

/freebsd-11-stable/sbin/ipfw/
H A Dnat64clat.c55 uint8_t set);
56 static int nat64clat_foreach(nat64clat_cb_t *f, const char *name, uint8_t set,
59 static void nat64clat_create(const char *name, uint8_t set, int ac, char **av);
60 static void nat64clat_config(const char *name, uint8_t set, int ac, char **av);
61 static void nat64clat_destroy(const char *name, uint8_t set);
62 static void nat64clat_stats(const char *name, uint8_t set);
63 static void nat64clat_reset_stats(const char *name, uint8_t set);
65 uint8_t set);
67 uint8_t set);
86 * ipfw [set
97 uint8_t set; local
152 nat64clat_fill_ntlv(ipfw_obj_ntlv *ntlv, const char *name, uint8_t set) argument
180 nat64clat_create(const char *name, uint8_t set, int ac, char *av[]) argument
267 nat64clat_config(const char *name, uint8_t set, int ac, char **av) argument
351 nat64clat_destroy(const char *name, uint8_t set) argument
367 nat64clat_get_stats(const char *name, uint8_t set, struct ipfw_nat64clat_stats *stats) argument
388 nat64clat_stats(const char *name, uint8_t set) argument
426 nat64clat_reset_stats(const char *name, uint8_t set) argument
437 nat64clat_show_cb(ipfw_nat64clat_cfg *cfg, const char *name, uint8_t set) argument
463 nat64clat_destroy_cb(ipfw_nat64clat_cfg *cfg, const char *name, uint8_t set) argument
501 nat64clat_foreach(nat64clat_cb_t *f, const char *name, uint8_t set, int sort) argument
[all...]
H A Dnptv6.c52 typedef int (nptv6_cb_t)(ipfw_nptv6_cfg *i, const char *name, uint8_t set);
53 static int nptv6_foreach(nptv6_cb_t *f, const char *name, uint8_t set,
56 static void nptv6_create(const char *name, uint8_t set, int ac, char **av);
57 static void nptv6_destroy(const char *name, uint8_t set);
58 static void nptv6_stats(const char *name, uint8_t set);
59 static void nptv6_reset_stats(const char *name, uint8_t set);
60 static int nptv6_show_cb(ipfw_nptv6_cfg *cfg, const char *name, uint8_t set);
61 static int nptv6_destroy_cb(ipfw_nptv6_cfg *cfg, const char *name, uint8_t set);
79 * ipfw [set N] nptv6 NAME {create | config} ...
80 * ipfw [set
90 uint8_t set; local
141 nptv6_fill_ntlv(ipfw_obj_ntlv *ntlv, const char *name, uint8_t set) argument
188 nptv6_create(const char *name, uint8_t set, int ac, char *av[]) argument
269 nptv6_destroy(const char *name, uint8_t set) argument
285 nptv6_get_stats(const char *name, uint8_t set, struct ipfw_nptv6_stats *stats) argument
305 nptv6_stats(const char *name, uint8_t set) argument
328 nptv6_reset_stats(const char *name, uint8_t set) argument
339 nptv6_show_cb(ipfw_nptv6_cfg *cfg, const char *name, uint8_t set) argument
359 nptv6_destroy_cb(ipfw_nptv6_cfg *cfg, const char *name, uint8_t set) argument
395 nptv6_foreach(nptv6_cb_t *f, const char *name, uint8_t set, int sort) argument
[all...]
/freebsd-11-stable/sys/contrib/ck/include/gcc/sparcv9/
H A Dck_pr.h155 ck_pr_cas_64_value(uint64_t *target, uint64_t compare, uint64_t set, uint64_t *value) argument
159 : "+&r" (set)
164 *value = set;
165 return (compare == set);
169 ck_pr_cas_64(uint64_t *target, uint64_t compare, uint64_t set) argument
173 : "+&r" (set)
178 return (compare == set);
182 ck_pr_cas_ptr(void *target, void *compare, void *set) argument
185 return ck_pr_cas_64(target, (uint64_t)compare, (uint64_t)set);
189 ck_pr_cas_ptr_value(void *target, void *compare, void *set, voi argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dcheck-dumpevents.py29 want_inserted = set(text[expect_inserted_pos+1:expect_active_pos])
30 want_active = set(text[expect_active_pos+1:got_inserted_pos-1])
31 got_inserted = set(text[got_inserted_pos+1:got_active_pos])
32 got_active = set(text[got_active_pos+1:])
44 cleaned_inserted = set( pat.sub(replace_time, s) for s in got_inserted
51 if set(got_active) != set(want_active):
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp163 Reserved.set(ReservedGPR32[I]);
167 Reserved.set(Mips::T6); // Reserved for control flow mask.
168 Reserved.set(Mips::T7); // Reserved for memory access mask.
169 Reserved.set(Mips::T8); // Reserved for thread pointer.
173 Reserved.set(ReservedGPR64[I]);
177 Reserved.set(Mips::GP);
178 Reserved.set(Mips::GP_64);
184 Reserved.set(Reg);
188 Reserved.set(Reg);
193 Reserved.set(Mip
[all...]
/freebsd-11-stable/contrib/openpam/t/
H A Dt_openpam_ctype.c64 #define T_OC(set) \
66 t_oc_##set(char **desc, void *arg) \
74 for (i = 0; oc_##set[i]; ++i) \
75 crib[(int)oc_##set[i]] = 1; \
77 if (is_##set(i) != crib[i]) { \
79 "for %#02x\n", #set, i); \
85 #define T_OC_ADD(set) t_add_test(&t_oc_##set, NULL, "is_"#set)
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dfortran.c128 omp_set_dynamic_ (const int32_t *set) argument
130 omp_set_dynamic (*set);
134 omp_set_dynamic_8_ (const int64_t *set) argument
136 omp_set_dynamic (*set);
140 omp_set_nested_ (const int32_t *set) argument
142 omp_set_nested (*set);
146 omp_set_nested_8_ (const int64_t *set) argument
148 omp_set_nested (*set);
152 omp_set_num_threads_ (const int32_t *set) argument
154 omp_set_num_threads (*set);
158 omp_set_num_threads_8_(const int64_t *set) argument
[all...]
/freebsd-11-stable/sys/kgssapi/
H A Dgss_test_oid_set_member.c42 const gss_OID_set set,
48 for (i = 0; i < set->count; i++)
49 if (kgss_oid_equal(member, &set->elements[i]))
40 gss_test_oid_set_member(OM_uint32 *minor_status, const gss_OID member, const gss_OID_set set, int *present) argument
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sigsuspend.c65 sigset_t set; local
75 sigemptyset(&set);
76 sigaddset(&set, SIGUSR1);
78 sigsuspend(&set);
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_set.h0 // <set> -*- C++ -*-
56 /** @file include/set
70 # include <debug/set>
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxv86.s29 .set V86_CTL,0x0 # Control flags
30 .set V86_ADDR,0x4 # Int number/address
31 .set V86_ES,0x8 # V86 ES
32 .set V86_DS,0xc # V86 DS
33 .set V86_FS,0x10 # V86 FS
34 .set V86_GS,0x14 # V86 GS
35 .set V86_EAX,0x18 # V86 EAX
36 .set V86_ECX,0x1c # V86 ECX
37 .set V86_EDX,0x20 # V86 EDX
38 .set V86_EB
[all...]
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxv86.s29 .set V86_CTL,0x0 # Control flags
30 .set V86_ADDR,0x4 # Int number/address
31 .set V86_ES,0x8 # V86 ES
32 .set V86_DS,0xc # V86 DS
33 .set V86_FS,0x10 # V86 FS
34 .set V86_GS,0x14 # V86 GS
35 .set V86_EAX,0x18 # V86 EAX
36 .set V86_ECX,0x1c # V86 ECX
37 .set V86_EDX,0x20 # V86 EDX
38 .set V86_EB
[all...]
/freebsd-11-stable/stand/mips/beri/boot2/
H A Drelocate.S33 .set mips64
34 .set noreorder
35 .set nobopt
36 .set noat
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclAccessPair.h37 p.set(D, AS);
49 set(D, getAccess());
52 set(getDecl(), AS);
54 void set(NamedDecl *D, AccessSpecifier AS) { function in class:clang::DeclAccessPair
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h22 #include <set>
52 using SoftDefsIterator = std::set<unsigned>::iterator;
53 std::set<unsigned> SoftDefs;
56 using TmpDefsIterator = std::set<unsigned>::iterator;
57 std::set<unsigned> TmpDefs;
60 using NewPredsIterator = std::set<unsigned>::iterator;
61 std::set<unsigned> NewPreds;
68 using UsesIterator = std::set<unsigned>::iterator;
69 std::set<unsigned> Uses;
71 /// Pre-defined set o
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dline-map.h44 INCLUDED_FROM is an index into the set that gives the line mapping
46 of the include stack have this set to -1. REASON is the reason for
63 /* A set of chronological line_map structures. */
94 /* Initialize a line map set. */
97 /* Free a line map set. */
111 (struct line_maps *set, unsigned int to_line, unsigned int max_column_hint);
122 A call to this function can relocate the previous set of
166 struct line_maps *set = (SET); \
167 if (__builtin_expect (to_column >= set->max_column_hint, 0)) \
168 (LOC) = linemap_position_for_column (set, to_colum
[all...]
/freebsd-11-stable/lib/libc/string/
H A Dwcscspn.c40 wcscspn(const wchar_t *s, const wchar_t *set) argument
47 q = set;
H A Dwcsspn.c40 wcsspn(const wchar_t *s, const wchar_t *set) argument
47 q = set;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp27 void operator()(const DWARFDebugArangeSet &set) { argument
28 count += set.NumDescriptors();
38 DWARFDebugArangeSet set; local
41 llvm::Error error = set.extract(debug_aranges_data, &offset);
45 const uint32_t num_descriptors = set.NumDescriptors();
47 const dw_offset_t cu_offset = set.GetHeader().cu_offset;
51 set.GetDescriptorRef(i);
56 set.Clear();
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Denv_test.cpp60 ATF_TEST_CASE(set); variable
61 ATF_TEST_CASE_HEAD(set)
63 set_md_var("descr", "Tests the set function");
65 ATF_TEST_CASE_BODY(set)
69 atf::env::set("PATH", "foo-bar");
74 atf::env::set("_UNDEFINED_VARIABLE_", "foo2-bar2");
99 ATF_ADD_TEST_CASE(tcs, set);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux.h45 #define LINUX_SIGEMPTYSET(set) (set).__mask = 0
46 #define LINUX_SIGISMEMBER(set, sig) (1UL & ((set).__mask >> _SIG_IDX(sig)))
47 #define LINUX_SIGADDSET(set, sig) (set).__mask |= 1UL << _SIG_IDX(sig)
/freebsd-11-stable/sys/sys/
H A Dsignalvar.h110 #define SIGADDSET(set, signo) \
111 ((set).__bits[_SIG_WORD(signo)] |= _SIG_BIT(signo))
113 #define SIGDELSET(set, signo) \
114 ((set).__bits[_SIG_WORD(signo)] &= ~_SIG_BIT(signo))
116 #define SIGEMPTYSET(set) \
120 (set).__bits[__i] = 0; \
123 #define SIGFILLSET(set) \
127 (set).__bits[__i] = ~0U; \
130 #define SIGISMEMBER(set, signo) \
131 ((set)
179 __sigisempty(sigset_t *set) argument
271 sigsetmasked(sigset_t *set, sigset_t *mask) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dset.h1 // Debugging set implementation -*- C++ -*-
31 /** @file debug/set.h
48 class set class in namespace:std::__debug
49 : public _GLIBCXX_STD::set<_Key,_Compare,_Allocator>,
50 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> >
52 typedef _GLIBCXX_STD::set<_Key,_Compare,_Allocator> _Base;
53 typedef __gnu_debug::_Safe_sequence<set> _Safe_base;
65 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, set>
67 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, set>
78 explicit set(cons function in class:std::__debug::set
83 set(_InputIterator __first, _InputIterator __last, function in class:std::__debug::set
89 set(const set<_Key,_Compare,_Allocator>& __x) argument
92 set(const _Base& __x) : _Base(__x), _Safe_base() { } function in class:std::__debug::set
97 operator =(const set<_Key,_Compare,_Allocator>& __x) argument
290 operator ==(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
296 operator !=(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
302 operator <(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
308 operator <=(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
314 operator >=(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
320 operator >(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_numa.c67 struct cpuset *set; local
69 set = NULL;
98 &ttd, &set);
121 if (set)
122 cpuset_rel(set);
133 struct cpuset *set; local
135 set = NULL;
139 &ttd, &set);
167 if (set)
168 cpuset_rel(set);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp51 Reserved.set(VE::SX8); // stack limit
52 Reserved.set(VE::SX9); // frame pointer
53 Reserved.set(VE::SX10); // link register (return address)
54 Reserved.set(VE::SX11); // stack pointer
56 Reserved.set(VE::SX12); // outer register
57 Reserved.set(VE::SX13); // id register for dynamic linker
59 Reserved.set(VE::SX14); // thread pointer
60 Reserved.set(VE::SX15); // global offset table register
61 Reserved.set(VE::SX16); // procedure linkage table register
62 Reserved.set(V
[all...]

Completed in 206 milliseconds

1234567891011>>