Home
last modified time | relevance | path

Searched refs:set (Results 201 – 225 of 5344) sorted by relevance

12345678910>>...214

/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Ddwc3.txt8 - reg : Address and length of the register set for the device
38 - resets: set of phandle and reset specifier pairs
48 - snps,u2exit_lfps_quirk: set if we want to enable u2exit lfps quirk
49 - snps,u2ss_inp3_quirk: set if we enable P3 OK for U2/SS Inactive quirk
50 - snps,req_p1p2p3_quirk: when set, the core will always request for
56 - snps,lfps_filter_quirk: when set core will filter LFPS reception.
59 - snps,tx_de_emphasis_quirk: when set core will set Tx de-emphasis value.
62 - snps,dis_u3_susphy_quirk: when set core will disable USB3 suspend phy.
63 - snps,dis_u2_susphy_quirk: when set core will disable USB2 suspend phy.
64 - snps,dis_enblslpm_quirk: when set clears the enblslpm in GUSB2PHYCFG,
[all …]
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ipaddr.c49 uint32_t set; member
75 if (!(upd->set & UPD_MASK)) { in create()
117 (upd->set & UPD_BCAST)) { in modify()
118 if (upd->set & UPD_MASK) in modify()
120 if (upd->set & UPD_BCAST) { in modify()
266 if (upd->set & UPD_IFINDEX) in op_ipaddr()
276 upd->set |= UPD_IFINDEX; in op_ipaddr()
281 if (upd->set & UPD_MASK) in op_ipaddr()
287 upd->set |= UPD_MASK; in op_ipaddr()
291 if (upd->set & UPD_BCAST) in op_ipaddr()
[all …]
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Df2952 List of groups configured (set 0)
53 List of groups configured (set 1)
54 Rules configured (set 0, in)
57 Rules configured (set 0, out)
58 Rules configured (set 1, in)
59 Rules configured (set 1, out)
60 Accounting rules configured (set 0, in)
61 Accounting rules configured (set 0, out)
62 Accounting rules configured (set 1, in)
63 Accounting rules configured (set 1, out)
H A Dn1619 List of groups configured (set 0)
20 List of groups configured (set 1)
21 Rules configured (set 0, in)
22 Rules configured (set 0, out)
23 Rules configured (set 1, in)
24 Rules configured (set 1, out)
25 Accounting rules configured (set 0, in)
26 Accounting rules configured (set 0, out)
27 Accounting rules configured (set 1, in)
28 Accounting rules configured (set 1, out)
/freebsd/sys/powerpc/cpufreq/
H A Dpmufreq.c55 static int pmufreq_set(device_t dev, const struct cf_setting *set);
56 static int pmufreq_get(device_t dev, struct cf_setting *set);
169 pmufreq_set(device_t dev, const struct cf_setting *set) in pmufreq_set() argument
174 if (set == NULL) in pmufreq_set()
179 if (set->freq == sc->maxfreq) in pmufreq_set()
186 sc->curfreq = set->freq; in pmufreq_set()
192 pmufreq_get(device_t dev, struct cf_setting *set) in pmufreq_get() argument
196 if (set == NULL) in pmufreq_get()
200 set->freq = sc->curfreq; in pmufreq_get()
201 set->dev = dev; in pmufreq_get()
/freebsd/etc/mtree/
H A DBSD.var.dist5 /set type=dir uname=root gname=wheel mode=0755 tags=package=runtime
10 /set uname=daemon
15 /set uname=root
17 /set mode=0750
18 /set gname=audit
27 /set gname=wheel
38 /set mode=0755
92 /set gname=daemon
99 /set gname=wheel
/freebsd/contrib/ldns/
H A Dlibdns.doxygen.in379 # should set this option to NO.
475 # normally produced when WARNINGS is set to YES.
995 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
1025 # also VERBATIM_HEADERS is set to NO.
1055 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1515 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
2305 # set to NO
2316 # This tag requires that the tag HAVE_DOT is set to YES.
2326 # This tag requires that the tag HAVE_DOT is set to YES.
2333 # This tag requires that the tag HAVE_DOT is set to YES.
[all …]
/freebsd/contrib/unbound/respip/
H A Drespip.c60 struct respip_set* set = calloc(1, sizeof(*set)); in respip_set_create() local
61 if(!set) in respip_set_create()
64 if(!set->region) { in respip_set_create()
65 free(set); in respip_set_create()
69 lock_rw_init(&set->lock); in respip_set_create()
70 return set; in respip_set_create()
87 if(!set) in respip_set_delete()
92 free(set); in respip_set_delete()
98 if(!set) in respip_set_get_tree()
100 return &set->ip_tree; in respip_set_get_tree()
[all …]
/freebsd/contrib/bearssl/
H A DDoxyfile333 # should set this option to NO.
416 # normally produced when WARNINGS is set to YES.
505 # and Mac users are advised to set this option to NO.
903 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
933 # also VERBATIM_HEADERS is set to NO.
963 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1398 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1810 # missing definitions are set to their default value.
2152 # set to NO
2163 # This tag requires that the tag HAVE_DOT is set to YES.
[all …]
/freebsd/tools/tools/nanobsd/pcengines/Files/root/
H A D.cshrc16 set path = (/sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin $HOME/bin)
23 # An interactive shell -- set some stuff up
24 set prompt = "`/bin/hostname -s`# "
25 set filec
26 set history = 100
27 set savehist = 100
28 set mail = (/var/mail/$USER)
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt1128 id-set 0 : set-ctype : content types
1130 id-set 3 : set-attr
1131 id-set 5 : set-policy
1133 id-set 8 : set-brand
1225 set-policy 0 : set-policy-root
1262 set-brand 1 : set-brand-IATA-ATA
1263 set-brand 30 : set-brand-Diners
1265 set-brand 35 : set-brand-JCB
1266 set-brand 4 : set-brand-Visa
1267 set-brand 5 : set-brand-MasterCard
[all …]
/freebsd/lib/libgssapi/
H A Dgss_indicate_mechs.c39 gss_OID_set set; in gss_indicate_mechs() local
50 major_status = m->gm_indicate_mechs(minor_status, &set); in gss_indicate_mechs()
53 if (set == GSS_C_NO_OID_SET) { in gss_indicate_mechs()
59 for (i = 0; i < set->count; i++) in gss_indicate_mechs()
61 &set->elements[i], mech_set); in gss_indicate_mechs()
62 gss_release_oid_set(minor_status, &set); in gss_indicate_mechs()
/freebsd/sbin/pfctl/tests/files/
H A Dpf0052.ok1 set optimization normal
2 set optimization satellite
3 set optimization high-latency
4 set optimization conservative
5 set optimization aggressive
H A Dpf0052.in3 set optimization normal
4 set optimization satellite
5 set optimization high-latency
6 set optimization conservative
7 set optimization aggressive
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindFseeko.cmake45 set(_fseeko_cppflags)
47 set(CMAKE_REQUIRED_QUIET 1)
48 set(CMAKE_REQUIRED_DEFINITIONS ${LFS_DEFINITIONS})
54 set(FSEEKO_FOUND TRUE)
62 set(CMAKE_REQUIRED_QUIET 1)
63 set(CMAKE_REQUIRED_DEFINITIONS ${LFS_DEFINITIONS} "-D_LARGEFILE_SOURCE")
68 set(FSEEKO_FOUND TRUE)
69 set(_fseeko_cppflags "-D_LARGEFILE_SOURCE")
76 set(FSEEKO_COMPILE_OPTIONS "" CACHE STRING "Extra compiler options for fseeko support")
77 set(FSEEKO_LIBRARIES "" CACHE STRING "Extra definitions for fseeko support")
[all …]
/freebsd/sys/contrib/ck/include/gcc/
H A Dck_pr.h158 ck_pr_cas_##S(M *target, T compare, T set) \ in CK_PR_FENCE()
161 z = __sync_bool_compare_and_swap((T *)target, compare, set); \ in CK_PR_FENCE()
184 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *v)
186 set = __sync_val_compare_and_swap((void **)target, compare, set);
187 *(void **)v = set;
188 return (set == compare);
193 ck_pr_cas_##S##_value(T *target, T compare, T set, T *v) \
195 set = __sync_val_compare_and_swap(target, compare, set);\
196 *v = set; \
197 return (set == compare); \
/freebsd/sys/dev/acpica/
H A Dacpi_throttle.c188 struct cf_setting set; in acpi_throttle_attach() local
224 set.freq = 10000; in acpi_throttle_attach()
225 acpi_thr_set(dev, &set); in acpi_throttle_attach()
370 if (set == NULL) in acpi_thr_set()
378 speed = set->freq * CPU_MAX_SPEED / 10000; in acpi_thr_set()
379 if (speed * 10000 != set->freq * CPU_MAX_SPEED || in acpi_thr_set()
410 acpi_thr_get(device_t dev, struct cf_setting *set) in acpi_thr_get() argument
415 if (set == NULL) in acpi_thr_get()
424 memset(set, CPUFREQ_VAL_UNKNOWN, sizeof(*set)); in acpi_thr_get()
425 set->freq = CPU_SPEED_PERCENT(clk_val); in acpi_thr_get()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h45 void set(T Idx) { Bits[static_cast<unsigned>(Idx)] = 1; } in set() function
57 void set##FIELD() { FAMILY.set(ENUM::FIELD); } \
62 void set##FIELD() { \
63 FAMILY.set(ENUM::FIELD); \
64 set##F1(); \
70 void set##FIELD() { \
71 FAMILY.set(ENUM::FIELD); \
72 set##F1(); \
73 set##F2(); \
79 void set##FIELD() { \
[all …]
/freebsd/contrib/unbound/doc/
H A DREADME.ipset.md5 So, I set up a transparent proxy to proxy the traffic which has been blocked only.
22 iptables -A PREROUTING -p tcp -m set --match-set gfwlist dst -j REDIRECT --to-ports 10800
23 iptables -A OUTPUT -p tcp -m set --match-set gfwlist dst -j REDIRECT --to-ports 10800
42 iptables -A INPUT -m set --set blacklist src -j DROP
43 ip6tables -A INPUT -m set --set blacklist6 src -j DROP
48 * Please create a set with ipset command first. eg. **ipset -N blacklist iphash**
H A Dunbound.doxygen404 # should set this option to NO.
508 # normally produced when WARNINGS is set to YES.
1103 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
1142 # also VERBATIM_HEADERS is set to NO.
1172 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
1665 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1694 # DISABLE_INDEX is set to NO, this option has no effect.
2443 # set to NO
2454 # This tag requires that the tag HAVE_DOT is set to YES.
2467 # This tag requires that the tag HAVE_DOT is set to YES.
[all …]
/freebsd/sys/kgssapi/
H A Dgss_create_empty_oid_set.c42 gss_OID_set set; in gss_create_empty_oid_set() local
47 set = malloc(sizeof(gss_OID_set_desc), M_GSSAPI, M_WAITOK); in gss_create_empty_oid_set()
49 set->count = 0; in gss_create_empty_oid_set()
50 set->elements = 0; in gss_create_empty_oid_set()
51 *oid_set = set; in gss_create_empty_oid_set()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dset.inc11 // [set], class template set
12 using std::set;
19 // [set.erasure], erasure for set
27 using std::pmr::set;
/freebsd/contrib/tcpdump/
H A DCMakeLists.txt140 set(C_ADDITIONAL_FLAGS "")
224 set(WITH_USER CACHE STRING
284 set(NAME_RT MT)
296 set(NAME_RT MD)
1251 set(MAN_FILE_FORMATS 5)
1252 set(MAN_MISC_INFO 7)
1255 set(_SUN TRUE)
1261 set(MAN_MISC_INFO 5)
1269 set(MAN_MISC_INFO 5)
1278 set(MAN_MISC_INFO 5)
[all …]
/freebsd/stand/forth/
H A Dmenu-commands.4th79 s" set boot_single=YES" evaluate
90 s" set hint.acpi.0.disabled=0" evaluate
96 s" set hint.acpi.0.disabled=1" evaluate
97 s" set loader.acpi_disabled_by_user=1" evaluate
126 s" set kern.smp.disabled=1" evaluate
127 s" set hw.ata.ata_dma=0" evaluate
128 s" set hw.ata.atapi_dma=0" evaluate
129 s" set kern.eventtimer.periodic=1" evaluate
174 s" set boot_single=YES" evaluate
213 s" set boot_verbose=YES" evaluate
[all …]
/freebsd/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr_llsc.h54 … : "r" (target), "r" (compare[0]), "r" (compare[1]), "r" (set[0]), "r" (set[1]) in ck_pr_cas_64_2_value()
61 ck_pr_cas_ptr_2_value(void *target, void *compare, void *set, void *value) in ck_pr_cas_ptr_2_value() argument
65 CK_CPP_CAST(uint64_t *, set), in ck_pr_cas_ptr_2_value()
70 ck_pr_cas_64_2(uint64_t target[2], uint64_t compare[2], uint64_t set[2]) in ck_pr_cas_64_2()
86 … : "r" (target), "r" (compare[0]), "r" (compare[1]), "r" (set[0]), "r" (set[1]) in ck_pr_cas_64_2()
92 ck_pr_cas_ptr_2(void *target, void *compare, void *set) in ck_pr_cas_ptr_2() argument
96 CK_CPP_CAST(uint64_t *, set))); in ck_pr_cas_ptr_2()
102 ck_pr_cas_##N##_value(M *target, T compare, T set, M *value) \
116 "r" (set), \
123 ck_pr_cas_##N(M *target, T compare, T set) \
[all …]

12345678910>>...214