/linux-4.4.14/lib/ |
H A D | percpu_test.c | 4 #define CHECK(native, pcp, expected) \ macro 35 CHECK(l, long_counter, -1); percpu_test_init() 39 CHECK(l, long_counter, 0); percpu_test_init() 46 CHECK(ul, ulong_counter, 1); percpu_test_init() 50 CHECK(ul, ulong_counter, 0); percpu_test_init() 54 CHECK(ul, ulong_counter, -1); percpu_test_init() 61 CHECK(ul, ulong_counter, -1); percpu_test_init() 62 CHECK(ul, ulong_counter, ULONG_MAX); percpu_test_init() 66 CHECK(l, long_counter, 0xffffffff); percpu_test_init() 70 CHECK(l, long_counter, (long)0x100000000LL); percpu_test_init() 78 CHECK(l, long_counter, -1); percpu_test_init() 85 CHECK(l, long_counter, 1); percpu_test_init() 89 CHECK(l, long_counter, (long)0x100000000LL); percpu_test_init() 96 CHECK(l, long_counter, -1); percpu_test_init() 97 CHECK(l, long_counter, ULONG_MAX); percpu_test_init() 104 CHECK(ul, ulong_counter, 1); percpu_test_init() 111 CHECK(ul, ulong_counter, -1); percpu_test_init() 112 CHECK(ul, ulong_counter, ULONG_MAX); percpu_test_init() 118 CHECK(ul, ulong_counter, 2); percpu_test_init() 121 CHECK(ul, ulong_counter, 1); percpu_test_init()
|
/linux-4.4.14/include/linux/amba/ |
H A D | clcd.h | 287 #define CHECK(e,l,h) (var->e < l || var->e > h) clcdfb_check() macro 288 if (CHECK(right_margin, (5+1), 256) || /* back porch */ clcdfb_check() 289 CHECK(left_margin, (5+1), 256) || /* front porch */ clcdfb_check() 290 CHECK(hsync_len, (5+1), 256) || clcdfb_check() 297 #undef CHECK clcdfb_check() macro 310 #define CHECK(e) (var->e != fb->fb.var.e) clcdfb_check() macro 312 (CHECK(xres) || clcdfb_check() 313 CHECK(yres) || clcdfb_check() 314 CHECK(bits_per_pixel) || clcdfb_check() 315 CHECK(pixclock) || clcdfb_check() 316 CHECK(left_margin) || clcdfb_check() 317 CHECK(right_margin) || clcdfb_check() 318 CHECK(upper_margin) || clcdfb_check() 319 CHECK(lower_margin) || clcdfb_check() 320 CHECK(hsync_len) || clcdfb_check() 321 CHECK(vsync_len) || clcdfb_check() 322 CHECK(sync))) clcdfb_check() 324 #undef CHECK clcdfb_check() macro
|
/linux-4.4.14/drivers/scsi/libsas/ |
H A D | sas_task.c | 28 "stat(%x) is not CHECK CONDITION\n", sas_ssp_task_response()
|
/linux-4.4.14/lib/zlib_inflate/ |
H A D | inflate.h | 40 CHECK, /* i: waiting for 32-bit check value */ enumerator in enum:__anon14879 60 TYPE -> STORED or TABLE or LEN or CHECK 68 CHECK -> LENGTH -> DONE
|
H A D | inflate.c | 397 state->mode = CHECK; zlib_inflate() 678 case CHECK: zlib_inflate() 717 if (state->wsize || (state->mode < CHECK && out != strm->avail_out)) zlib_inflate()
|
/linux-4.4.14/arch/mn10300/lib/ |
H A D | memset.S | 92 # TODO: REMOVE CHECK
|
H A D | memcpy.S | 105 # TODO: REMOVE CHECK
|
H A D | memmove.S | 128 # TODO: REMOVE CHECK
|
/linux-4.4.14/include/linux/mfd/wm831x/ |
H A D | otp.h | 155 * R30759 (0x7827) - DBE CHECK DATA
|
/linux-4.4.14/drivers/media/tuners/ |
H A D | fc0013.c | 74 0x0a, /* reg. 0x07: CHECK */ fc0013_init() 79 0x82, /* reg. 0x0b: CHECK */ fc0013_init() 585 .frequency_max = 1680000000, /* CHECK */
|
/linux-4.4.14/arch/m68k/fpsp040/ |
H A D | x_operr.S | 123 | CHECK FOR INCORRECTLY GENERATED OPERR EXCEPTION HERE 170 | CHECK FOR INCORRECTLY GENERATED OPERR EXCEPTION HERE 197 | CHECK FOR INCORRECTLY GENERATED OPERR EXCEPTION HERE
|
H A D | slogn.S | 334 cmpil #0,%d0 | ...CHECK IF X IS NEGATIVE 336 cmp2l BOUNDS1,%d0 | ...X IS POSITIVE, CHECK IF X IS NEAR 1
|
H A D | ssin.S | 180 |--SAVE FPCR, FP1. CHECK IF |X| IS TOO SMALL OR LARGE
|
/linux-4.4.14/scripts/dtc/ |
H A D | checks.c | 79 #define CHECK(nm, tfn, nfn, pfn, d, ...) \ macro 87 CHECK(nm, check_##nm, NULL, NULL, d, __VA_ARGS__) 93 CHECK(nm, NULL, check_##nm, NULL, d, __VA_ARGS__) 99 CHECK(nm, NULL, NULL, check_##nm, d, __VA_ARGS__)
|
/linux-4.4.14/include/trace/events/ |
H A D | target.h | 120 { SAM_STAT_CHECK_CONDITION, "CHECK CONDITION" }, \
|
/linux-4.4.14/drivers/xen/ |
H A D | xen-acpi-memhotplug.c | 241 "\nReceived BUS CHECK notification for device\n")); acpi_memory_device_notify() 246 "\nReceived DEVICE CHECK notification for device\n")); acpi_memory_device_notify()
|
/linux-4.4.14/drivers/hwmon/ |
H A D | smsc47m1.c | 621 #define CHECK 1 macro 672 case CHECK: smsc47m1_handle_resources() 868 err = smsc47m1_handle_resources(address, sio_data->type, CHECK, NULL); smsc47m1_device_add()
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | cb710-mmc.c | 122 "CHECK : ignoring bit 6 in status %04X\n", status); cb710_check_event() 130 "CHECK : returning EIO on status %04X\n", status); cb710_check_event()
|
/linux-4.4.14/fs/cifs/ |
H A D | smb2misc.c | 84 /* BB CHECK this ... not listed in documentation */ 224 /* SMB2_CANCEL */ false, /* BB CHECK this not listed in documentation */
|
/linux-4.4.14/drivers/scsi/ |
H A D | ps3rom.c | 287 * ATAPI command itself resulted CHECK CONDITION ps3rom_interrupt()
|
H A D | qlogicfas408.c | 421 * If result is CHECK CONDITION done calls qcommand to request ql_ihandl()
|
H A D | NCR5380.c | 196 * for commands that return with a CHECK CONDITION status. 390 {MR_ENABLE_PAR_CHECK, "MODE PARITY CHECK"}, 830 /* The CHECK code seems to break the 53C400. Will check it later maybe */ NCR5380_init()
|
H A D | FlashPoint.c | 4584 WRW_HARPOON(map_addr, (CPN_OP + AMSG_IN + ST)); /*IF NOT MSG IN CHECK 4 DATA IN */ FPT_autoLoadDefaultMap() 4588 WRW_HARPOON(map_addr, (BRH_OP + NOT_EQ + DC)); /*GO CHECK FOR DISCONNECT MSG */ FPT_autoLoadDefaultMap() 4592 WRW_HARPOON(map_addr, (CPN_OP + AMSG_IN + ST)); /*IF NOT MSG IN CHECK DATA IN */ FPT_autoLoadDefaultMap() 4608 WRW_HARPOON(map_addr, (CRD_OP + SDATA + 0x00)); /*CHECK FOR CMD COMPLETE MSG. */ FPT_autoLoadDefaultMap()
|
H A D | atari_NCR5380.c | 180 * for commands that return with a CHECK CONDITION status. 497 {MR_ENABLE_PAR_CHECK, "MODE PARITY CHECK"}, {MR_ENABLE_PAR_INTR,
|
H A D | ncr53c8xx.c | 3357 ** CHECK CONDITION or COMMAND TERMINATED, 6616 ** Device returned CHECK CONDITION status. ncr_sir_to_redo() 8473 printk(KERN_ERR "%s: FATAL ERROR: CHECK SCSI BUS - CABLES, TERMINATION, DEVICE POWER etc.!\n", ncr_name(np)); ncr_attach()
|
H A D | aha152x.c | 324 check_condition = 0x0800, /* requesting sense after CHECK CONDITION */
|
H A D | st.c | 2065 "first BLANK CHECK " read_tape()
|
/linux-4.4.14/scripts/kconfig/ |
H A D | Makefile | 234 @set -e; $(kecho) " CHECK qt"; \
|
/linux-4.4.14/include/scsi/ |
H A D | scsi_cmnd.h | 116 * CHECK CONDITION is received on original
|
/linux-4.4.14/drivers/target/ |
H A D | target_core_spc.c | 819 * reported in the same I_T_L_Q nexus transaction as a CHECK CONDITION spc_modesense_control() 825 * reported in the same I_T_L_Q nexus transaction as a CHECK CONDITION spc_modesense_control() 831 * reported in the same I_T_L_Q nexus transaction as a CHECK CONDITION spc_modesense_control()
|
H A D | target_core_transport.c | 2813 .ascq = 0x01, /* LOGICAL BLOCK GUARD CHECK FAILED */ 2819 .ascq = 0x02, /* LOGICAL BLOCK APPLICATION TAG CHECK FAILED */ 2825 .ascq = 0x03, /* LOGICAL BLOCK REFERENCE TAG CHECK FAILED */
|
H A D | target_core_sbc.c | 57 * terminate the command with CHECK CONDITION status with sbc_emulate_readcapacity()
|
H A D | target_core_pr.c | 1761 * CHECK CONDITION status." core_scsi3_decode_spec_i_port() 3319 * be terminated with CHECK CONDITION status, with the sense key set to core_scsi3_emulate_pro_register_and_move() 3663 * the command shall be terminated with CHECK CONDITION status, with target_scsi3_emulate_pr_out()
|
H A D | target_core_alua.c | 343 * then the command shall be terminated with CHECK target_emulate_set_target_port_groups()
|
/linux-4.4.14/drivers/ata/ |
H A D | ata_piix.c | 1129 .mwdma_mask = ATA_MWDMA12_ONLY, /* mwdma1-2 ?? CHECK 0 should be ok but slow */ 1137 .mwdma_mask = ATA_MWDMA12_ONLY, /* mwdma1-2 ?? CHECK 0 should be ok but slow */ 1245 .mwdma_mask = ATA_MWDMA12_ONLY, /* mwdma1-2 ?? CHECK 0 should be ok but slow */
|
H A D | pata_ali.c | 20 * TODO/CHECK
|
H A D | libata-eh.c | 1644 * Perform ATAPI REQUEST_SENSE after the device reported CHECK 2138 * values and fills sense data for ATAPI CHECK SENSE. 2318 { ATA_CMD_CHK_POWER, "CHECK POWER MODE" }, ata_get_cmd_descript() 2393 { ATA_CMD_CHK_MED_CRD_TYP, "CHECK MEDIA CARD TYPE" }, ata_get_cmd_descript()
|
H A D | libata-scsi.c | 1332 * CHECK POWER MODE to see what power mode the device is already in.
|
/linux-4.4.14/drivers/net/arcnet/ |
H A D | com20020.c | 105 /* CHECK: should we do this for SOHARD cards ? */ com20020_check()
|
/linux-4.4.14/ |
H A D | Makefile | 358 CHECK = sparse macro 411 export HOSTCXX HOSTCXXFLAGS LDFLAGS_MODULE CHECK CHECKFLAGS 1316 @echo ' make C=1 [targets] Check all c source with $$CHECK (sparse by default)' 1317 @echo ' make C=2 [targets] Force check of all c source with $$CHECK'
|
/linux-4.4.14/arch/m32r/kernel/ |
H A D | smp.c | 814 ";; CHECK IPICRi == 0 \n\t" send_IPI_mask_phys()
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | bf537-lq035.c | 242 static void start_timers(void) /* CHECK with HW */ start_timers()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | fwil_types.h | 239 * Applications MUST CHECK ie_offset field and length field to access IEs and
|
/linux-4.4.14/drivers/char/agp/ |
H A D | amd64-agp.c | 450 /* CHECK-ME original 2.4 version set up some IORRs. Check if that is needed. */ nforce3_agp_init()
|
/linux-4.4.14/sound/oss/dmasound/ |
H A D | dmasound_core.c | 704 sq->busy = 0; /* CHECK: IS THIS OK??? */ 783 /* CHECK whether this is sensible - in the case that dsp0 could be opened sq_open()
|
/linux-4.4.14/drivers/tty/serial/cpm_uart/ |
H A D | cpm_uart_core.c | 360 /* CHECK: Is really nothing senseful there */ cpm_uart_int_rx()
|
/linux-4.4.14/drivers/md/ |
H A D | md.h | 340 * CHECK: user-space request for check-only, no repair
|
/linux-4.4.14/drivers/media/common/saa7146/ |
H A D | saa7146_video.c | 580 if ((vv->video_status & STATUS_OVERLAY) != 0) { /* CHECK: && (vv->video_fh == fh)) */ saa7146_s_ctrl()
|
/linux-4.4.14/drivers/input/tablet/ |
H A D | gtco.c | 5 TO CHECK: Is pressure done right on report 5?
|
/linux-4.4.14/drivers/char/tpm/ |
H A D | tpm-interface.c | 379 msleep(TPM_TIMEOUT); /* CHECK */ tpm_transmit()
|
/linux-4.4.14/arch/arm/vfp/ |
H A D | vfpdouble.c | 1194 * CHECK: It appears to be undefined whether we stop when vfp_double_cpdo()
|
H A D | vfpsingle.c | 1234 * CHECK: It appears to be undefined whether we stop when vfp_single_cpdo()
|
/linux-4.4.14/arch/arm64/kernel/ |
H A D | cpufeature.c | 456 pr_warn("SANITY CHECK: Unexpected variation in %s. Boot CPU: %#016llx, CPU%d: %#016llx\n", check_update_ftr_reg()
|
/linux-4.4.14/sound/ppc/ |
H A D | pmac.c | 405 * CHECK: this just tries to "do it". It is possible that we should abandon
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
H A D | odm.c | 726 /* 3 FASLE ALARM CHECK */
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
H A D | odm.c | 718 /* 3 FASLE ALARM CHECK */
|
/linux-4.4.14/drivers/s390/cio/ |
H A D | qdio_main.c | 1017 DBF_ERROR("%4x ACT CHECK", irq_ptr->schid.sch_no); qdio_handle_activate_check()
|
/linux-4.4.14/drivers/ide/ |
H A D | ide-cd.c | 842 * CHECK CONDITION status, this structure will be filled with the results of the
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
H A D | saa7164-api.c | 906 /* TODO: CHECK THIS in the port config */ saa7164_api_configure_port_mpeg2ps()
|
/linux-4.4.14/fs/ext2/ |
H A D | super.c | 524 clear_opt (sbi->s_mount_opt, CHECK); parse_options()
|
/linux-4.4.14/scripts/ |
H A D | checkpatch.pl | 1645 warn "CHECK<$possible> ($line)\n" if ($dbg_possible > 2); 1829 if ($check && report("CHECK", $type, $msg)) { 3522 #print "CHECK<$lines[$ln - 1]\n";
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 1385 printf_err("%s: FATAL ERROR: CHECK SCSI BUS - CABLES, " sym_attach()
|
H A D | sym_hipd.c | 3036 * For CHECK CONDITION and COMMAND TERMINATED status, we use
|
/linux-4.4.14/arch/powerpc/kvm/ |
H A D | booke.c | 1024 printk("MACHINE CHECK: %lx\n", mfspr(SPRN_MCSR)); kvmppc_handle_exit()
|
/linux-4.4.14/drivers/message/fusion/ |
H A D | mptctl.c | 2164 /* What to do with these??? CHECK ME!!! mptctl_do_mpt_command()
|
H A D | mptscsih.c | 977 * Command Terminated, CHECK mptscsih_io_done()
|
H A D | mptbase.c | 5329 * CHECK - what type of locking mechanisms should be used????
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | dib0090.c | 2139 if (state->rest == 0 || state->identity.in_soc) { /* Just for 8090P SOCS where auto captrim HW bug : TO CHECK IN ACI for SOCS !!! if 400 for 8090p SOC => tune issue !!! */ dib0090_captrim_search()
|
/linux-4.4.14/drivers/atm/ |
H A D | lanai.c | 1913 /* -------------------- CHECK BOARD ID/REV: */
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 5026 #--SAVE FPCR, FP1. CHECK IF |X| IS TOO SMALL OR LARGE 8228 cmp.l %d1,&0 # CHECK IF X IS NEGATIVE 8230 # X IS POSITIVE, CHECK IF X IS NEAR 1
|
H A D | fpsp.S | 5132 #--SAVE FPCR, FP1. CHECK IF |X| IS TOO SMALL OR LARGE 8334 cmp.l %d1,&0 # CHECK IF X IS NEGATIVE 8336 # X IS POSITIVE, CHECK IF X IS NEAR 1
|
/linux-4.4.14/drivers/tty/ |
H A D | synclink.c | 7296 /* CHECK FOR TRANSMIT ERRORS */ mgsl_dma_test() 7320 /* CHECK FOR RECEIVE ERRORS */ mgsl_dma_test()
|
/linux-4.4.14/drivers/dma/ppc4xx/ |
H A D | adma.c | 689 * ppc440spe_desc_set_dcheck - set CHECK pattern
|
/linux-4.4.14/drivers/block/ |
H A D | cciss.c | 3116 dev_warn(&h->pdev->dev, "cmd %p has CHECK CONDITION" evaluate_target_status()
|
H A D | DAC960.c | 4350 "BLANK CHECK", "VENDOR-SPECIFIC", DAC960_V2_ReadWriteError()
|