/freebsd/usr.bin/systat/ |
H A D | sctp.c | 141 #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 D | ip6.c | 154 #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 D | ip.c | 158 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor in domode() macro 159 DO(i.ips_total); in domode() 160 DO(i.ips_badsum); in domode() 161 DO(i.ips_tooshort); in domode() 162 DO(i.ips_toosmall); in domode() 163 DO(i.ips_badhlen); in domode() 164 DO(i.ips_badlen); in domode() 165 DO(i.ips_fragments); in domode() 166 DO(i.ips_fragdropped); in domode() 167 DO(i.ips_fragtimeout); in domode() [all …]
|
H A D | tcp.c | 154 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor in domode() macro 155 DO(tcps_connattempt); in domode() 156 DO(tcps_accepts); in domode() 157 DO(tcps_connects); in domode() 158 DO(tcps_drops); in domode() 159 DO(tcps_conndrops); in domode() 160 DO(tcps_closed); in domode() 161 DO(tcps_segstimed); in domode() 162 DO(tcps_rttupdated); in domode() 163 DO(tcps_delack); in domode() [all …]
|
H A D | icmp.c | 149 #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 D | icmp6.c | 149 #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 D | zarc.c | 114 #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 …]
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | writing-bindings.rst | 17 - 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. DON'T use wildcards in compatible 43 strings. DO use fallback compatibles when devices are the same as or a subset 44 of prior implementations. DO add new compatibles in case there are new 47 - DO use a vendor prefix on device-specific property names. Consider if 54 - DO use common property unit suffixes for properties with scientific units. 58 - DO define properties in terms of constraints. How many entries? What are 90 - DO put all MMIO devices under a bus node and not at the top-level. [all …]
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | ObjC.cpp | 77 #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 D | UnwindInfoSection.cpp | 101 #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)
|
/freebsd/contrib/kyua/admin/ |
H A D | travis-install-deps.sh | 72 if [ -z "${DO}" ]; then 78 for step in ${DO}; do 79 "do_${DO}" || exit 1
|
H A D | travis-build.sh | 89 if [ -z "${DO}" ]; then 93 for step in ${DO}; do 94 "do_${DO}" || exit 1
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | telnet.state | 3 (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
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | grace | 4 # 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
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | test.data | 153 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
|
/freebsd/sys/tools/syscalls/examples/cpp/ |
H A D | test_syscalls.map | 4 * DO NOT EDIT-- this file is automatically @generated.
|
/freebsd/contrib/telnet/telnet/ |
H A D | telnet.c | 252 NET2ADD(IAC, DO); in send_do() 254 printoption("SENT", DO, c); in send_do() 852 case DO: in suboption() 1771 case DO: in telrcv() 1823 printoption("RCVD", DO, c); in telrcv() 2187 case DO: 2240 NET2ADD(IAC, DO); in doflush() 2246 printoption("SENT", DO, TELOPT_TM); in doflush()
|
/freebsd/contrib/googletest/googletest/cmake/ |
H A D | libgtest.la.in | 4 # Please DO NOT delete this file!
|
/freebsd/stand/ficl/softwords/ |
H A D | softcore.fr | 106 4 0 DO -1 /dump +! /dump @ 0< 112 ?DO I c@ dup 127 bl within 121 0 ?DO I' I - 16 min /dump !
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | Sparc.td | 165 // TO DO: Place-holder: Processor specific features will be added *very* soon here. 170 // TO DO: Place-holder: Processor specific features will be added *very* soon here. 194 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
|
/freebsd/contrib/bc/gen/ |
H A D | strgen.sh | 101 // *** AUTOMATICALLY GENERATED FROM ${input}. DO NOT MODIFY. ***
|
/freebsd/contrib/one-true-awk/ |
H A D | awkgram.y | 55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC 83 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC 117 DO | do NL 325 { $$ = stat2(DO, $3, notnull($7)); }
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | make-event-config.sed | 9 * DO NOT EDIT THIS FILE.\
|
/freebsd/contrib/libevent/ |
H A D | make-event-config.sed | 9 * DO NOT EDIT THIS FILE.\
|
/freebsd/contrib/tcpdump/ |
H A D | print-telnet.c | 67 #define DO 253 /* please, you use option */ macro 411 case DO: in telnet_parse()
|