| /linux/arch/powerpc/platforms/ps3/ |
| H A D | interrupt.c | 23 #define FAIL udbg_printf macro 26 #define FAIL pr_debug macro 185 FAIL("%s:%d: irq_create_mapping failed: outlet %lu\n", in ps3_virq_setup() 197 FAIL("%s:%d: irq_set_chip_data failed\n", in ps3_virq_setup() 252 FAIL("%s:%d: ps3_virq_setup failed\n", __func__, __LINE__); in ps3_irq_plug_setup() 264 FAIL("%s:%d: lv1_connect_irq_plug_ext failed: %s\n", in ps3_irq_plug_setup() 301 FAIL("%s:%d: lv1_disconnect_irq_plug_ext failed: %s\n", in ps3_irq_plug_destroy() 329 FAIL("%s:%d: lv1_construct_event_receive_port failed: %s\n", in ps3_event_receive_port_setup() 362 FAIL("%s:%d: lv1_destruct_event_receive_port failed: %s\n", in ps3_event_receive_port_destroy() 406 FAIL("%s:%d: lv1_connect_interrupt_event_receive_port" in ps3_sb_event_receive_port_setup() [all …]
|
| /linux/tools/testing/selftests/drivers/platform/x86/intel/ifs/ |
| H A D | test_ifs.sh | 26 readonly FAIL="FAIL" 98 failed_info=$(grep ^"\[${FAIL}\]" "$IFS_LOG") 99 fail_num=$(grep -c ^"\[${FAIL}\]" "$IFS_LOG") 149 append_log "[$FAIL] $cmd failed. Return code is $ret" 162 EXIT_MAP[$KSFT_FAIL]=$FAIL 268 append_log "[$FAIL] Load ifs image $image_id failed with ret:$ret\n" 275 append_log "[$FAIL] current_batch:$image_info is not expected:$image_id" 279 append_log "[$FAIL] No IFS image file ${IMG_PATH}/${IMAGE_NAME}"\ 314 append_log "[$FAIL] Load invalid ifs image ret:$ret unexpectedly" 348 result="$FAIL"
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 161 FAIL, enumerator 195 result(llen, ret ? FAIL : OK); in expect_zr() 209 result(llen, ret ? FAIL : OK); in expect_nz() 223 result(llen, ret ? FAIL : OK); in expect_eq() 237 result(llen, ret ? FAIL : OK); in expect_ne() 251 result(llen, ret ? FAIL : OK); in expect_ge() 265 result(llen, ret ? FAIL : OK); in expect_gt() 279 result(llen, ret ? FAIL : OK); in expect_le() 293 result(llen, ret ? FAIL : OK); in expect_lt() 312 result(llen, FAIL); in expect_syszr() [all …]
|
| /linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
| H A D | hdcp1_transition.c | 58 input->ainfo_write == FAIL) { in mod_hdcp_hdcp1_transition() 96 if (input->link_maintenance == FAIL) { in mod_hdcp_hdcp1_transition() 184 input->ainfo_write == FAIL) { in mod_hdcp_hdcp1_dp_transition() 246 if (input->link_integrity_check == FAIL || in mod_hdcp_hdcp1_dp_transition() 247 input->reauth_request_check == FAIL) { in mod_hdcp_hdcp1_dp_transition() 254 if (input->link_integrity_check == FAIL || in mod_hdcp_hdcp1_dp_transition() 255 input->reauth_request_check == FAIL) { in mod_hdcp_hdcp1_dp_transition()
|
| /linux/tools/testing/selftests/kselftest_harness/ |
| H A D | harness-selftest.expected | 14 # FAIL global.standalone_fail 25 # FAIL global.signal_fail 42 # FAIL fixture.fail 48 # FAIL fixture.timeout 61 # FAIL fixture_setup_failure.pass
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_xdp_redirect_multi.sh | |
| H A D | test_kmod.sh | 51 dmesg | grep FAIL
|
| /linux/tools/testing/selftests/futex/ |
| H A D | README | 37 results are printed to stdout, while intermediate ERROR or FAIL messages are 38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and 45 FAIL: Reason for test failure 48 # there may be multiple ERROR or FAIL messages 49 Result: (PASS|FAIL|ERROR)
|
| /linux/tools/testing/selftests/x86/bugs/ |
| H A D | its_permutations.py | 50 FAIL = '\033[91m' 57 r"^not ok \d+": FAIL, 62 r"fail:([1-9]\d*)": FAIL,
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | debugfs_sta.c | 39 STATS_OP_FMT(FAIL).he[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 40 STATS_OP_FMT(FAIL).he[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 46 STATS_OP_FMT(FAIL).vht[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 47 STATS_OP_FMT(FAIL).vht[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 53 STATS_OP_FMT(FAIL).ht[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 54 STATS_OP_FMT(FAIL).ht[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 62 STATS_OP_FMT(FAIL).legacy[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 63 STATS_OP_FMT(FAIL).legacy[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 111 STATS_OP_FMT(FAIL).bw[0][bw] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 112 STATS_OP_FMT(FAIL).nss[0][nss] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | socket_helpers.h | 43 #define FAIL(fmt...) _FAIL(0, fmt) macro 49 FAIL("%s: %s", (msg), __buf); \ 215 FAIL("unsupported address family %d", family); in init_addr_loopback() 392 FAIL("Unsupported socket type %#x", sotype); in create_pair()
|
| H A D | sockmap_listen.c | 183 FAIL("map_lookup: have %#llx, want %#llx", in test_lookup_after_insert() 701 FAIL("%s: incomplete write", log_prefix); in redir_to_connected() 710 FAIL("%s: want pass count 1, have %d", log_prefix, pass); in redir_to_connected() 715 FAIL("%s: incomplete recv", log_prefix); in redir_to_connected() 825 FAIL("%s: incomplete write", log_prefix); in redir_to_listening() 834 FAIL("%s: want drop count 1, have %d", log_prefix, drop); in redir_to_listening() 930 FAIL("incomplete write"); in redir_partial() 934 FAIL("expect %zu, received %d", sizeof(buf) - 1, n); in redir_partial() 1034 FAIL("want pass count 1, have %d", pass); in test_reuseport_select_listening() 1135 FAIL("want drop count 1, have %d", drop); in test_reuseport_select_connected() [all …]
|
| /linux/drivers/scsi/pm8001/ |
| H A D | pm8001_init.c | 441 pm8001_dbg(pm8001_ha, FAIL, "Mem%d alloc failed\n", i); in pm8001_alloc() 561 pm8001_dbg(pm8001_ha, FAIL, in pm8001_pci_alloc() 703 pm8001_dbg(pm8001_ha, FAIL, "controller is in fatal error state\n"); in pm8001_init_sas_add() 730 pm8001_dbg(pm8001_ha, FAIL, "mem alloc fail\n"); in pm8001_init_sas_add() 736 pm8001_dbg(pm8001_ha, FAIL, "nvmd failed\n"); in pm8001_init_sas_add() 743 pm8001_dbg(pm8001_ha, FAIL, "get_nvmd_req timeout\n"); in pm8001_init_sas_add() 1055 pm8001_dbg(pm8001_ha, FAIL, in pm8001_request_irq() 1174 pm8001_dbg(pm8001_ha, FAIL, in pm8001_pci_probe() 1219 pm8001_dbg(pm8001_ha, FAIL, in pm8001_pci_probe() 1269 pm8001_dbg(pm8001_ha, FAIL, in pm8001_init_ccb_tag() [all …]
|
| /linux/tools/testing/selftests/ftrace/ |
| H A D | ftracetest | 287 FAIL=1 # The test failed, but was expected to succeed. 351 $FAIL) 399 SIG_FAIL=$((SIG_BASE + FAIL))
|
| H A D | README | 55 * FAIL: The test failed, but was expected to succeed. The test which exits
|
| /linux/drivers/fpga/ |
| H A D | machxo2-spi.c | 50 #define FAIL 13 macro 114 test_bit(BUSY, status), test_bit(FAIL, status), in dump_status_reg() 228 if (test_bit(FAIL, &status)) { in machxo2_write_init()
|
| /linux/tools/time/ |
| H A D | udelay_test.sh | 53 count=`grep -c FAIL $tmp_file`
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nf_conntrack_packetdrill.sh | 60 echo FAIL
|
| H A D | nft_nat_zones.sh | 192 [ "$ret" -ne 0 ] && "FAIL: Ping failure from $cl" 1>&2 197 echo "FAIL: counter icmp mismatch for veth$i" 1>&2 205 echo "FAIL: counter icmp mismatch for veth0: { 10.3.0.99 . \"veth0\" . 10.3.0.1 counter packets $((3 * maxclients)) bytes $((252 * maxclients)) }" 237 echo "FAIL: Failure to connect for $cl" 1>&2 252 echo "FAIL: can't find expected tcp entry for veth$i" 1>&2 262 echo "FAIL: cannot find return entry on veth0" 1>&2
|
| /linux/drivers/video/fbdev/ |
| H A D | vga16fb.c | 297 #define FAIL(X) return -EINVAL macro 396 FAIL("xtotal too big"); in vga16fb_check_var() 398 FAIL("hslen too big"); in vga16fb_check_var() 400 FAIL("hblank too big"); in vga16fb_check_var() 453 FAIL("ytotal too big"); in vga16fb_check_var() 455 FAIL("vslen too big"); in vga16fb_check_var() 494 FAIL("vxres too long"); in vga16fb_check_var() 532 #undef FAIL
|
| /linux/tools/testing/selftests/x86/ |
| H A D | syscall_numbering.c | 95 msg(FAIL, fmt, ## __VA_ARGS__); \ 102 msg(FAIL, fmt, ## __VA_ARGS__); \
|
| /linux/Documentation/RCU/ |
| H A D | rcuref.rst | 63 return FAIL; 86 It is not always convenient to deal with "FAIL" in the
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | basic_types.h | 12 #define FAIL (-1) macro
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 3693 STATS_OP_FMT(FAIL).vht[0][mcs] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats() 3694 STATS_OP_FMT(FAIL).vht[1][mcs] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats() 3700 STATS_OP_FMT(FAIL).ht[0][ht_idx] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats() 3701 STATS_OP_FMT(FAIL).ht[1][ht_idx] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats() 3709 STATS_OP_FMT(FAIL).legacy[0][mcs] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats() 3710 STATS_OP_FMT(FAIL).legacy[1][mcs] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats() 3758 STATS_OP_FMT(FAIL).bw[0][bw] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats() 3759 STATS_OP_FMT(FAIL).nss[0][nss - 1] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats() 3760 STATS_OP_FMT(FAIL).gi[0][gi] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats() 3762 STATS_OP_FMT(FAIL).bw[1][bw] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats() [all …]
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6ull-dhcor-maveo-box.dts | 124 "ZIGBEE-RESET", "", "PSOC-PWR-FAIL-OUT", "NFC-ENABLE",
|