Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 2992) sorted by relevance

12345678910>>...120

/NextBSD/usr.bin/netstat/
HDnlist_symbols4 all _ahstat
5 all _arpstat
6 all _carpstats
7 all _divcbinfo
8 all _espstat
9 all _icmp6stat
10 all _icmpstat
11 all _igmpstat
12 all _ip6stat
13 all _ipcompstat
[all …]
/NextBSD/contrib/binutils/
HDMakefile.def271 dependencies = { module=all-build-bison; on=all-build-texinfo; };
272 dependencies = { module=all-build-byacc; on=all-build-texinfo; };
273 dependencies = { module=all-build-flex; on=all-build-texinfo; };
274 dependencies = { module=all-build-flex; on=all-build-bison; };
275 dependencies = { module=all-build-flex; on=all-build-byacc; };
276 dependencies = { module=all-build-flex; on=all-build-m4; };
277 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
278 dependencies = { module=all-build-m4; on=all-build-texinfo; };
279 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
283 dependencies = { module=configure-gcc; on=all-binutils; };
[all …]
HDMakefile.in370 all:
693 .PHONY: all
694 all:
705 $(MAKE) $(TARGET_FLAGS_TO_PASS) all-host all-target; \
707 $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target; \
710 .PHONY: all-build
712 all-build: maybe-all-build-libiberty
713 all-build: maybe-all-build-bison
714 all-build: maybe-all-build-byacc
715 all-build: maybe-all-build-flex
[all …]
/NextBSD/contrib/netbsd-tests/ipf/regress/
HDi83 pass in proto icmp all icmp-type unreach code cutoff-preced
4 pass in proto icmp all icmp-type unreach code filter-prohib
5 pass in proto icmp all icmp-type unreach code isolate
6 pass in proto icmp all icmp-type unreach code needfrag
7 pass in proto icmp all icmp-type unreach code net-prohib
8 pass in proto icmp all icmp-type unreach code net-tos
9 pass in proto icmp all icmp-type unreach code host-preced
10 pass in proto icmp all icmp-type unreach code host-prohib
11 pass in proto icmp all icmp-type unreach code host-tos
12 pass in proto icmp all icmp-type unreach code host-unk
[all …]
HDi191 block in quick log level user.debug proto icmp all
2 block in quick log level mail.info proto icmp all
3 block in quick log level daemon.notice proto icmp all
4 block in quick log level auth.warn proto icmp all
5 block in quick log level syslog.err proto icmp all
6 block in quick log level lpr.crit proto icmp all
7 block in quick log level news.alert proto icmp all
8 block in quick log level uucp.emerg proto icmp all
9 block in quick log level cron.debug proto icmp all
10 block in quick log level ftp.info proto icmp all
[all …]
HDi97 pass in proto tcp all flags S with not oow keep state
8 block in proto tcp all with oow
9 pass in proto tcp all flags S with not bad,bad-src,bad-nat
10 block in proto tcp all flags S with bad,not bad-src,not bad-nat
11 pass in quick all with not short
12 block in quick all with not nat
13 pass in quick all with not frag-body
14 block in quick all with not lowttl
15 pass in all with mbcast,not bcast,multicast,not state,not ipopts
16 block in all with not mbcast,bcast,not multicast,state
/NextBSD/contrib/dialog/
HDbuildlist.c456 ALL_DATA all; in dlg_buildlist() local
457 MY_DATA *data = all.list; in dlg_buildlist()
481 memset(&all, 0, sizeof(all)); in dlg_buildlist()
482 all.items = items; in dlg_buildlist()
483 all.item_no = item_no; in dlg_buildlist()
488 if ((cur_item = first_item(&all, 0)) < 0) in dlg_buildlist()
489 cur_item = first_item(&all, 1); in dlg_buildlist()
502 all.use_height = list_height; in dlg_buildlist()
503 all.use_width = (2 * (dlg_calc_list_width(item_no, items) in dlg_buildlist()
507 all.use_width = MAX(26, all.use_width); in dlg_buildlist()
[all …]
HDchecklist.c192 ALL_DATA all; in dlg_checklist() local
208 memset(&all, 0, sizeof(all)); in dlg_checklist()
209 all.items = items; in dlg_checklist()
210 all.item_no = item_no; in dlg_checklist()
240 all.use_height = list_height; in dlg_checklist()
243 if (all.use_height == 0) { in dlg_checklist()
246 dlg_calc_listh(&height, &all.use_height, item_no); in dlg_checklist()
250 MIN_HIGH + all.use_height, use_width); in dlg_checklist()
260 all.states = states; in dlg_checklist()
262 all.checkflag = flag; in dlg_checklist()
[all …]
HDmenubox.c337 ALL_DATA all; in dlg_menu() local
353 all.items = items; in dlg_menu()
354 all.item_no = item_no; in dlg_menu()
363 all.menu_height = menu_height; in dlg_menu()
366 if (all.menu_height == 0) { in dlg_menu()
369 dlg_calc_listh(&height, &all.menu_height, item_no); in dlg_menu()
373 MIN_HIGH + all.menu_height, use_width); in dlg_menu()
383 all.dialog = dialog; in dlg_menu()
397 all.menu_width = width - 6; in dlg_menu()
399 all.box_y = cur_y + 1; in dlg_menu()
[all …]
HDtreeview.c196 ALL_DATA all; in dlg_treeview() local
218 memset(&all, 0, sizeof(all)); in dlg_treeview()
219 all.items = items; in dlg_treeview()
220 all.item_no = item_no; in dlg_treeview()
221 all.states = states; in dlg_treeview()
222 all.depths = depths; in dlg_treeview()
245 all.is_check = TRUE; in dlg_treeview()
282 all.use_width = width - 4; in dlg_treeview()
285 box_x = (width - all.use_width) / 2 - 1; in dlg_treeview()
299 list = dlg_sub_window(dialog, use_height, all.use_width, in dlg_treeview()
[all …]
/NextBSD/contrib/tcp_wrappers/
HDMakefile96 NETGROUP=-DNETGROUP TLI= all
102 NETGROUP=-DNETGROUP VSYSLOG= TLI= all
108 NETGROUP=-DNETGROUP TLI= all
114 NETGROUP=-DNETGROUP TLI= all
120 NETGROUP=-DNETGROUP VSYSLOG= TLI= all
126 NETGROUP=-DNETGROUP TLI= all miscd
132 NETGROUP=-DNETGROUP TLI= SYSTYPE="-systype bsd43" all
138 EXTRA_CFLAGS=-DSYS_ERRLIST_DEFINED VSYSLOG= all
144 VSYSLOG= all
150 -Dss_family=__ss_family -Dss_len=__ss_len" VSYSLOG= all
[all …]
/NextBSD/tools/tools/tinybsd/conf/wireless/etc/
HDrc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
124 ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
144 ${fwcmd} add 65000 pass all from any to any
161 ${fwcmd} add pass all from ${ip} to ${net}:${mask}
162 ${fwcmd} add pass all from ${net}:${mask} to ${ip}
168 ${fwcmd} add pass all from any to any frag
212 ${fwcmd} add deny all from ${inet}:${imask} to any in via ${oif}
213 ${fwcmd} add deny all from ${onet}:${omask} to any in via ${iif}
216 ${fwcmd} add deny all from any to 10.0.0.0/8 via ${oif}
[all …]
/NextBSD/tools/tools/tinybsd/conf/firewall/etc/
HDrc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
124 ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
144 ${fwcmd} add 65000 pass all from any to any
161 ${fwcmd} add pass all from ${ip} to ${net}:${mask}
162 ${fwcmd} add pass all from ${net}:${mask} to ${ip}
168 ${fwcmd} add pass all from any to any frag
212 ${fwcmd} add deny all from ${inet}:${imask} to any in via ${oif}
213 ${fwcmd} add deny all from ${onet}:${omask} to any in via ${iif}
216 ${fwcmd} add deny all from any to 10.0.0.0/8 via ${oif}
[all …]
/NextBSD/etc/
HDrc.firewall85 ${fwcmd} add 100 pass all from any to any via lo0
86 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
89 ${fwcmd} add 400 deny all from any to ::1
90 ${fwcmd} add 500 deny all from ::1 to any
191 ${fwcmd} add 65000 pass all from any to any
209 ${fwcmd} add pass all from ${net} to 255.255.255.255
212 ${fwcmd} add pass all from me to ${net}
213 ${fwcmd} add pass all from ${net} to me
215 ${fwcmd} add pass all from me to ${net6}
216 ${fwcmd} add pass all from ${net6} to me
[all …]
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
HDerr.toomanyenablings.d44 cpc:::PAPI_tot_ins-all-10000,
45 cpc:::PAPI_tot_ins-all-10001,
46 cpc:::PAPI_tot_ins-all-10002,
47 cpc:::PAPI_tot_ins-all-10003,
48 cpc:::PAPI_tot_ins-all-10004,
49 cpc:::PAPI_tot_ins-all-10005,
50 cpc:::PAPI_tot_ins-all-10006,
51 cpc:::PAPI_tot_ins-all-10007,
52 cpc:::PAPI_tot_ins-all-10008,
53 cpc:::PAPI_tot_ins-all-10009
/NextBSD/sys/dev/cxgbe/firmware/
HDt4fw_cfg_uwire.txt27 # Virtual Functions based off of a Physical Function all get the
31 # And finally, all Physical Funcations capable of supporting Virtual
38 # 6. Some OS Drivers will manage all resources through a single Physical
56 # in the case where all ports and application functions will be
165 # PF" which many OS Drivers will use to manage most or all functions.
232 # Adding all of the above Unified PF resource needs together: (NIC + OFLD +
241 # The sum of all the MSI-X resources above is 74 MSI-X Vectors but we'll round
267 # storage applications across all four possible ports.
306 wx_caps = all # write/execute permissions for all commands
307 r_caps = all # read permissions for all commands
[all …]
HDt5fw_cfg_uwire.txt30 # 6. Some OS Drivers will manage all resources through a single Physical
41 # in the case where all ports and application functions will be
192 # PF" which many OS Drivers will use to manage most or all functions.
259 # Adding all of the above Unified PF resource needs together: (NIC + OFLD +
268 # The sum of all the MSI-X resources above is 74 MSI-X Vectors but we'll round
294 # storage applications across all four possible ports.
334 wx_caps = all # write/execute permissions for all commands
335 r_caps = all # read permissions for all commands
341 cmask = all # access to all channels
347 wx_caps = all # write/execute permissions for all commands
[all …]
/NextBSD/contrib/gcc/
HDvalue-prof.c87 check_counter (tree stmt, const char * name, gcov_type all, gcov_type bb_count) in check_counter() argument
89 if (all != bb_count) in check_counter()
96 locus, name, (int)all, (int)bb_count); in check_counter()
177 gcov_type all) in tree_divmod_fixed_value() argument
232 bb3->count = all - count; in tree_divmod_fixed_value()
235 bb4->count = all; in tree_divmod_fixed_value()
244 e13->count = all - count; in tree_divmod_fixed_value()
253 e34->count = all - count; in tree_divmod_fixed_value()
265 gcov_type val, count, all; in tree_divmod_fixed_value_transform() local
299 all = histogram->hvalue.counters[2]; in tree_divmod_fixed_value_transform()
[all …]
/NextBSD/contrib/ipfilter/rules/
HDexample.132 # Log all short TCP packets to qe3, with 10.3.3.3 as the intended
5 block in on qe0 to qe3:10.3.3.3 proto tcp all with short
7 # Log all connection attempts for TCP
9 pass in on le0 dup-to le1:10.3.3.3 proto tcp all flags S/SA
11 # Route all UDP packets through transparently.
13 pass in on ppp0 fastroute proto udp all
15 # Route all ICMP packets to network 10 out through le1, to 10.3.3.1
17 pass in on le0 to le1:10.3.3.1 proto icmp all
HDBASIC_2.FW17 block in log quick all with short
24 block in log on ppp0 all head 100
25 block out log on ppp0 all head 150
27 block out log on ed0 all head 250
52 pass in quick on lo0 all
53 pass out quick on lo0 all
59 pass in log quick proto tcp all flags S/SA keep state group 200
65 pass in log quick proto icmp all keep state group 200
72 block return-icmp(net-unr) in proto udp all group 100
HDexample.92 # drop all packets without IP security options
4 block in all
5 pass in all with opt sec
9 block out on le1 all
10 pass out on le1 all with opt sec-class topsecret
11 block in on le1 all
12 pass in on le1 all with opt sec-class topsecret
/NextBSD/usr.bin/fortune/datfiles/
HDgerrold.limerick3 %% Copyright David Gerrold, 1984-2000, all rights reserved,
18 From The War Against The Chtorr, (c) David Gerrold, 1984-2000, all
27 From The War Against The Chtorr, (c) David Gerrold, 1984-2000, all
36 From The War Against The Chtorr, (c) David Gerrold, 1984-2000, all
45 From The War Against The Chtorr, (c) David Gerrold, 1984-2000, all
54 From The War Against The Chtorr, (c) David Gerrold, 1984-2000, all
63 From The War Against The Chtorr, (c) David Gerrold, 1984-2000, all
72 From The War Against The Chtorr, (c) David Gerrold, 1984-2000, all
81 From The War Against The Chtorr, (c) David Gerrold, 1984-2000, all
90 From The War Against The Chtorr, (c) David Gerrold, 1984-2000, all
[all …]
/NextBSD/contrib/compiler-rt/lib/builtins/
HDudivmoddi4.c29 n.all = a; in __udivmoddi4()
31 d.all = b; in __udivmoddi4()
80 *rem = r.all; in __udivmoddi4()
94 *rem = r.all; in __udivmoddi4()
107 *rem = n.all; in __udivmoddi4()
132 return n.all; in __udivmoddi4()
136 return q.all; in __udivmoddi4()
181 *rem = n.all; in __udivmoddi4()
223 const di_int s = (di_int)(d.all - r.all - 1) >> (n_udword_bits - 1); in __udivmoddi4()
225 r.all -= d.all & s; in __udivmoddi4()
[all …]
HDudivmodti4.c31 n.all = a; in __udivmodti4()
33 d.all = b; in __udivmodti4()
82 *rem = r.all; in __udivmodti4()
96 *rem = r.all; in __udivmodti4()
109 *rem = n.all; in __udivmodti4()
134 return n.all; in __udivmodti4()
138 return q.all; in __udivmodti4()
184 *rem = n.all; in __udivmodti4()
228 const ti_int s = (ti_int)(d.all - r.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
230 r.all -= d.all & s; in __udivmodti4()
[all …]
/NextBSD/contrib/bmake/unit-tests/
HDescape.mk42 all: .PHONY
68 all: var-1bs
82 all: var-2bs
103 all: var-1bsnl
131 all: var-2bsnl
158 all: var-3bsnl
182 all: var-1bsnl-space
194 all: cmd-1bsnl
211 all: cmd-1bsnl-eof
225 all: cmd-2bsnl
[all …]

12345678910>>...120