/Linux-v5.10/drivers/gpu/drm/selftests/ |
D | test-drm_rect.c | 27 FAIL(visible, "Destination not be visible\n"); in igt_drm_rect_clip_scaled_div_by_zero() 28 FAIL(drm_rect_visible(&src), "Source should not be visible\n"); in igt_drm_rect_clip_scaled_div_by_zero() 34 FAIL(visible, "Destination not be visible\n"); in igt_drm_rect_clip_scaled_div_by_zero() 35 FAIL(drm_rect_visible(&src), "Source should not be visible\n"); in igt_drm_rect_clip_scaled_div_by_zero() 52 FAIL(src.x1 != 0 || src.x2 != 1 << 16 || in igt_drm_rect_clip_scaled_not_clipped() 55 FAIL(dst.x1 != 0 || dst.x2 != 1 || in igt_drm_rect_clip_scaled_not_clipped() 58 FAIL(!visible, "Destination should be visible\n"); in igt_drm_rect_clip_scaled_not_clipped() 59 FAIL(!drm_rect_visible(&src), "Source should be visible\n"); in igt_drm_rect_clip_scaled_not_clipped() 68 FAIL(src.x1 != 0 || src.x2 != 2 << 16 || in igt_drm_rect_clip_scaled_not_clipped() 71 FAIL(dst.x1 != 0 || dst.x2 != 1 || in igt_drm_rect_clip_scaled_not_clipped() [all …]
|
D | test-drm_plane_helper.c | 107 FAIL(ret < 0, "Simple clipping check should pass\n"); in igt_check_plane_state() 118 FAIL(ret < 0, "Rotated clipping check should pass\n"); in igt_check_plane_state() 131 FAIL(!ret, "Should not be able to position on the crtc with can_position=false\n"); in igt_check_plane_state() 137 FAIL(ret < 0, "Simple positioning should work\n"); in igt_check_plane_state() 149 FAIL(!ret, "Upscaling out of range should fail.\n"); in igt_check_plane_state() 154 FAIL(ret < 0, "Upscaling exactly 2x should work\n"); in igt_check_plane_state() 163 FAIL(!ret, "Downscaling out of range should fail.\n"); in igt_check_plane_state() 167 FAIL(ret < 0, "Should succeed with exact scaling limit\n"); in igt_check_plane_state() 179 FAIL(ret < 0, "Should succeed by clipping to exact multiple"); in igt_check_plane_state() 190 FAIL(ret < 0, "Should succeed by clipping to exact multiple"); in igt_check_plane_state() [all …]
|
D | test-drm_damage_helper.c | 98 FAIL(num_hits != 1, "Should return plane src as damage."); in igt_damage_iter_no_damage() 131 FAIL(num_hits != 1, "Should return rounded off plane src as damage."); in igt_damage_iter_no_damage_fractional_src() 163 FAIL(num_hits != 1, "Should return plane src as damage."); in igt_damage_iter_no_damage_src_moved() 196 FAIL(num_hits != 1, "Should return plane src as damage."); in igt_damage_iter_no_damage_fractional_src_moved() 226 FAIL(num_hits != 0, "Should have no damage."); in igt_damage_iter_no_damage_not_visible() 254 FAIL(num_hits != 0, "Should have no damage."); in igt_damage_iter_no_damage_no_crtc() 277 FAIL(num_hits != 0, "Should have no damage."); in igt_damage_iter_no_damage_no_fb() 312 FAIL(num_hits != 1, "Should return damage when set."); in igt_damage_iter_simple_damage() 347 FAIL(num_hits != 1, "Should return damage when set."); in igt_damage_iter_single_damage() 383 FAIL(num_hits != 1, "Should return damage clipped to src."); in igt_damage_iter_single_damage_intersect_src() [all …]
|
D | test-drm_modeset_common.h | 9 #define FAIL(test, msg, ...) \ macro 17 #define FAIL_ON(x) FAIL((x), "%s", "FAIL_ON(" __stringify(x) ")\n")
|
D | test-drm_dp_mst_helper.c | 36 FAIL(pbn != test_params[i].expected, in igt_dp_mst_calc_pbn_mode()
|
D | test-drm_framebuffer.c | 345 FAIL(createbuffer_tests[i].buffer_created != in igt_check_drm_framebuffer_create()
|
/Linux-v5.10/arch/powerpc/platforms/ps3/ |
D | interrupt.c | 22 #define FAIL udbg_printf macro 25 #define FAIL pr_debug macro 184 FAIL("%s:%d: irq_create_mapping failed: outlet %lu\n", in ps3_virq_setup() 196 FAIL("%s:%d: irq_set_chip_data failed\n", in ps3_virq_setup() 251 FAIL("%s:%d: ps3_virq_setup failed\n", __func__, __LINE__); in ps3_irq_plug_setup() 263 FAIL("%s:%d: lv1_connect_irq_plug_ext failed: %s\n", in ps3_irq_plug_setup() 300 FAIL("%s:%d: lv1_disconnect_irq_plug_ext failed: %s\n", in ps3_irq_plug_destroy() 328 FAIL("%s:%d: lv1_construct_event_receive_port failed: %s\n", in ps3_event_receive_port_setup() 361 FAIL("%s:%d: lv1_destruct_event_receive_port failed: %s\n", in ps3_event_receive_port_destroy() 405 FAIL("%s:%d: lv1_connect_interrupt_event_receive_port" in ps3_sb_event_receive_port_setup() [all …]
|
/Linux-v5.10/scripts/dtc/ |
D | checks.c | 119 #define FAIL(c, dti, node, ...) \ macro 194 FAIL(c, dti, node, "always_fail check"); in check_always_fail() 277 FAIL(c, dti, child2, "Duplicate node name"); in check_duplicate_node_names() 309 FAIL(c, dti, node, "Bad character '%c' in node name", in check_node_name_chars() 320 FAIL(c, dti, node, "Character '%c' not recommended in node name", in check_node_name_chars_strict() 329 FAIL(c, dti, node, "multiple '@' characters in node name"); in check_node_name_format() 352 FAIL(c, dti, node, "node has a reg or ranges property, but no unit name"); in check_unit_address_vs_reg() 355 FAIL(c, dti, node, "node has a unit name, but no reg or ranges property"); in check_unit_address_vs_reg() 435 FAIL(c, dti, node, "Duplicate label '%s' on " DESCLABEL_FMT in check_duplicate_label() 487 FAIL(c, dti, node, "%s is a reference to another node", in check_phandle_prop() [all …]
|
/Linux-v5.10/drivers/staging/fwserial/ |
D | dma_fifo.c | 21 #define FAIL(fifo, condition, format...) ({ \ macro 158 if (FAIL(fifo, addr_check(fifo->done, fifo->in, fifo->in + n) || in dma_fifo_in() 225 if (FAIL(fifo, fifo->open > fifo->open_limit, in dma_fifo_out_pend() 229 if (FAIL(fifo, fifo->out & (fifo->align - 1), in dma_fifo_out_pend() 253 if (FAIL(fifo, list_empty(&fifo->pending) != (fifo->open == 0), in dma_fifo_out_complete() 271 if (FAIL(fifo, pending->out != fifo->done || in dma_fifo_out_complete() 287 if (FAIL(fifo, fifo->open < 0, "open dma:%d < 0", fifo->open)) in dma_fifo_out_complete() 289 if (FAIL(fifo, fifo->avail > fifo->size, "fifo avail:%d > size:%d", in dma_fifo_out_complete()
|
/Linux-v5.10/tools/testing/selftests/futex/include/ |
D | logging.h | 53 const char *FAIL = FAIL_NORMAL; variable 76 FAIL = FAIL_COLOR; in log_color() 80 FAIL = FAIL_NORMAL; in log_color() 145 fprintf(stderr, "\t%s: "message, FAIL, ##args); \
|
/Linux-v5.10/tools/testing/selftests/futex/ |
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-v5.10/drivers/net/wireless/ath/ath11k/ |
D | debugfs_sta.c | 37 STATS_OP_FMT(FAIL).he[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 38 STATS_OP_FMT(FAIL).he[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 44 STATS_OP_FMT(FAIL).vht[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 45 STATS_OP_FMT(FAIL).vht[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 51 STATS_OP_FMT(FAIL).ht[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 52 STATS_OP_FMT(FAIL).ht[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 60 STATS_OP_FMT(FAIL).legacy[0][mcs] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 61 STATS_OP_FMT(FAIL).legacy[1][mcs] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats() 109 STATS_OP_FMT(FAIL).bw[0][bw] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() 110 STATS_OP_FMT(FAIL).nss[0][nss] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats() [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/display/modules/hdcp/ |
D | hdcp1_transition.c | 58 input->ainfo_write == FAIL) { in mod_hdcp_hdcp1_transition() 184 input->ainfo_write == 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()
|
D | hdcp1_execution.c | 449 } else if (*status != MOD_HDCP_STATUS_SUCCESS && *flag != FAIL) { in mod_hdcp_execute_and_set() 451 *flag = FAIL; in mod_hdcp_execute_and_set()
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | sockmap_listen.c | 38 #define FAIL(fmt...) _FAIL(0, fmt) macro 44 FAIL("%s: %s", (msg), __buf); \ 263 FAIL("unsupported address family %d", family); in init_addr_loopback() 464 FAIL("map_lookup: have %#llx, want %#llx", in test_lookup_after_insert() 984 FAIL("%s: incomplete write", log_prefix); in redir_to_connected() 993 FAIL("%s: want pass count 1, have %d", log_prefix, pass); in redir_to_connected() 999 FAIL("%s: incomplete read", log_prefix); in redir_to_connected() 1105 FAIL("%s: incomplete write", log_prefix); in redir_to_listening() 1114 FAIL("%s: want drop count 1, have %d", log_prefix, drop); in redir_to_listening() 1228 FAIL("want pass count 1, have %d", pass); in test_reuseport_select_listening() [all …]
|
/Linux-v5.10/tools/testing/selftests/ftrace/ |
D | ftracetest | 245 FAIL=1 # The test failed, but was expected to succeed. 287 $FAIL) 329 SIG_FAIL=$((SIG_BASE + FAIL))
|
D | README | 55 * FAIL: The test failed, but was expected to succeed. The test which exits
|
/Linux-v5.10/tools/time/ |
D | udelay_test.sh | 53 count=`grep -c FAIL $tmp_file`
|
/Linux-v5.10/drivers/fpga/ |
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-v5.10/tools/testing/selftests/bpf/ |
D | test_kmod.sh | 45 dmesg | grep FAIL
|
/Linux-v5.10/drivers/video/fbdev/ |
D | vga16fb.c | 281 #define FAIL(X) return -EINVAL macro 380 FAIL("xtotal too big"); in vga16fb_check_var() 382 FAIL("hslen too big"); in vga16fb_check_var() 384 FAIL("hblank too big"); in vga16fb_check_var() 437 FAIL("ytotal too big"); in vga16fb_check_var() 439 FAIL("vslen too big"); in vga16fb_check_var() 478 FAIL("vxres too long"); in vga16fb_check_var() 516 #undef FAIL
|
/Linux-v5.10/Documentation/RCU/ |
D | rcuref.rst | 63 return FAIL; 86 It is not always convenient to deal with "FAIL" in the
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | basic_types.h | 12 #define FAIL (-1) macro
|
/Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 3384 STATS_OP_FMT(FAIL).vht[0][mcs] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats() 3385 STATS_OP_FMT(FAIL).vht[1][mcs] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats() 3391 STATS_OP_FMT(FAIL).ht[0][ht_idx] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats() 3392 STATS_OP_FMT(FAIL).ht[1][ht_idx] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats() 3400 STATS_OP_FMT(FAIL).legacy[0][mcs] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats() 3401 STATS_OP_FMT(FAIL).legacy[1][mcs] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats() 3449 STATS_OP_FMT(FAIL).bw[0][bw] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats() 3450 STATS_OP_FMT(FAIL).nss[0][nss - 1] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats() 3451 STATS_OP_FMT(FAIL).gi[0][gi] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats() 3453 STATS_OP_FMT(FAIL).bw[1][bw] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats() [all …]
|
/Linux-v5.10/Documentation/misc-devices/ |
D | lis3lv02d.rst | 54 Seltest returns either "OK x y z" or "FAIL x y z" where x, y and z are
|