/linux-4.1.27/arch/sparc/boot/ |
H A D | install.sh | 20 verify () { function 31 verify "$2" 32 verify "$3"
|
/linux-4.1.27/arch/nios2/boot/ |
H A D | install.sh | 20 verify () { function 31 verify "$2" 32 verify "$3"
|
/linux-4.1.27/arch/m68k/ |
H A D | install.sh | 20 verify () { function 31 verify "$2" 32 verify "$3"
|
/linux-4.1.27/arch/x86/boot/ |
H A D | install.sh | 20 verify () { function 31 verify "$2" 32 verify "$3"
|
H A D | video-bios.c | 93 /* Try to verify that it's a text mode. */ bios_probe() 99 /* Graphics Controller: verify Alpha addressing enabled */ bios_probe()
|
/linux-4.1.27/arch/parisc/ |
H A D | install.sh | 22 verify () { function 34 verify "$2" 35 verify "$3"
|
/linux-4.1.27/arch/blackfin/boot/ |
H A D | install.sh | 23 verify () { function 34 verify "$2" 35 verify "$3"
|
/linux-4.1.27/arch/arm/boot/ |
H A D | install.sh | 23 verify () { function 34 verify "$2" 35 verify "$3"
|
/linux-4.1.27/Documentation/dvb/ |
H A D | get_dvb_firmware | 73 verify("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $hash); 93 verify("$tmpdir/ZEnglish/sc_main.mc", $hash); 111 verify("$tmpdir/fwtmp", $hash); 129 verify("$tmpdir/fwtmp", $hash); 147 verify("$tmpdir/fwtmp", $hash); 162 verify($sourcefile, $hash); 179 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_T.bin", $hash); 196 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_X.bin", $hash); 213 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_S.bin", $hash); 229 verify("$tmpdir/fw1part1-1","5e0909858fdf0b5b09ad48b9fe622e70"); 230 verify("$tmpdir/fw1part2-1","d6e146f321427e931df2c6fcadac37a1"); 231 verify("$tmpdir/opera1-fpga.fw","0f8133f5e9051f5f3c1928f7e5a1b07d"); 286 verify("$tmpdir/fwtmp3", $hash); 300 verify($fwfile, $hash); 313 verify($outfile,$hash); 329 verify("$tmpdir/SkyNET.sys", $hash); 346 verify("$tmpdir/3xHybrid.sys", $hash); 360 verify($fwfile, $hash); 373 verify($fwfile, $hash); 392 verify($fwfile, $files{$fwfile}); 465 verify($fwfile, $files{$fwfile}); 486 verify($fwfile, $files{$fwfile}); 503 verify($fwfile, $hash); 516 verify($fwfile, $hash); 529 verify($outfile,$hash); 548 verify("$tmpdir/Driver/Files/AF15BDA.sys", $hash); 581 verify($file1, $hash1); 584 verify($file2, $hash2); 587 verify($file3, $hash3); 609 verify($sourcefile, $hash); 611 verify($outfile, $hasho); 623 verify($sourcefile, $hash); 625 verify($outfile, $hasho); 637 verify($sourcefile, $hash); 639 verify($outfile, $hasho); 654 verify($zipfile, $hash); 672 verify($zipfile, $hash); 687 verify($fwfile, $hash); 703 verify($zipfile, $hash); 723 verify("$fwfile1", $hash1); 727 verify("$fwfile2", $hash2); 742 verify($sourcefile, $hash); 759 verify($sourcefile, $hash); 779 verify($fwfile, $files{$fwfile}); 798 verify($sourcefile, $hash); 803 #verify("$tmpdir/fw1","5e0909858fdf0b5b09ad48b9fe622e70"); 863 sub verify { subroutine
|
/linux-4.1.27/tools/testing/selftests/memfd/ |
H A D | memfd_test.c | 223 /* verify PROT_READ *is* allowed */ mfd_assert_read() 236 /* verify MAP_PRIVATE is *always* allowed (even writable) */ mfd_assert_read() 256 /* verify write() succeeds */ mfd_assert_write() 263 /* verify PROT_READ | PROT_WRITE is allowed */ mfd_assert_write() 277 /* verify PROT_WRITE is allowed */ mfd_assert_write() 291 /* verify PROT_READ with MAP_SHARED is allowed and a following mfd_assert_write() 313 /* verify PUNCH_HOLE works */ mfd_assert_write() 330 /* verify write() fails */ mfd_fail_write() 337 /* verify PROT_READ | PROT_WRITE is not allowed */ mfd_fail_write() 349 /* verify PROT_WRITE is not allowed */ mfd_fail_write() 377 /* verify PUNCH_HOLE fails */ mfd_fail_write() 557 /* verify "" is a valid name */ test_create() 561 /* verify invalid O_* open flags */ test_create() 568 /* verify MFD_CLOEXEC is allowed */ test_create() 572 /* verify MFD_ALLOW_SEALING is allowed */ test_create() 576 /* verify MFD_ALLOW_SEALING | MFD_CLOEXEC is allowed */ test_create() 613 /* verify that sealing no longer works */ test_basic() 619 /* verify sealing does not work without MFD_ALLOW_SEALING */ test_basic()
|
/linux-4.1.27/drivers/mtd/tests/ |
H A D | mtd_nandecctest.c | 29 int (*verify)(void *, void *, void *, const size_t); member in struct:nand_ecc_test 197 .verify = no_bit_error_verify, 202 .verify = single_bit_error_correct, 207 .verify = single_bit_error_correct, 212 .verify = double_bit_error_detect, 217 .verify = double_bit_error_detect, 222 .verify = double_bit_error_detect, 267 err = nand_ecc_test[i].verify(error_data, error_ecc, nand_ecc_test_run()
|
H A D | oobtest.c | 202 pr_err("error: verify failed at %#llx\n", verify_eraseblock() 235 /* verify pre-offset area for 0xff */ verify_eraseblock() 238 /* verify post-(use_offset + use_len) area for 0xff */ verify_eraseblock() 244 pr_err("error: verify failed at %#llx\n", verify_eraseblock() 290 /* verify one page OOB at a time for bitflip per page limit check */ verify_eraseblock_in_one_go() 295 pr_err("error: verify failed at %#llx\n", verify_eraseblock_in_one_go() 395 /* First test: write all OOB, read it back and verify */ mtd_oobtest_init() 414 * verify. mtd_oobtest_init() 447 * and verify. mtd_oobtest_init() 686 pr_err("error: verify failed at %#llx\n", mtd_oobtest_init()
|
H A D | pagetest.c | 91 pr_err("error: verify failed at %#llx\n", verify_eraseblock() 114 pr_err("error: verify failed at %#llx\n", verify_eraseblock() 193 pr_err("verify failed!\n"); crosstest() 240 pr_err("verify failed!\n"); erasecrosstest() 270 pr_err("verify failed!\n"); erasecrosstest()
|
H A D | subpagetest.c | 151 pr_err("error: verify failed at %#llx\n", verify_eraseblock() 178 pr_info("error: verify failed at %#llx\n", verify_eraseblock() 215 pr_err("error: verify failed at %#llx\n", verify_eraseblock2() 248 pr_err("error: verify 0xff failed at " verify_eraseblock_ff()
|
H A D | torturetest.c | 202 pr_info("write verify %s\n", check ? "enabled" : "disabled"); tort_init() 278 pr_info("verify failed" tort_init() 317 pr_info("verify failed for %s" tort_init() 401 pr_info("verify fails on %d pages, %d bytes/%d bits\n", report_corrupt() 417 pr_info("Page %zd has %d bytes/%d bits failing verify," report_corrupt()
|
/linux-4.1.27/crypto/asymmetric_keys/ |
H A D | signature.c | 22 * verify_signature - Initiate the use of an asymmetric key to verify a signature 23 * @key: The asymmetric key to verify against
|
H A D | pkcs7_trust.c | 126 kleave(" = -EKEYREJECTED [verify %d]", ret); pkcs7_validate_trust_one()
|
H A D | pkcs7_verify.c | 123 * Find the key (X.509 certificate) to use to verify a PKCS#7 message. PKCS#7 181 pr_debug("verify %s: %*phN\n", pkcs7_verify_sig_chain()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cmd.c | 295 /* First, verify that the master reports correct status */ mlx4_comm_cmd_poll() 1052 .verify = NULL, 1061 .verify = NULL, 1070 .verify = NULL, 1079 .verify = NULL, 1088 .verify = NULL, 1097 .verify = NULL, 1106 .verify = NULL, 1115 .verify = NULL, 1124 .verify = NULL, 1133 .verify = NULL, 1142 .verify = NULL, 1151 .verify = NULL, 1160 .verify = NULL, 1169 .verify = NULL, 1178 .verify = NULL, 1187 .verify = NULL, 1196 .verify = NULL, 1205 .verify = NULL, 1214 .verify = NULL, 1223 .verify = NULL, 1232 .verify = NULL, 1241 .verify = NULL, 1250 .verify = NULL, 1259 .verify = NULL, 1268 .verify = NULL, 1277 .verify = NULL, 1286 .verify = NULL, 1295 .verify = NULL, 1304 .verify = NULL, 1313 .verify = NULL, 1322 .verify = NULL, 1331 .verify = NULL, 1340 .verify = NULL, 1349 .verify = NULL, 1358 .verify = NULL, 1367 .verify = NULL, 1376 .verify = NULL, 1385 .verify = NULL, 1394 .verify = NULL, 1403 .verify = NULL, 1412 .verify = NULL, 1421 .verify = NULL, 1430 .verify = NULL, 1439 .verify = NULL, 1448 .verify = NULL, 1457 .verify = NULL, 1466 .verify = NULL, 1475 .verify = NULL, 1484 .verify = NULL, 1493 .verify = NULL, 1502 .verify = NULL, /* XXX verify: only demux can do this */ 1511 .verify = NULL, 1520 .verify = NULL, 1529 .verify = NULL, 1538 .verify = NULL, 1547 .verify = NULL, 1557 .verify = NULL, 1566 .verify = NULL, 1576 .verify = NULL, 1585 .verify = NULL, 1594 .verify = NULL, 1603 .verify = NULL, 1613 .verify = NULL, 1622 .verify = NULL, 1631 .verify = NULL, 1640 .verify = NULL, 1728 if (cmd->verify && cmd->verify(dev, slave, vhcr, inbox)) { mlx4_master_process_vhcr()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_strings.c | 87 [-SS_NO_VERIFY_ALG] = "Need a verify algorithm to start online verify", 88 [-SS_NEED_CONNECTION] = "Need a connection to start verify or resync",
|
/linux-4.1.27/tools/lib/api/fs/ |
H A D | findfs.c | 10 /* verify that a mountpoint is actually the type we want */
|
/linux-4.1.27/tools/testing/selftests/powerpc/tm/ |
H A D | tm-syscall.c | 97 * Test a syscall within a suspended transaction and verify tm_syscall() 103 * Test a syscall within an active transaction and verify that tm_syscall()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_vf.c | 87 /* Clear reset bit and verify it was cleared */ fm10k_reset_hw_vf() 108 /* verify the Descriptor cache offsets are increasing */ fm10k_init_hw_vf() 113 /* check to verify the PF doesn't own any of our queues */ fm10k_init_hw_vf() 172 /* verify the index is not set */ fm10k_update_vlan_vf() 176 /* verify upper 4 bits of vid and length are 0 */ fm10k_update_vlan_vf() 276 /* verify VLAN ID is valid */ fm10k_update_uc_addr_vf() 280 /* verify MAC address is valid */ fm10k_update_uc_addr_vf() 284 /* verify we are not locked down on the MAC address */ fm10k_update_uc_addr_vf() 318 /* verify VLAN ID is valid */ fm10k_update_mc_addr_vf() 322 /* verify multicast address is valid */ fm10k_update_mc_addr_vf() 487 /* verify the dglort pointer */ fm10k_configure_dglort_map_vf() 502 * verify that this value is 0 as the VF cannot support adjusting the 524 * 32 least significant bits to verify they didn't change as we were reading
|
H A D | fm10k_tlv.c | 32 /* verify pointer is not NULL */ fm10k_tlv_msg_init() 57 /* verify pointers are not NULL */ fm10k_tlv_attr_put_null_string() 105 /* verify pointers are not NULL */ fm10k_tlv_attr_get_null_string() 134 /* verify pointers are not NULL */ fm10k_tlv_attr_put_mac_vlan() 167 /* verify pointers are not NULL */ fm10k_tlv_attr_get_mac_vlan() 190 /* verify pointers are not NULL */ fm10k_tlv_attr_put_bool() 218 /* verify non-null msg and len is 1, 2, 4, or 8 */ fm10k_tlv_attr_put_value() 256 /* verify pointers are not NULL */ fm10k_tlv_attr_get_value() 293 /* verify non-null msg and len is in 32 bit words */ fm10k_tlv_attr_put_le_struct() 330 /* verify pointers are not NULL */ fm10k_tlv_attr_get_le_struct() 360 /* verify pointer is not NULL */ fm10k_tlv_attr_nest_start() 386 /* verify pointer is not NULL */ fm10k_tlv_attr_nest_stop() 420 /* verify this is an attribute and not a message */ fm10k_tlv_attr_validate() 493 /* verify pointers are not NULL */ fm10k_tlv_attr_parse() 566 /* verify pointer is not NULL */ fm10k_tlv_msg_parse() 570 /* verify this is a message and not an attribute */ fm10k_tlv_msg_parse() 716 * This function does a check to verify all attributes match what the test
|
H A D | fm10k_iov.c | 129 /* verify port mapping is valid, if not reset port */ fm10k_iov_mbx() 410 /* verify SR-IOV is active and that vf idx is valid */ fm10k_ndo_set_vf_mac() 414 /* verify MAC addr is valid */ fm10k_ndo_set_vf_mac() 441 /* verify SR-IOV is active and that vf idx is valid */ fm10k_ndo_set_vf_vlan() 479 /* verify SR-IOV is active and that vf idx is valid */ fm10k_ndo_set_vf_bw() 503 /* verify SR-IOV is active and that vf idx is valid */ fm10k_ndo_get_vf_config()
|
H A D | fm10k_pf.c | 216 /* verify the VSI index is valid */ fm10k_update_vlan_pf() 236 /* verify the reserved 0 fields are 0 */ fm10k_update_vlan_pf() 375 /* verify MAC address is valid */ fm10k_update_uc_addr_pf() 396 /* verify multicast address is valid */ fm10k_update_mc_addr_pf() 521 /* verify the dglort pointer */ fm10k_configure_dglort_map_pf() 525 /* verify the dglort values */ fm10k_configure_dglort_map_pf() 756 /* verify vf is in range */ fm10k_iov_configure_tc_pf() 814 /* verify vf is in range */ fm10k_iov_assign_int_moderator_pf() 852 /* verify vf is in range */ fm10k_iov_assign_default_mac_vlan_pf() 884 /* verify ring has disabled before modifying base address registers */ fm10k_iov_assign_default_mac_vlan_pf() 945 /* verify vf is in range */ fm10k_iov_reset_resources_pf() 1241 /* verify that the VF is allowed to request multicast */ fm10k_iov_msg_mac_vlan_pf() 1321 /* verify VF is allowed to enable even minimal mode */ fm10k_iov_msg_lport_state_pf() 1511 /* verify the fault register is in range and is aligned */ fm10k_get_fault_pf() 1579 /* verify the switch is ready for interaction */ fm10k_get_host_state_pf() 1628 /* verify mask is set and none of the masked bits in glort are set */ fm10k_msg_lport_map_pf() 1632 /* verify the mask is contiguous, and that it is 1's followed by 0's */ fm10k_msg_lport_map_pf() 1675 /* verify VID is valid */ fm10k_msg_update_pvid_pf() 1785 /* verify the requested adjustment value is in range */ fm10k_adjust_systime_pf() 1804 * 32 least significant bits to verify they didn't change as we were reading
|
H A D | fm10k_ptp.c | 335 /* verify the requested channel is there */ fm10k_ptp_enable() 355 /* convert to unsigned 64b ns, verify we can put it in a 32b register */ fm10k_ptp_enable() 362 /* verify the value is in range supported by hardware */ fm10k_ptp_enable() 391 /* verify the requested pin is there */ fm10k_ptp_verify() 433 ptp_caps->verify = fm10k_ptp_verify; fm10k_ptp_register()
|
H A D | fm10k_dcbnl.c | 59 /* verify type and determine num_tcs needed */ fm10k_dcbnl_ieee_setets()
|
H A D | fm10k_common.c | 223 /* loop through all queues to verify that they are all disabled */ fm10k_disable_queues_generic() 517 /* verify Mailbox is still valid */ fm10k_get_host_state_generic()
|
H A D | fm10k_ethtool.c | 607 /* verify limits */ fm10k_set_coalesce() 1032 /* verify they are not requesting separate vectors */ fm10k_set_channels() 1036 /* verify other_count has not changed */ fm10k_set_channels() 1040 /* verify the number of channels does not exceed hardware limits */ fm10k_set_channels()
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | debug.c | 36 if (!b->c->verify || !b->c->verify_ondisk) bch_btree_verify() 98 panic("verify failed at %u\n", j); 130 "verify failed at dev %s sector %llu", bio_for_each_segment()
|
H A D | sysfs.c | 99 rw_attribute(verify); variable 123 var_printf(verify, "%i"); SHOW() 203 d_strtoul(verify); SHOW_LOCKED() 565 sysfs_printf(verify, "%i", c->verify); SHOW() 649 sysfs_strtoul(verify, c->verify); SHOW_LOCKED()
|
H A D | request.c | 33 static bool verify(struct cached_dev *dc, struct bio *bio) verify() function 35 return dc->verify; verify() 745 if (verify(dc, &s->bio.bio) && s->recoverable && !s->read_dirty_data) cached_dev_read_done() 770 else if (s->iop.bio || verify(dc, &s->bio.bio)) cached_dev_read_done_bh()
|
/linux-4.1.27/drivers/crypto/ |
H A D | bfin_crc.h | 33 /* First failed position to verify input data */ 99 #define MODE_DATA_VERIFY 4 /* MSM data verify */
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | cris-artpec3-cpufreq.c | 57 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | cris-etraxfs-cpufreq.c | 57 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | dbx500-cpufreq.c | 38 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | unicore2-cpufreq.c | 68 .verify = ucv2_verify_speed,
|
H A D | at32ap-cpufreq.c | 117 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | sc520_freq.c | 93 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | loongson2_cpufreq.c | 114 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | ppc_cbe_cpufreq.c | 142 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | sfi-cpufreq.c | 83 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | sh-cpufreq.c | 155 .verify = sh_cpufreq_verify,
|
H A D | longrun.c | 121 * @policy: the policy to verify 282 .verify = longrun_verify_policy,
|
H A D | blackfin-cpufreq.c | 194 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | davinci-cpufreq.c | 124 .verify = davinci_verify_speed,
|
H A D | elanfreq.c | 197 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | exynos-cpufreq.c | 146 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | integrator-cpufreq.c | 194 .verify = integrator_verify_policy,
|
H A D | kirkwood-cpufreq.c | 98 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | ls1x-cpufreq.c | 122 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | omap-cpufreq.c | 153 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | pxa3xx-cpufreq.c | 205 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | s3c64xx-cpufreq.c | 216 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | sparc-us3-cpufreq.c | 195 driver->verify = cpufreq_generic_frequency_table_verify; us3_freq_init()
|
H A D | tegra-cpufreq.c | 169 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | cpufreq.c | 1161 * to accept all calls to ->verify and ->setpolicy for this CPU 1572 /* verify no discrepancy between actual and __cpufreq_get() 1705 * wouldn't be hotplugged-out on suspend. It will verify that the 2164 /* verify the cpu speed can be set within this limit */ cpufreq_set_policy() 2165 ret = cpufreq_driver->verify(new_policy); cpufreq_set_policy() 2178 * verify the cpu speed can be set within this limit, which might be cpufreq_set_policy() 2181 ret = cpufreq_driver->verify(new_policy); cpufreq_set_policy() 2419 if (!driver_data || !driver_data->verify || !driver_data->init || cpufreq_register_driver()
|
H A D | cpufreq-nforce2.c | 374 .verify = nforce2_verify,
|
H A D | freq_table.c | 91 * Generic routine to verify policy & frequency table, requires driver to set
|
H A D | ia64-acpi-cpufreq.c | 345 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | imx6q-cpufreq.c | 147 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | maple-cpufreq.c | 151 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | p4-clockmod.c | 237 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | pasemi-cpufreq.c | 264 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | powernow-k6.c | 249 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | powernow-k8.c | 751 /* verify the data contained in the ACPI structures */ powernow_k8_cpu_init_acpi() 843 /* verify frequency is OK */ fill_powernow_table_fidvid() 850 /* verify voltage is OK - fill_powernow_table_fidvid() 1170 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | qoriq-cpufreq.c | 319 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | sa1100-cpufreq.c | 205 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | sa1110-cpufreq.c | 316 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | sparc-us2e-cpufreq.c | 336 driver->verify = cpufreq_generic_frequency_table_verify; us2e_freq_init()
|
H A D | spear-cpufreq.c | 163 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | speedstep-ich.c | 311 .verify = cpufreq_generic_frequency_table_verify,
|
H A D | speedstep-smi.c | 292 .verify = cpufreq_generic_frequency_table_verify,
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_cksum.h | 53 * Helper to verify the checksum for a buffer.
|
H A D | xfs_dquot_buf.c | 229 * On the first read of the buffer, verify that each dquot is valid. xfs_dquot_buf_verify()
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | atafdreg.h | 43 #define FDCCMDADD_V (0x04) /* verify */
|
/linux-4.1.27/sound/pci/hda/ |
H A D | dell_wmi_helper.c | 24 /* TODO: How do I verify if it's a mono or stereo here? */ update_dell_wmi_micmute_led()
|
H A D | thinkpad_helper.c | 48 /* TODO: How do I verify if it's a mono or stereo here? */ update_tpacpi_micmute_led()
|
/linux-4.1.27/tools/iio/ |
H A D | iio_utils.c | 454 /* verify the next character is not a colon */ find_type_by_name() 489 int _write_sysfs_int(char *filename, char *basedir, int val, int verify) _write_sysfs_int() argument 507 if (verify) { _write_sysfs_int() 539 int _write_sysfs_string(char *filename, char *basedir, char *val, int verify) _write_sysfs_string() argument 558 if (verify) { _write_sysfs_string() 561 printf("could not open file to verify\n"); _write_sysfs_string() 585 * write_sysfs_string_and_verify() - string write, readback and verify
|
/linux-4.1.27/drivers/staging/i2o/ |
H A D | bus-osm.c | 83 * i2o_bus_probe - verify if dev is a I2O Bus Adapter device and install it 84 * @dev: device to verify if it is a I2O Bus Adapter device
|
/linux-4.1.27/arch/arm/mach-imx/ |
H A D | hardware.h | 36 * This is rather complicated for humans and ugly to verify, but for a machine 44 * The downside it, it's hard to verify (but I have a script for that).
|
/linux-4.1.27/security/apparmor/ |
H A D | policy_unpack.c | 297 * verify_accept - verify the accept tables of a dfa 298 * @dfa: dfa to verify accept tables of (NOT NULL) 307 /* verify accept permissions */ verify_accept() 399 /* verify that name doesn't start with space */ unpack_trans_table() 410 * verify that exactly 1 internal \0 exists unpack_trans_table() 684 /* verify dfa xindexes are in range of transition tables */ verify_dfa_xindex() 698 * verify_profile - Do post unpack analysis to verify profile consistency 699 * @profile: profile to verify (NOT NULL)
|
H A D | match.c | 91 * verify_dfa - verify that transitions and states in the tables are in bounds. 98 * Returns: %0 else error code on failure to verify
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | testmode_i.h | 48 * uses this to verify it's using the correct version of the
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | idprom.c | 74 /* Create a local IDPROM copy, verify integrity, and display information. */ idprom_init()
|
/linux-4.1.27/include/linux/ |
H A D | poison.h | 19 * under normal circumstances, used to verify that nobody uses
|
H A D | ptp_clock_kernel.h | 77 * @verify: Confirm that a pin can perform a given function. The PTP 111 int (*verify)(struct ptp_clock_info *ptp, unsigned int pin, member in struct:ptp_clock_info
|
H A D | bpf.h | 139 /* verify correctness of eBPF program */
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
H A D | pda.h | 56 * code to verify that we don't overflow the page.
|
/linux-4.1.27/drivers/scsi/esas2r/ |
H A D | esas2r_flash.c | 339 * then we just read back part of the image we just wrote. verify the fw_download_proc() 400 * verify it fw_download_proc() 436 /* The MAC image has been written - read and verify */ fw_download_proc() 472 /* The EFI image has been written - read and verify */ fw_download_proc() 506 /* The CFG image has been written - read and verify */ fw_download_proc() 684 * 1) verify the fi_version is correct 685 * 2) verify the checksum of the entire image. 711 /* Get adapter type and verify type in flash image */ verify_fi() 719 * Loop through each component and verify the img_type and length verify_fi() 720 * fields. Keep a running count of the sizes sooze we can verify total verify_fi() 769 /* Image is present - verify the image */ verify_fi() 784 /* Image is present - verify the image */ verify_fi()
|
/linux-4.1.27/security/integrity/evm/ |
H A D | evm_main.c | 215 * evm_verifyxattr - verify the integrity of the requested xattr 216 * @dentry: object of the verify xattr 221 * Calculate the HMAC for the given dentry and verify it against the stored 249 * evm_verify_current_integrity - verify the dentry's metadata integrity 329 * verify the existing value is valid. As only the kernel should have
|
/linux-4.1.27/drivers/mtd/maps/ |
H A D | l440gx.c | 53 /* FIXME verify that this is the
|
/linux-4.1.27/drivers/ptp/ |
H A D | ptp_private.h | 61 * holding q->lock. Readers use this function to verify that the queue
|
H A D | ptp_chardev.c | 95 if (info->verify(info, pin, func, chan)) { ptp_set_pinfunc()
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpio-ich.c | 116 static int ichx_write_bit(int reg, unsigned nr, int val, int verify) ichx_write_bit() argument 143 if (verify && data != tmp) ichx_write_bit() 184 * Try setting pin as an input and verify it worked since many pins ichx_gpio_direction_input() 204 * Try setting pin as an output and verify it worked since many pins ichx_gpio_direction_output()
|
/linux-4.1.27/arch/x86/platform/intel-quark/ |
H A D | imr_selftest.c | 52 * Verify IMR self_test with some simple tests to verify overlap,
|
/linux-4.1.27/block/partitions/ |
H A D | sun.c | 32 __be32 sanity; /* To verify vtoc sanity */ sun_partition()
|
/linux-4.1.27/arch/um/drivers/ |
H A D | pty.c | 98 /* verify slave side is usable */ getmaster()
|
/linux-4.1.27/drivers/char/ |
H A D | nwflash.c | 229 * if somehow write verify failed? Can't happen?? flash_write() 404 * just to make sure - verify if erased OK... erase_block() 412 printk(KERN_ERR "flash_erase: verify err at %p = %X\n", erase_block() 568 printk(KERN_ERR "write_block: verify error at 0x%X (%02X!=%02X)\n", write_block()
|
H A D | pc8736x_gpio.c | 96 /* try the 2 possible values, read a hardware reg to verify */ pc8736x_superio_present()
|
/linux-4.1.27/drivers/char/tpm/ |
H A D | tpm_atmel.h | 95 /* verify that it is an Atmel part */ atmel_verify_tpm11()
|
H A D | tpm_nsc.c | 272 /* verify that it is a National part (SID) */ init_nsc()
|
/linux-4.1.27/drivers/md/persistent-data/ |
H A D | dm-block-manager.h | 45 * The validator allows the caller to verify newly-read data and modify
|
/linux-4.1.27/arch/m68k/sun3/ |
H A D | idprom.c | 108 /* Create a local IDPROM copy, verify integrity, and display information. */ idprom_init()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
H A D | xcep.c | 144 * Drivers for HWMON verify capabilities of the adapter when loading and
|
/linux-4.1.27/scripts/ |
H A D | cleanfile | 110 # First, verify that it is not a binary file; consider any file
|
H A D | cleanpatch | 110 # First, verify that it is not a binary file; consider any file
|
H A D | setlocalversion | 47 head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpidspcd.h | 84 /** Rewind to the beginning of the DSP code file (for verify) */
|
/linux-4.1.27/drivers/iommu/ |
H A D | intel_irq_remapping.c | 287 #define SVT_VERIFY_SID_SQ 0x1 /* verify using SID and SQ fields */ 288 #define SVT_VERIFY_BUS 0x2 /* verify bus of request-id */ 293 #define SQ_ALL_16 0x0 /* verify all 16 bits of request-id */ 294 #define SQ_13_IGNORE_1 0x1 /* verify most significant 13 bits, ignore 297 #define SQ_13_IGNORE_2 0x2 /* verify most significant 13 bits, ignore 300 #define SQ_13_IGNORE_3 0x3 /* verify most significant 13 bits, ignore 305 * set SVT, SQ and SID fields of irte to verify 405 * the subordinate bus. In this case we can only verify the bus. set_msi_sid()
|
/linux-4.1.27/arch/arm64/crypto/ |
H A D | aes-ce-ccm-glue.c | 74 /* verify that CCM dimension 'L' is set correctly in the IV */ ccm_init_mac() 78 /* verify that msglen can in fact be represented in L bytes */ ccm_init_mac()
|
/linux-4.1.27/net/llc/ |
H A D | llc_s_ac.c | 35 * UNITDATA INDICATION; verify our event is the kind we expect 127 * event; verify the primitive is a TEST REQUEST.
|
/linux-4.1.27/drivers/xen/xenbus/ |
H A D | xenbus_comms.c | 111 /* Read indexes, then verify. */ xb_write() 168 /* Read indexes, then verify. */ xb_read()
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs4proc.c | 1112 struct nfsd4_verify *verify) _nfsd4_verify() 1122 status = check_attr_support(rqstp, cstate, verify->ve_bmval, NULL); _nfsd4_verify() 1126 if ((verify->ve_bmval[0] & FATTR4_WORD0_RDATTR_ERROR) _nfsd4_verify() 1127 || (verify->ve_bmval[1] & NFSD_WRITEONLY_ATTRS_WORD1)) _nfsd4_verify() 1129 if (verify->ve_attrlen & 3) _nfsd4_verify() 1135 count = 4 + (verify->ve_attrlen >> 2); _nfsd4_verify() 1144 verify->ve_bmval, _nfsd4_verify() 1158 if (ntohl(*p++) != verify->ve_attrlen) _nfsd4_verify() 1160 if (!memcmp(p, verify->ve_attrval, verify->ve_attrlen)) _nfsd4_verify() 1170 struct nfsd4_verify *verify) nfsd4_nverify() 1174 status = _nfsd4_verify(rqstp, cstate, verify); nfsd4_nverify() 1180 struct nfsd4_verify *verify) nfsd4_verify() 1184 status = _nfsd4_verify(rqstp, cstate, verify); nfsd4_verify() 1111 _nfsd4_verify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_verify *verify) _nfsd4_verify() argument 1169 nfsd4_nverify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_verify *verify) nfsd4_nverify() argument 1179 nfsd4_verify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_verify *verify) nfsd4_verify() argument
|
/linux-4.1.27/drivers/scsi/ |
H A D | 3w-9xxx.h | 100 {0x0029, "Background verify started"}, 101 {0x002A, "Background verify failed"}, 102 {0x002B, "Background verify done"}, 120 {0x003D, "Background verify paused"}, 197 {0x01C2, "Flash verify error"},
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
H A D | channel.h | 305 /* caller wants us to verify type GUID */ spar_check_channel_client() 313 if (expected_min_bytes > 0) { /* caller wants us to verify spar_check_channel_client() 325 if (expected_version > 0) { /* caller wants us to verify spar_check_channel_client() 336 if (expected_signature > 0) { /* caller wants us to verify spar_check_channel_client() 360 if (expected_min_bytes > 0) /* caller wants us to verify spar_check_channel_server()
|
/linux-4.1.27/net/mac80211/ |
H A D | wpa.c | 105 * No way to verify the MIC if the hardware stripped it or ieee80211_rx_h_michael_mic_verify() 280 * Let TKIP code verify IV, but skip decryption. ieee80211_crypto_tkip_decrypt() 531 /* hardware didn't decrypt/verify MIC */ ieee80211_crypto_ccmp_decrypt() 754 /* hardware didn't decrypt/verify MIC */ ieee80211_crypto_gcmp_decrypt() 1033 /* hardware didn't decrypt/verify MIC */ ieee80211_crypto_aes_cmac_decrypt() 1083 /* hardware didn't decrypt/verify MIC */ ieee80211_crypto_aes_cmac_256_decrypt() 1182 /* hardware didn't decrypt/verify MIC */ ieee80211_crypto_aes_gmac_decrypt()
|
H A D | vht.c | 133 * A VHT STA must support 40 MHz, but if we verify that here ieee80211_vht_cap_ie_to_sta_vht_cap()
|
H A D | wme.c | 91 /* in case we are a client verify acm is not set for this ac */ ieee80211_downgrade_queue()
|
/linux-4.1.27/drivers/isdn/hisax/ |
H A D | tei.c | 256 "id verify request for tei %d", st->l2.tei); tei_id_verify() 295 "id verify req(%d) for tei %d", tei_id_ver_tout() 301 "verify req for tei %d failed", st->l2.tei); tei_id_ver_tout()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
H A D | uaccess.h | 212 * do not verify the address space, that must have been done previously 296 * WARNING: If you modify this macro at all, verify that the 354 * WARNING: If you modify this macro at all, verify that the
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | tbinstal.c | 196 /* Validate and verify a table before installation */ acpi_tb_install_fixed_table() 270 /* Validate and verify a table before installation */ acpi_tb_install_standard_table() 427 /* Validate and verify a table before overriding */ acpi_tb_override_table()
|
H A D | tbdata.c | 361 * signature - Table signature to verify 365 * DESCRIPTION: This function is called to validate and verify the table, the
|
H A D | tbprint.c | 176 * PARAMETERS: table - ACPI table to verify
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | touchwin.c | 70 /* verify length and that the two Y's are the same */ tw_interrupt()
|
H A D | ad7877.c | 685 u16 verify; ad7877_probe() local 762 verify = ad7877_read(spi, AD7877_REG_SEQ1); ad7877_probe() 764 if (verify != AD7877_MM_SEQUENCE){ ad7877_probe()
|
/linux-4.1.27/drivers/media/radio/ |
H A D | radio-terratec.c | 40 hardware this is hard to verify. For now, this is the only one we will
|
/linux-4.1.27/drivers/media/v4l2-core/ |
H A D | videobuf2-memops.c | 90 * verify that the underlying physical pages are contiguous. If they are
|
/linux-4.1.27/drivers/parisc/ |
H A D | ccio-rm-dma.c | 174 ** FIXME - should check U2 registers to verify it's really running ccio_probe()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
H A D | fw.h | 84 /* verify condition: [@addr] & @mask == @value
|
/linux-4.1.27/arch/x86/vdso/vdso32/ |
H A D | sysenter.S | 114 * to verify it matches the other versions.
|
/linux-4.1.27/drivers/char/hw_random/ |
H A D | mxc-rnga.c | 117 /* verify if oscillator is working */ mxc_rnga_init()
|
/linux-4.1.27/arch/mips/include/asm/netlogic/xlp-hal/ |
H A D | bridge.h | 146 /* FIXME verify */
|
/linux-4.1.27/drivers/usb/misc/ |
H A D | adutux.c | 358 /* verify that the device wasn't unplugged */ adu_read() 365 /* verify that some data was requested */ adu_read() 527 /* verify that the device wasn't unplugged */ adu_write() 534 /* verify that we actually have some data to write */ adu_write()
|
H A D | ldusb.c | 462 /* verify that we actually have some data to read */ ld_usb_read() 472 /* verify that the device wasn't unplugged */ ld_usb_read() 542 /* verify that we actually have some data to write */ ld_usb_write() 552 /* verify that the device wasn't unplugged */ ld_usb_write()
|
H A D | legousbtower.c | 563 /* verify that the device wasn't unplugged */ tower_read() 570 /* verify that we actually have some data to read */ tower_read() 649 /* verify that the device wasn't unplugged */ tower_write() 656 /* verify that we actually have some data to write */ tower_write()
|
/linux-4.1.27/fs/ntfs/ |
H A D | aops.h | 60 * error checking is performed. This means the caller has to verify whether
|
/linux-4.1.27/drivers/platform/x86/ |
H A D | toshiba_bluetooth.c | 112 * Query ACPI to verify RFKill switch is set to 'on'. toshiba_bluetooth_enable()
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | syscall.c | 45 * is no need for it to do verify the validity of a userspace pointer
|
/linux-4.1.27/Documentation/connector/ |
H A D | ucon.c | 105 "If you get no output, then verify the cn_test module id matches\n" usage()
|
/linux-4.1.27/net/core/ |
H A D | stream.c | 87 * @sk: socket to verify
|
/linux-4.1.27/net/ipv4/ |
H A D | xfrm4_input.c | 130 /* Now we can update and verify the packet length... */ xfrm4_udp_encap_rcv()
|
/linux-4.1.27/lib/ |
H A D | bug.c | 30 - In the illegal instruction trap handler (typically), verify
|
H A D | decompress_inflate.c | 90 /* verify the gzip header */ __gunzip()
|
/linux-4.1.27/net/wimax/ |
H A D | id-table.c | 127 * On debug, verify that the table is empty upon removal. We want the
|
/linux-4.1.27/include/linux/ceph/ |
H A D | auth.h | 55 * Create authorizer for connecting to a service, and verify
|
/linux-4.1.27/drivers/regulator/ |
H A D | helpers.c | 268 /* Map back into a voltage to verify we're still in bounds */ regulator_map_voltage_linear() 330 /* Map back into a voltage to verify we're still in bounds */ regulator_map_voltage_linear_range()
|
/linux-4.1.27/drivers/input/keyboard/ |
H A D | bcm-keypad.c | 260 * Obtain the Status filter debounce value and verify against the bcm_kp_matrix_key_parse_dt() 274 * Obtain the Column filter debounce value and verify against the bcm_kp_matrix_key_parse_dt()
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
H A D | pio.c | 61 /* assign and verify pio */ at32_select_periph() 175 /* assign and verify pio */ at32_reserve_pin()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_lib.c | 52 /* verify we have DCB queueing enabled before proceeding */ ixgbe_cache_ring_dcb_sriov() 56 /* verify we have VMDq enabled before proceeding */ ixgbe_cache_ring_dcb_sriov() 175 /* verify we have DCB queueing enabled before proceeding */ ixgbe_cache_ring_dcb() 336 /* verify we have DCB queueing enabled before proceeding */ ixgbe_set_dcb_sriov_queues() 340 /* verify we have VMDq enabled before proceeding */ ixgbe_set_dcb_sriov_queues() 432 /* verify we have DCB queueing enabled before proceeding */ ixgbe_set_dcb_queues()
|
H A D | ixgbe_sriov.c | 925 /* verify the PF is supporting the correct APIs */ ixgbe_get_vf_queues() 968 /* verify the PF is supporting the correct API */ ixgbe_get_vf_reta() 995 /* verify the PF is supporting the correct API */ ixgbe_get_vf_rss_key() 1340 /* verify VF is active */ ixgbe_ndo_set_vf_bw() 1344 /* verify link is up */ ixgbe_ndo_set_vf_bw() 1348 /* verify we are linked at 10Gbps */ ixgbe_ndo_set_vf_bw()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq.c | 317 /* Check one register to verify that config was applied */ i40e_config_asq_regs() 349 /* Check one register to verify that config was applied */ i40e_config_arq_regs() 380 /* verify input for valid configuration */ i40e_init_asq() 439 /* verify input for valid configuration */ i40e_init_arq() 558 /* verify input for valid configuration */ i40e_init_adminq()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
H A D | i40e_adminq.c | 315 /* Check one register to verify that config was applied */ i40e_config_asq_regs() 347 /* Check one register to verify that config was applied */ i40e_config_arq_regs() 378 /* verify input for valid configuration */ i40e_init_asq() 437 /* verify input for valid configuration */ i40e_init_arq() 554 /* verify input for valid configuration */ i40evf_init_adminq()
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | core_cia.c | 393 /* First, verify we can read back what we've written. If verify_tb_operation() 421 /* Second, verify we can actually do I/O through this entry. */ verify_tb_operation() 456 /* Fourth, verify the TLB snoops the EV5's caches when verify_tb_operation() 480 /* Fifth, verify that a previously invalid PTE entry gets verify_tb_operation() 507 /* Sixth, verify machine checks are working. Test invalid verify_tb_operation()
|
/linux-4.1.27/fs/ext4/ |
H A D | balloc.c | 330 * are located to verify they are set. ext4_valid_block_bitmap() 431 goto verify; ext4_read_block_bitmap_nowait() 436 goto verify; ext4_read_block_bitmap_nowait() 459 goto verify; ext4_read_block_bitmap_nowait() 470 verify: ext4_read_block_bitmap_nowait()
|
H A D | ialloc.c | 143 goto verify; ext4_read_inode_bitmap() 148 goto verify; ext4_read_inode_bitmap() 170 goto verify; ext4_read_inode_bitmap() 188 verify: ext4_read_inode_bitmap()
|
/linux-4.1.27/drivers/net/can/softing/ |
H A D | softing_fw.c | 132 /* verify checksum */ fw_parse() 208 /* verify record data */ softing_load_fw() 302 /* verify checksum */ softing_load_app_fw()
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
H A D | sym_nvram.c | 522 /* check valid NVRAM signature, verify byte count and checksum */ sym_read_Symbios_nvram() 528 /* verify checksum */ sym_read_Symbios_nvram() 718 /* verify checksum */ sym_read_Tekram_nvram()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | sec_plain.c | 365 CERROR("bulk read: client verify failed: %d\n", rc); plain_cli_unwrap_bulk() 908 CERROR("bulk write: server verify failed: %d\n", rc); plain_svc_unwrap_bulk() 955 .verify = plain_ctx_verify,
|
/linux-4.1.27/drivers/net/usb/ |
H A D | cdc_ncm.c | 570 * verify that the structure alignment is: cdc_ncm_fix_modulus() 584 * verify that the payload alignment is: cdc_ncm_fix_modulus() 597 /* verify the payload remainder */ cdc_ncm_fix_modulus() 1031 /* verify that there is room for the NDP and the datagram (reserve) */ cdc_ncm_ndp() 1297 /* verify NTB header and return offset of first NDP, or negative error */ cdc_ncm_rx_verify_nth16() 1346 /* verify NDP header and return number of datagrams, or negative error */ cdc_ncm_rx_verify_ndp16()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
H A D | 4965.c | 43 * il_verify_inst_sparse - verify runtime uCode image in card vs. host, 75 * il4965_verify_inst_full - verify runtime uCode image in card vs. host, 115 * and verify its contents 288 D_INFO("Begin verify bsm\n"); il4965_verify_bsm() 290 /* verify BSM SRAM contents */ il4965_verify_bsm() 467 /* Bootstrap uCode has loaded initialize uCode ... verify inst image. il4965_init_alive_start()
|
/linux-4.1.27/block/ |
H A D | bio-integrity.c | 211 * @bio: bio to generate/verify integrity metadata for 330 /* Install custom I/O completion handler if read verify is enabled */ bio_integrity_prep()
|
/linux-4.1.27/arch/tile/gxio/ |
H A D | mpipe.c | 394 /* The init call below will verify that "mem_size" is legal. */ gxio_mpipe_iqueue_init() 424 /* The init call below will verify that "mem_size" is legal. */ gxio_mpipe_equeue_init()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_atpx_handler.c | 188 * radeon_atpx_verify_interface - verify ATPX 464 * radeon_atpx_init - verify the ATPX interface
|
/linux-4.1.27/drivers/tty/vt/ |
H A D | vc_screen.c | 215 /* Select the proper current console and verify vcs_read() 393 /* Select the proper current console and verify vcs_write()
|
/linux-4.1.27/drivers/uwb/i1480/dfu/ |
H A D | usb.c | 146 * stall or a different memory read. Caller has to verify the 228 * will verify it.
|
/linux-4.1.27/drivers/w1/masters/ |
H A D | ds2482.c | 61 * Write and verify codes for the CHANNEL_SELECT command (DS2482-800 only). 63 * Read and compare against the corresponding value to verify the change.
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | ftrace.c | 81 /* use the create_branch to verify that this offset can be branched */ test_24bit_addr() 209 /* verify that this is what we expect it to be */ __ftrace_make_nop()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
H A D | tei.c | 597 tm->tei_m.printdebug(fi, "id verify request for tei %d", tei_id_verify() 632 "id verify req(%d) for tei %d", tei_id_ver_tout() 637 tm->tei_m.printdebug(fi, "verify req for tei %d failed", tei_id_ver_tout() 726 tm->tei_m.printdebug(fi, "identity verify req tei %d/%d", tei_id_verify_net()
|
/linux-4.1.27/drivers/isdn/sc/ |
H A D | command.c | 105 pr_debug("%s: Failed to verify user space 0x%lx\n", command()
|
/linux-4.1.27/drivers/i2c/muxes/ |
H A D | i2c-mux-pca954x.c | 211 /* Write the mux register at addr to verify pca954x_probe()
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-floppy_ioctl.c | 166 * 0x01 - verify media after format. ide_floppy_format_unit()
|
H A D | ns87415.c | 200 /* verify good DMA status */ ns87415_dma_end()
|
H A D | sc1200.c | 186 return (dma_stat & 7) != 4; /* verify good DMA status */ sc1200_dma_end()
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | nand_bch.c | 151 /* verify that eccbytes has the expected value */ nand_bch_init()
|
H A D | ndfc.c | 118 * Speedups for buffer read/write/verify
|
/linux-4.1.27/drivers/net/appletalk/ |
H A D | ipddp.c | 189 * Create a routing entry. We first verify that the
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | vvp_io.c | 67 * To avoid populating pages to a wrong stripe, we have to verify the 125 " ignore/verify layout %d/%d, layout version %d restore needed %d\n", vvp_io_fini() 809 * verify pages have been written, but this is difficult because of vvp_io_fsync_start() 1144 " ignore/verify layout %d/%d, layout version %d restore needed %d\n", vvp_io_init()
|
/linux-4.1.27/drivers/oprofile/ |
H A D | oprofilefs.c | 259 // FIXME: verify kill_litter_super removes our dentries oprofilefs_fill_super()
|
/linux-4.1.27/drivers/clocksource/ |
H A D | acpi_pm.c | 190 /* "verify" this timing source: */ init_acpi_pm_clocksource()
|
/linux-4.1.27/drivers/connector/ |
H A D | connector.c | 151 /* verify msg->len is within skb */ cn_call_callback()
|
/linux-4.1.27/drivers/crypto/caam/ |
H A D | pdb.h | 355 * except for the treatment of "w" for verify, "s" for sign,
|
/linux-4.1.27/drivers/bluetooth/ |
H A D | hci_ath.c | 86 /* verify and wake up controller */ ath_hci_uart_work()
|
/linux-4.1.27/drivers/tty/ |
H A D | n_hdlc.c | 525 /* verify line is using HDLC discipline */ n_hdlc_tty_receive() 593 /* verify user access to buffer */ n_hdlc_tty_read() 595 printk(KERN_WARNING "%s(%d) n_hdlc_tty_read() can't verify user " n_hdlc_tty_read() 681 /* verify frame size */ n_hdlc_tty_write()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ohci-pci.c | 112 * CONFIG_USB_OHCI_BIG_ENDIAN_MMIO. We verify here if ohci_quirk_toshiba_scc()
|
/linux-4.1.27/drivers/video/backlight/ |
H A D | ili9320.c | 207 /* verify we where given some information */ ili9320_probe_spi()
|
/linux-4.1.27/drivers/w1/slaves/ |
H A D | w1_ds2431.c | 167 /* Read the scratchpad and verify */ w1_f2d_write()
|
H A D | w1_ds2433.c | 179 /* Read the scratchpad and verify */ w1_f23_write()
|
/linux-4.1.27/drivers/watchdog/ |
H A D | ie6xx_wdt.c | 321 /* Check boot parameters to verify that their initial values */ ie6xx_wdt_init()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | bpf.h | 104 /* verify and load eBPF program
|
/linux-4.1.27/include/linux/sunrpc/ |
H A D | svcauth.h | 80 * accept() is given a request and should verify it.
|
/linux-4.1.27/arch/powerpc/sysdev/ |
H A D | ppc4xx_cpm.c | 80 * put to to sleep, they will. Here we do not verify, we just cpm_set()
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | nmi.c | 262 /* Processing backup -> verify if we can survive this */ s390_do_machine_check()
|
/linux-4.1.27/arch/mips/include/asm/sibyte/ |
H A D | sb1250_defs.h | 81 * be used to verify that you're compiling only for that
|
/linux-4.1.27/arch/mips/netlogic/common/ |
H A D | smp.c | 257 /* verify the mask and setup core config variables */ nlm_wakeup_secondary_cpus()
|
/linux-4.1.27/arch/powerpc/perf/ |
H A D | hv-gpci.c | 161 * we verify offset and length are within the zeroed buffer at event single_gpci_request()
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | uaccess.h | 106 * The "__xxx" versions of the user access functions do not verify the address
|
/linux-4.1.27/arch/arm/mach-rockchip/ |
H A D | platsmp.c | 302 * number of cores from the scu to verify this value when rockchip_smp_prepare_cpus()
|
/linux-4.1.27/arch/arm/plat-samsung/ |
H A D | pm-check.c | 31 * memory, so the system can verify if the resume was ok.
|