/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-elif.mk | 5 # Misspellings of the .elif directive are not always detected. They are only 6 # detected if the conditional branch directly above it is taken. In all other 25 . info XXX: This misspelling is not detected. 27 # Even if the misspelling were detected, the branch would not be taken 39 . info XXX: This misspelling is not detected. 40 # If the misspelling were detected, this branch would be taken. 46 # This misspelling is in an active branch and is therefore detected. 60 # The misspelling is in an active branch and is therefore detected. 77 . info XXX: This misspelling is not detected. 86 . info XXX: This misspelling is not detected. [all …]
|
H A D | cond-op.mk | 116 # This condition is obviously malformed. It is properly detected and also 117 # was properly detected before 2021-01-19, but only because the left hand 126 # This obviously malformed condition was not detected as such before cond.c 135 # This obviously malformed condition was not detected as such before cond.c 144 # This condition is obviously malformed. It is properly detected and also 145 # was properly detected before 2021-01-19, but only because the left hand
|
H A D | varmod-order.mk | 36 # Extra characters after ':On' are detected and diagnosed. 45 # Extra characters after ':Onr' are detected and diagnosed. 54 # Extra characters after ':Orn' are detected and diagnosed.
|
/freebsd/contrib/file/python/ |
H A D | README.md | 21 detected = magic.detect_from_filename('magic.py') 22 print 'Detected MIME type: {}'.format(detected.mime_type) 23 print 'Detected encoding: {}'.format(detected.encoding) 24 print 'Detected file type name: {}'.format(detected.name)
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | bnxt_re.h | 757 * transfer length. Detected on RX first and only packets for 758 * write. Detected on RX request for read. This is an RX 759 * Detected Error. 763 * RDMA write payload size does not match write length. Detected 766 * request. This is an RX Detected Error. 773 * Detected Error. 777 * Responder detected opcode error. * First, only, middle, last 780 * MTU size. This is an RX Detected Error. 787 * an RX Detected Error. 792 * did not reference a valid MR/MW. This error may be detected [all …]
|
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/ |
H A D | adf_c4xxx_ras.c | 177 "Uncorrectable error shared memory detected in accel: %u\n", in adf_log_source_iastatssm() 183 "Correctable error shared memory detected in accel: %u\n", in adf_log_source_iastatssm() 189 "Uncorrectable error MMP0 detected in accel: %u\n", in adf_log_source_iastatssm() 194 "Correctable error MMP0 detected in accel: %u\n", in adf_log_source_iastatssm() 200 "Uncorrectable error MMP1 detected in accel: %u\n", in adf_log_source_iastatssm() 205 "Correctable error MMP1 detected in accel: %u\n", in adf_log_source_iastatssm() 211 "Uncorrectable error MMP2 detected in accel: %u\n", in adf_log_source_iastatssm() 216 "Correctable error MMP2 detected in accel: %u\n", in adf_log_source_iastatssm() 222 "Uncorrectable error MMP3 detected in accel: %u\n", in adf_log_source_iastatssm() 227 "Correctable error MMP3 detected in accel: %u\n", in adf_log_source_iastatssm() [all …]
|
/freebsd/tools/build/make_check/ |
H A D | Makefile | 29 @echo "ok 1 - C_check # Test of -C flag existence detected no regression." 33 @echo "ok 2 - test_variables # Test variables detected no regression, output matches." 35 @echo "ok 3 - test_targets # Test targets detected no regression." 37 @echo "ok 4 - sysvmatch # Test sysvmatch detected no regression." 39 @echo "ok 5 lhs_expn # Test lhs_expn detected no regression." 41 @echo "ok 6 - notdef # Test notdef detected no regression." 43 @echo "ok 7 - modifiers # Test modifiers detected no regression." 45 @echo "ok 8 arith_expr # Test arith_expr detected no regression." 47 @echo "ok 9 PATH_exists # Test PATH_exists detected no regression." 49 @echo "ok 10 double_quotes # Test double_quotes detected no regression." [all …]
|
/freebsd/sys/dev/mii/ |
H A D | bmtphyreg.h | 56 #define AUX_STS_FCARDET 0x0020 /* false carrier detected */ 57 #define AUX_STS_BAD_ESD 0x0010 /* bad ESD detected */ 58 #define AUX_STS_RXERROR 0x0008 /* Rx error detected */ 59 #define AUX_STS_TXERROR 0x0004 /* Tx error detected */ 60 #define AUX_STS_LOCKERROR 0x0002 /* lock error detected */ 61 #define AUX_STS_MLT3ERROR 0x0001 /* MLT3 code error detected */ 89 #define AUX_SS_AACK_DET 0x2000 /* auto-neg. ack detected */ 106 #define AUX_SS_JABBER 0x0001 /* jabber detected */ 153 #define AUXMPHY_ACK_DET 0x0020 /* acknowledge detected */
|
H A D | ciphyreg.h | 74 #define CIPHY_BMSR_JABBER 0x0002 /* Jabber detected */ 176 #define CIPHY_100STS_LKCERR 0x4000 /* lock error detected/lock lost */ 179 #define CIPHY_100STS_RXERR 0x0800 /* receive error detected */ 180 #define CIPHY_100STS_TXERR 0x0400 /* transmit error detected */ 181 #define CIPHY_100STS_SSDERR 0x0200 /* false carrier error detected */ 187 #define CIPHY_1000STS2_LKCERR 0x4000 /* lock error detected/lock lost */ 190 #define CIPHY_1000STS2_RXERR 0x0800 /* receive error detected */ 191 #define CIPHY_1000STS2_TXERR 0x0400 /* transmit error detected */ 192 #define CIPHY_1000STS2_SSDERR 0x0200 /* false carrier error detected */ 194 #define CIPHY_1000STS2_CARREXT 0x0080 /* carrier extension err detected */ [all …]
|
/freebsd/share/man/man9/ |
H A D | redzone.9 | 42 When such corruption is detected two backtraces are printed on the console. 45 By default the system will not panic when buffer corruption is detected. 60 REDZONE: Buffer underflow detected. 2 bytes corrupted before 0xc8688580 (16 bytes allocated). 83 REDZONE: Buffer overflow detected. 4 bytes corrupted after 0xc8688590 (16 bytes allocated). 123 are simply skipped, so buffer corruptions will not be detected there.
|
/freebsd/lib/libc/gen/ |
H A D | fmtmsg.3 | 81 The condition was detected at the application level. 83 The condition was detected at the utility level. 85 The condition was detected at the operating system level. 119 The application has detected a fault. 121 The application has detected an unusual condition,
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Cuda.h | 55 /// Check whether we detected a valid Cuda install. 57 /// Print information about the detected CUDA installation. 60 /// Get the detected Cuda install's version. 65 /// Get the detected Cuda installation path. 67 /// Get the detected path to Cuda's bin directory. 69 /// Get the detected Cuda Include path. 71 /// Get the detected Cuda device library path.
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-events.8 | 80 Issued when a checksum error has been detected. 128 have been detected. 136 Issued when corrupt data have been detected on a vdev. 142 Issued when a missing device in the pool have been detected. 260 How many read errors that have been detected on the vdev. 262 How many write errors that have been detected on the vdev. 264 How many checksum errors that have been detected on the vdev. 346 Always at least 8 bytes, since corruption is detected on a 64-bit word basis.
|
/freebsd/usr.sbin/pciconf/ |
H A D | err.c | 52 { PCIM_STATUS_PERR, "Detected Parity Error" }, 63 { PCIEM_STA_CORRECTABLE_ERROR, "Correctable Error Detected" }, 64 { PCIEM_STA_NON_FATAL_ERROR, "Non-Fatal Error Detected" }, 65 { PCIEM_STA_FATAL_ERROR, "Fatal Error Detected" }, 66 { PCIEM_STA_UNSUPPORTED_REQ, "Unsupported Request Detected" },
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | ss8 | 54 Eventually, either an error is detected, in which case 73 when a syntax error is detected. 107 along with the message when a syntax error is detected. 110 contains the lookahead token number at the time the error was detected;
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | ax_count_cpus.m4 | 7 # AX_COUNT_CPUS([ACTION-IF-DETECTED],[ACTION-IF-NOT-DETECTED]) 13 # place detected value in CPU_COUNT variable. 15 # On successful detection, ACTION-IF-DETECTED is executed if present. If 16 # the detection fails, then ACTION-IF-NOT-DETECTED is triggered. The 17 # default ACTION-IF-NOT-DETECTED is to set CPU_COUNT to 1.
|
/freebsd/sys/dev/smc/ |
H A D | if_smcreg.h | 106 #define RPCR_LED_LINK_ANY 0x0 /* 10baseT or 100baseTX link detected */ 107 #define RPCR_LED_LINK_10 0x2 /* 10baseT link detected */ 108 #define RPCR_LED_LINK_FDX 0x3 /* Full-duplex link detected */ 109 #define RPCR_LED_LINK_100 0x5 /* 100baseTX link detected */ 110 #define RPCR_LED_ACT_ANY 0x4 /* TX or RX activity detected */ 111 #define RPCR_LED_ACT_RX 0x6 /* RX activity detected */ 112 #define RPCR_LED_ACT_TX 0x7 /* TX activity detected */
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | crash_handler.h | 26 // 2. The crash is internally detected within GWP-ASan itself (e.g. a 35 // case of some internally-detected errors, the crash may manifest as an abort 51 // 1. If the crash was caused by an internally-detected error (invalid free, 53 // internally-detected bad operation (i.e. the pointer given to free()). 54 // 2. For externally-detected crashes (use-after-free, buffer-overflow), this
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | snps,dw-pcie.yaml | 152 correctable error is detected by the automotive/safety 156 Indicates that the internal safety mechanism has detected an 164 DSP AXI MSI Interrupt detected. It gets de-asserted when there is 174 Error condition detected and a flag is set in the Root Error Status 185 Hot-plug event is detected. That is a bit has been set in the
|
/freebsd/share/man/man4/ |
H A D | smp.4 | 42 The number of CPUs detected by the system is available in 49 The number of physical CPU cores detected by the system is available in the 73 reflects the detected CPU hardware in a parsable XML format. 76 A CPU group contains CPUs that are detected to be "close" together, usually
|
/freebsd/contrib/libc-vis/ |
H A D | unvis.3 | 93 invalid escape sequence was detected. 145 A valid sequence was detected, but no character was produced. 148 An invalid escape sequence was detected, or the decoder is in an unknown state. 224 An invalid escape sequence was detected, or the decoder is in an unknown state.
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | display_status.c | 98 "duplicate per-message token detected", in supplementary_error() 99 "timed-out per-message token detected", in supplementary_error() 100 "reordered (early) per-message token detected", in supplementary_error() 101 "skipped predecessor token(s) detected" in supplementary_error()
|
/freebsd/share/man/man3/ |
H A D | stats.3 | 837 -EINVAL is returned if any problems are detected with the arguments. 869 EINVAL is returned if any problems are detected with the arguments. 878 return 0 on success, or EINVAL if any problems are detected with the arguments. 882 EINVAL is returned if any problems are detected with the arguments. 899 EINVAL is returned if any problems are detected with the arguments. 913 returns 0 on success, or EINVAL if any problems are detected with the arguments. 919 EINVAL is returned if any problems are detected with the arguments, otherwise 927 returns 0 on success, or EINVAL if any problems are detected with the arguments. 931 EINVAL is returned if any problems are detected with the arguments.
|
/freebsd/sys/net80211/ |
H A D | ieee80211_dfs.c | 139 * When radar is detected during a CAC we are woken in cac_timeout() 158 "no radar detected\n", in cac_timeout() 275 ic_printf(ic, "radar detected on channel %u (%u MHz)\n", in announce_radar() 278 ic_printf(ic, "radar detected on channel %u (%u MHz), " in announce_radar() 288 * detected while doing CAC we force a state/channel change. 341 * If radar is detected on the bss channel while in ieee80211_dfs_notify_radar() 417 * been detected). in ieee80211_dfs_pickchannel()
|
/freebsd/lib/libgssapi/ |
H A D | gss_inquire_context.3 | 140 Replay of protected messages will be detected. 142 Replayed messages will not be detected. 147 Out-of-sequence protected messages will be detected. 149 Out-of-sequence messages will not be detected.
|