Home
last modified time | relevance | path

Searched refs:DO (Results 1 – 25 of 185) sorted by relevance

12345678

/src/usr.bin/systat/
H A Dsctp.c141 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor in domode() macro
142 DO(sctps_currestab); in domode()
143 DO(sctps_activeestab); in domode()
144 DO(sctps_restartestab); in domode()
145 DO(sctps_collisionestab); in domode()
146 DO(sctps_passiveestab); in domode()
147 DO(sctps_aborted); in domode()
148 DO(sctps_shutdown); in domode()
149 DO(sctps_outoftheblue); in domode()
150 DO(sctps_checksumerrors); in domode()
[all …]
H A Dip6.c154 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor in domode() macro
155 DO(ip6s_total); in domode()
156 DO(ip6s_tooshort); in domode()
157 DO(ip6s_toosmall); in domode()
158 DO(ip6s_fragments); in domode()
159 DO(ip6s_fragdropped); in domode()
160 DO(ip6s_fragtimeout); in domode()
161 DO(ip6s_fragoverflow); in domode()
162 DO(ip6s_atomicfrags); in domode()
163 DO(ip6s_forward); in domode()
[all …]
H A Dip.c160 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor in domode() macro
161 DO(i.ips_total); in domode()
162 DO(i.ips_badsum); in domode()
163 DO(i.ips_tooshort); in domode()
164 DO(i.ips_toosmall); in domode()
165 DO(i.ips_badhlen); in domode()
166 DO(i.ips_badlen); in domode()
167 DO(i.ips_fragments); in domode()
168 DO(i.ips_fragdropped); in domode()
169 DO(i.ips_fragtimeout); in domode()
[all …]
H A Dtcp.c153 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor in domode() macro
154 DO(tcps_connattempt); in domode()
155 DO(tcps_accepts); in domode()
156 DO(tcps_connects); in domode()
157 DO(tcps_drops); in domode()
158 DO(tcps_conndrops); in domode()
159 DO(tcps_closed); in domode()
160 DO(tcps_segstimed); in domode()
161 DO(tcps_rttupdated); in domode()
162 DO(tcps_delack); in domode()
[all …]
H A Dicmp.c149 #define DO(stat) ret->stat = (icmpstat.stat - sub->stat) / divisor in domode() macro
150 DO(icps_error); in domode()
151 DO(icps_oldshort); in domode()
152 DO(icps_oldicmp); in domode()
154 DO(icps_outhist[i]); in domode()
156 DO(icps_badcode); in domode()
157 DO(icps_tooshort); in domode()
158 DO(icps_checksum); in domode()
159 DO(icps_badlen); in domode()
160 DO(icps_reflect); in domode()
[all …]
H A Dicmp6.c149 #define DO(stat) ret->stat = (icmp6stat.stat - sub->stat) / divisor in domode() macro
150 DO(icp6s_error); in domode()
151 DO(icp6s_tooshort); in domode()
152 DO(icp6s_canterror); in domode()
154 DO(icp6s_outhist[i]); in domode()
156 DO(icp6s_badcode); in domode()
157 DO(icp6s_tooshort); in domode()
158 DO(icp6s_checksum); in domode()
159 DO(icp6s_badlen); in domode()
160 DO(icp6s_reflect); in domode()
[all …]
H A Dzarc.c114 #define DO(stat) \ in domode() macro
119 DO(arcstats); in domode()
120 DO(arcstats_demand_data); in domode()
121 DO(arcstats_demand_metadata); in domode()
122 DO(arcstats_prefetch_data); in domode()
123 DO(arcstats_prefetch_metadata); in domode()
124 DO(zfetchstats); in domode()
125 DO(arcstats_l2); in domode()
126 DO(arcstats); in domode()
127 DO(arcstats_demand_data); in domode()
[all …]
/src/crypto/krb5/src/lib/krb5/krb/
H A Dx-deltat.y108 #define DO(D,H,M,S) \ macro
150 wsnum 'd' opt_hms { DO ($1, 0, 0, $3); }
151 | wsnum 'h' opt_ms { DO ( 0, $1, 0, $3); }
152 | wsnum 'm' opt_s { DO ( 0, 0, $1, $3); }
153 | wsnum 's' { DO ( 0, 0, 0, $1); }
154 | wsnum '-' tok_NUM ':' tok_NUM ':' tok_NUM { DO ($1, $3, $5, $7); }
155 | wsnum ':' tok_NUM ':' tok_NUM { DO ( 0, $1, $3, $5); }
156 | wsnum ':' tok_NUM { DO ( 0, $1, $3, 0); }
157 | wsnum { DO ( 0, 0, 0, $1); }
H A Ddeltat.c141 #define DO(D,H,M,S) \ macro
1255 … { DO ((yyvsp[-2].val), 0, 0, (yyvsp[0].val)); } in yyparse()
1261 … { DO ( 0, (yyvsp[-2].val), 0, (yyvsp[0].val)); } in yyparse()
1267 … { DO ( 0, 0, (yyvsp[-2].val), (yyvsp[0].val)); } in yyparse()
1273 { DO ( 0, 0, 0, (yyvsp[-1].val)); } in yyparse()
1279 … { DO ((yyvsp[-6].val), (yyvsp[-4].val), (yyvsp[-2].val), (yyvsp[0].val)); } in yyparse()
1285 … { DO ( 0, (yyvsp[-4].val), (yyvsp[-2].val), (yyvsp[0].val)); } in yyparse()
1291 … { DO ( 0, (yyvsp[-2].val), (yyvsp[0].val), 0); } in yyparse()
1297 { DO ( 0, 0, 0, (yyvsp[0].val)); } in yyparse()
/src/sys/contrib/device-tree/Bindings/
H A Dwriting-bindings.rst17 - DO attempt to make bindings complete even if a driver doesn't support some
24 - DO use node names matching the class of the device. Many standard names are
27 - DO check that the example matches the documentation especially after making
42 - DO make 'compatible' properties specific.
46 - DO use fallback compatibles when devices are the same as or a superset of
49 - DO add new compatibles in case there are new features or bugs.
51 - DO use a SoC-specific compatible for all SoC devices, followed by a
59 - DO use a vendor prefix on device-specific property names. Consider if
69 - DO use common property unit suffixes for properties with scientific units.
73 - DO define properties in terms of constraints. How many entries? What are
[all …]
/src/contrib/llvm-project/lld/MachO/
H A DObjC.cpp77 #define FOR_EACH_CATEGORY_FIELD(DO) \ argument
78 DO(Ptr, name) \
79 DO(Ptr, klass) \
80 DO(Ptr, instanceMethods) \
81 DO(Ptr, classMethods) \
82 DO(Ptr, protocols) \
83 DO(Ptr, instanceProps) \
84 DO(Ptr, classProps) \
85 DO(uint32_t, size)
91 #define FOR_EACH_CLASS_FIELD(DO) \ argument
[all …]
H A DUnwindInfoSection.cpp101 #define FOR_EACH_CU_FIELD(DO) \ argument
102 DO(Ptr, functionAddress) \
103 DO(uint32_t, functionLength) \
104 DO(compact_unwind_encoding_t, encoding) \
105 DO(Ptr, personality) \
106 DO(Ptr, lsda)
/src/contrib/kyua/admin/
H A Dtravis-install-deps.sh72 if [ -z "${DO}" ]; then
78 for step in ${DO}; do
79 "do_${DO}" || exit 1
H A Dtravis-build.sh89 if [ -z "${DO}" ]; then
93 for step in ${DO}; do
94 "do_${DO}" || exit 1
/src/contrib/unbound/doc/
H A Dunbound-checkconf.rst5 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
14 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
23 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
32 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
H A Dunbound.rst5 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
14 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
23 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
32 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
H A Dunbound-host.rst5 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
14 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
23 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
32 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE
/src/crypto/heimdal/appl/telnet/
H A Dtelnet.state3 (You need the localside, sending WILL/WONT & receiving DO/DONT, and
4 the remoteside, sending DO/DONT and receiving WILL/WONT)
67 Send DO option
70 Send DO option
/src/contrib/file/magic/Magdir/
H A Dgrace4 # ACE/gr and Grace type files - PLEASE DO NOT REMOVE THIS LINE
21 # end of ACE/gr and Grace type files - PLEASE DO NOT REMOVE THIS LINE
/src/contrib/one-true-awk/testdir/
H A Dtest.data153 14bootes:dcon:50:1:Tom Killian (DO NOT REMOVE):/tmp:
154 15cdjuke:dcon:51:1:Tom Killian (DO NOT REMOVE):/tmp:
183 14 bootes dcon 50 1 Tom Killian (DO NOT REMOVE) /tmp
184 15 cdjuke dcon 51 1 Tom Killian (DO NOT REMOVE) /tmp
/src/sys/tools/syscalls/examples/cpp/
H A Dtest_syscalls.map4 * DO NOT EDIT-- this file is automatically @generated.
/src/contrib/libdiff/test/
H A Dexpect011.diff8 * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
H A Dexpect010.diff8 * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
H A Dexpect110.diff8 * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
H A Dexpect111.diff8 * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.

12345678