Searched refs:verify (Results 1 - 200 of 904) sorted by relevance

12345

/linux-4.4.14/arch/sparc/boot/
H A Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/linux-4.4.14/arch/m68k/
H A Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/linux-4.4.14/arch/nios2/boot/
H A Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/linux-4.4.14/arch/x86/boot/
H A Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
H A Dvideo-bios.c93 /* Try to verify that it's a text mode. */ bios_probe()
99 /* Graphics Controller: verify Alpha addressing enabled */ bios_probe()
/linux-4.4.14/arch/parisc/
H A Dinstall.sh22 verify () { function
34 verify "$2"
35 verify "$3"
/linux-4.4.14/arch/blackfin/boot/
H A Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"
/linux-4.4.14/arch/arm/boot/
H A Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"
/linux-4.4.14/Documentation/dvb/
H A Dget_dvb_firmware73 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.4.14/tools/testing/selftests/memfd/
H A Dmemfd_test.c224 /* verify PROT_READ *is* allowed */ mfd_assert_read()
237 /* verify MAP_PRIVATE is *always* allowed (even writable) */ mfd_assert_read()
257 /* verify write() succeeds */ mfd_assert_write()
264 /* verify PROT_READ | PROT_WRITE is allowed */ mfd_assert_write()
278 /* verify PROT_WRITE is allowed */ mfd_assert_write()
292 /* verify PROT_READ with MAP_SHARED is allowed and a following mfd_assert_write()
314 /* verify PUNCH_HOLE works */ mfd_assert_write()
331 /* verify write() fails */ mfd_fail_write()
338 /* verify PROT_READ | PROT_WRITE is not allowed */ mfd_fail_write()
350 /* verify PROT_WRITE is not allowed */ mfd_fail_write()
378 /* verify PUNCH_HOLE fails */ mfd_fail_write()
558 /* verify "" is a valid name */ test_create()
562 /* verify invalid O_* open flags */ test_create()
569 /* verify MFD_CLOEXEC is allowed */ test_create()
573 /* verify MFD_ALLOW_SEALING is allowed */ test_create()
577 /* verify MFD_ALLOW_SEALING | MFD_CLOEXEC is allowed */ test_create()
614 /* verify that sealing no longer works */ test_basic()
620 /* verify sealing does not work without MFD_ALLOW_SEALING */ test_basic()
/linux-4.4.14/drivers/mtd/tests/
H A Dmtd_nandecctest.c29 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 Doobtest.c207 pr_err("error: verify failed at %#llx\n", verify_eraseblock()
241 /* verify pre-offset area for 0xff */ verify_eraseblock()
244 /* verify post-(use_offset + use_len) area for 0xff */ verify_eraseblock()
250 pr_err("error: verify failed at %#llx\n", verify_eraseblock()
296 /* verify one page OOB at a time for bitflip per page limit check */ verify_eraseblock_in_one_go()
301 pr_err("error: verify failed at %#llx\n", verify_eraseblock_in_one_go()
401 /* First test: write all OOB, read it back and verify */ mtd_oobtest_init()
420 * verify. mtd_oobtest_init()
453 * and verify. mtd_oobtest_init()
692 pr_err("error: verify failed at %#llx\n", mtd_oobtest_init()
H A Dpagetest.c91 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 Dsubpagetest.c151 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 Dtorturetest.c203 pr_info("write verify %s\n", check ? "enabled" : "disabled"); tort_init()
279 pr_info("verify failed" tort_init()
318 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.4.14/crypto/asymmetric_keys/
H A Dsignature.c22 * verify_signature - Initiate the use of an asymmetric key to verify a signature
23 * @key: The asymmetric key to verify against
H A Dpkcs7_verify.c130 * Find the key (X.509 certificate) to use to verify a PKCS#7 message. PKCS#7
189 pr_debug("verify %s: %*phN\n", pkcs7_verify_sig_chain()
449 * pkcs7_supply_detached_data - Supply the data needed to verify a PKCS#7 message
454 * Supply the detached data needed to verify a PKCS#7 message. Note that no
H A Dpkcs7_trust.c130 kleave(" = -EKEYREJECTED [verify %d]", ret); pkcs7_validate_trust_one()
/linux-4.4.14/include/crypto/internal/
H A Dakcipher.h44 * Function registers an implementation of a public key verify algorithm
55 * Function unregisters an implementation of a public key verify algorithm
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c296 /* First, verify that the master reports correct status */ mlx4_comm_cmd_poll()
1068 .verify = NULL,
1077 .verify = NULL,
1086 .verify = NULL,
1095 .verify = NULL,
1104 .verify = NULL,
1113 .verify = NULL,
1122 .verify = NULL,
1131 .verify = NULL,
1140 .verify = NULL,
1149 .verify = NULL,
1158 .verify = NULL,
1167 .verify = NULL,
1176 .verify = NULL,
1185 .verify = NULL,
1194 .verify = NULL,
1203 .verify = NULL,
1212 .verify = NULL,
1221 .verify = NULL,
1230 .verify = NULL,
1239 .verify = NULL,
1248 .verify = NULL,
1257 .verify = NULL,
1266 .verify = NULL,
1275 .verify = NULL,
1284 .verify = NULL,
1293 .verify = NULL,
1302 .verify = NULL,
1311 .verify = NULL,
1320 .verify = NULL,
1329 .verify = NULL,
1338 .verify = NULL,
1347 .verify = NULL,
1356 .verify = NULL,
1365 .verify = NULL,
1374 .verify = NULL,
1383 .verify = NULL,
1392 .verify = NULL,
1401 .verify = NULL,
1410 .verify = NULL,
1419 .verify = NULL,
1428 .verify = NULL,
1437 .verify = NULL,
1446 .verify = NULL,
1455 .verify = NULL,
1464 .verify = NULL,
1473 .verify = NULL,
1482 .verify = NULL,
1491 .verify = NULL,
1500 .verify = NULL,
1509 .verify = NULL,
1518 .verify = NULL, /* XXX verify: only demux can do this */
1527 .verify = NULL,
1536 .verify = NULL,
1545 .verify = NULL,
1554 .verify = NULL,
1563 .verify = NULL,
1573 .verify = NULL,
1582 .verify = NULL,
1592 .verify = NULL,
1601 .verify = NULL,
1610 .verify = NULL,
1619 .verify = NULL,
1629 .verify = NULL,
1638 .verify = NULL,
1647 .verify = NULL,
1656 .verify = NULL,
1744 if (cmd->verify && cmd->verify(dev, slave, vhcr, inbox)) { mlx4_master_process_vhcr()
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_strings.c87 [-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.4.14/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c108 * Test a syscall within a suspended transaction and verify tm_syscall()
114 * Test a syscall within an active transaction and verify that tm_syscall()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_vf.c87 /* 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()
159 /* verify the index is not set */ fm10k_update_vlan_vf()
163 /* verify upper 4 bits of vid and length are 0 */ fm10k_update_vlan_vf()
263 /* verify VLAN ID is valid */ fm10k_update_uc_addr_vf()
267 /* verify MAC address is valid */ fm10k_update_uc_addr_vf()
271 /* verify we are not locked down on the MAC address */ fm10k_update_uc_addr_vf()
305 /* verify VLAN ID is valid */ fm10k_update_mc_addr_vf()
309 /* verify multicast address is valid */ fm10k_update_mc_addr_vf()
474 /* verify the dglort pointer */ fm10k_configure_dglort_map_vf()
489 * verify that this value is 0 as the VF cannot support adjusting the
511 * 32 least significant bits to verify they didn't change as we were reading
H A Dfm10k_tlv.c32 /* 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 Dfm10k_iov.c129 /* verify port mapping is valid, if not reset port */ fm10k_iov_mbx()
430 /* verify SR-IOV is active and that vf idx is valid */ fm10k_ndo_set_vf_mac()
434 /* verify MAC addr is valid */ fm10k_ndo_set_vf_mac()
455 /* verify SR-IOV is active and that vf idx is valid */ fm10k_ndo_set_vf_vlan()
487 /* verify SR-IOV is active and that vf idx is valid */ fm10k_ndo_set_vf_bw()
511 /* verify SR-IOV is active and that vf idx is valid */ fm10k_ndo_get_vf_config()
H A Dfm10k_pf.c62 /* verify the switch is ready for reset */ fm10k_reset_hw_pf()
209 /* verify the VSI index is valid */ fm10k_update_vlan_pf()
229 /* verify the reserved 0 fields are 0 */ fm10k_update_vlan_pf()
368 /* verify MAC address is valid */ fm10k_update_uc_addr_pf()
389 /* verify multicast address is valid */ fm10k_update_mc_addr_pf()
514 /* verify the dglort pointer */ fm10k_configure_dglort_map_pf()
518 /* verify the dglort values */ fm10k_configure_dglort_map_pf()
749 /* verify vf is in range */ fm10k_iov_configure_tc_pf()
807 /* verify vf is in range */ fm10k_iov_assign_int_moderator_pf()
845 /* verify vf is in range */ fm10k_iov_assign_default_mac_vlan_pf()
877 /* verify ring has disabled before modifying base address registers */ fm10k_iov_assign_default_mac_vlan_pf()
938 /* verify vf is in range */ fm10k_iov_reset_resources_pf()
1208 /* verify upper 16 bits are zero */ fm10k_iov_msg_mac_vlan_pf()
1260 /* verify that the VF is allowed to request multicast */ fm10k_iov_msg_mac_vlan_pf()
1339 /* verify VF is allowed to enable even minimal mode */ fm10k_iov_msg_lport_state_pf()
1537 /* verify the fault register is in range and is aligned */ fm10k_get_fault_pf()
1605 /* verify the switch is ready for interaction */ fm10k_get_host_state_pf()
1654 /* verify mask is set and none of the masked bits in glort are set */ fm10k_msg_lport_map_pf()
1658 /* verify the mask is contiguous, and that it is 1's followed by 0's */ fm10k_msg_lport_map_pf()
1701 /* verify VID is valid */ fm10k_msg_update_pvid_pf()
1811 /* verify the requested adjustment value is in range */ fm10k_adjust_systime_pf()
1830 * 32 least significant bits to verify they didn't change as we were reading
H A Dfm10k_ptp.c336 /* verify the requested channel is there */ fm10k_ptp_enable()
356 /* convert to unsigned 64b ns, verify we can put it in a 32b register */ fm10k_ptp_enable()
363 /* verify the value is in range supported by hardware */ fm10k_ptp_enable()
392 /* verify the requested pin is there */ fm10k_ptp_verify()
434 ptp_caps->verify = fm10k_ptp_verify; fm10k_ptp_register()
H A Dfm10k_dcbnl.c59 /* verify type and determine num_tcs needed */ fm10k_dcbnl_ieee_setets()
H A Dfm10k_common.c223 /* 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 Dfm10k_ethtool.c721 /* verify limits */ fm10k_set_coalesce()
1173 /* verify they are not requesting separate vectors */ fm10k_set_channels()
1177 /* verify other_count has not changed */ fm10k_set_channels()
1181 /* verify the number of channels does not exceed hardware limits */ fm10k_set_channels()
/linux-4.4.14/drivers/md/bcache/
H A Ddebug.c36 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 Dsysfs.c99 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 Drequest.c34 static bool verify(struct cached_dev *dc, struct bio *bio) verify() function
36 return dc->verify; verify()
754 if (verify(dc, &s->bio.bio) && s->recoverable && !s->read_dirty_data) cached_dev_read_done()
779 else if (s->iop.bio || verify(dc, &s->bio.bio)) cached_dev_read_done_bh()
/linux-4.4.14/drivers/crypto/
H A Dbfin_crc.h33 /* First failed position to verify input data */
99 #define MODE_DATA_VERIFY 4 /* MSM data verify */
/linux-4.4.14/drivers/cpufreq/
H A Dcris-artpec3-cpufreq.c57 .verify = cpufreq_generic_frequency_table_verify,
H A Dcris-etraxfs-cpufreq.c57 .verify = cpufreq_generic_frequency_table_verify,
H A Ddbx500-cpufreq.c38 .verify = cpufreq_generic_frequency_table_verify,
H A Dunicore2-cpufreq.c68 .verify = ucv2_verify_speed,
H A Dat32ap-cpufreq.c117 .verify = cpufreq_generic_frequency_table_verify,
H A Dsc520_freq.c93 .verify = cpufreq_generic_frequency_table_verify,
H A Dloongson2_cpufreq.c114 .verify = cpufreq_generic_frequency_table_verify,
H A Dppc_cbe_cpufreq.c142 .verify = cpufreq_generic_frequency_table_verify,
H A Dsfi-cpufreq.c81 .verify = cpufreq_generic_frequency_table_verify,
H A Dsh-cpufreq.c155 .verify = sh_cpufreq_verify,
H A Dlongrun.c121 * @policy: the policy to verify
282 .verify = longrun_verify_policy,
H A Dblackfin-cpufreq.c194 .verify = cpufreq_generic_frequency_table_verify,
H A Dcppc_cpufreq.c127 .verify = cppc_verify_policy,
H A Ddavinci-cpufreq.c124 .verify = davinci_verify_speed,
H A Delanfreq.c197 .verify = cpufreq_generic_frequency_table_verify,
H A Dintegrator-cpufreq.c192 .verify = integrator_verify_policy,
H A Dkirkwood-cpufreq.c98 .verify = cpufreq_generic_frequency_table_verify,
H A Dls1x-cpufreq.c122 .verify = cpufreq_generic_frequency_table_verify,
H A Domap-cpufreq.c153 .verify = cpufreq_generic_frequency_table_verify,
H A Dpxa3xx-cpufreq.c205 .verify = cpufreq_generic_frequency_table_verify,
H A Ds3c64xx-cpufreq.c216 .verify = cpufreq_generic_frequency_table_verify,
H A Dsparc-us3-cpufreq.c195 driver->verify = cpufreq_generic_frequency_table_verify; us3_freq_init()
H A Dtegra20-cpufreq.c169 .verify = cpufreq_generic_frequency_table_verify,
H A Dcpufreq.c1146 * to accept all calls to ->verify and ->setpolicy for this CPU cpufreq_online()
1509 /* verify no discrepancy between actual and __cpufreq_get()
1642 * wouldn't be hotplugged-out on suspend. It will verify that the
2108 /* verify the cpu speed can be set within this limit */ cpufreq_set_policy()
2109 ret = cpufreq_driver->verify(new_policy); cpufreq_set_policy()
2118 * verify the cpu speed can be set within this limit, which might be cpufreq_set_policy()
2121 ret = cpufreq_driver->verify(new_policy); cpufreq_set_policy()
2413 if (!driver_data || !driver_data->verify || !driver_data->init || cpufreq_register_driver()
H A Dcpufreq-nforce2.c374 .verify = nforce2_verify,
H A Dfreq_table.c106 * Generic routine to verify policy & frequency table, requires driver to set
H A Dia64-acpi-cpufreq.c345 .verify = cpufreq_generic_frequency_table_verify,
H A Dmaple-cpufreq.c151 .verify = cpufreq_generic_frequency_table_verify,
H A Dp4-clockmod.c237 .verify = cpufreq_generic_frequency_table_verify,
H A Dpasemi-cpufreq.c264 .verify = cpufreq_generic_frequency_table_verify,
H A Dpowernow-k6.c249 .verify = cpufreq_generic_frequency_table_verify,
H A Dpowernow-k8.c744 /* verify the data contained in the ACPI structures */ powernow_k8_cpu_init_acpi()
836 /* verify frequency is OK */ fill_powernow_table_fidvid()
843 /* verify voltage is OK - fill_powernow_table_fidvid()
1162 .verify = cpufreq_generic_frequency_table_verify,
H A Dqoriq-cpufreq.c329 .verify = cpufreq_generic_frequency_table_verify,
H A Dsa1100-cpufreq.c205 .verify = cpufreq_generic_frequency_table_verify,
H A Dsa1110-cpufreq.c316 .verify = cpufreq_generic_frequency_table_verify,
H A Dsparc-us2e-cpufreq.c336 driver->verify = cpufreq_generic_frequency_table_verify; us2e_freq_init()
H A Dspear-cpufreq.c163 .verify = cpufreq_generic_frequency_table_verify,
H A Dspeedstep-ich.c311 .verify = cpufreq_generic_frequency_table_verify,
H A Dspeedstep-smi.c292 .verify = cpufreq_generic_frequency_table_verify,
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_cksum.h53 * Helper to verify the checksum for a buffer.
H A Dxfs_dquot_buf.c229 * On the first read of the buffer, verify that each dquot is valid. xfs_dquot_buf_verify()
/linux-4.4.14/include/linux/
H A Dpoison.h19 * under normal circumstances, used to verify that nobody uses
H A Dptp_clock_kernel.h77 * @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 Dbpf.h186 /* verify correctness of eBPF program */
H A Dclockchips.h133 /* Helpers to verify state of a clockevent device */ clockevent_state_detached()
/linux-4.4.14/arch/m68k/include/asm/
H A Datafdreg.h43 #define FDCCMDADD_V (0x04) /* verify */
/linux-4.4.14/sound/pci/hda/
H A Ddell_wmi_helper.c24 /* TODO: How do I verify if it's a mono or stereo here? */ update_dell_wmi_micmute_led()
H A Dthinkpad_helper.c48 /* TODO: How do I verify if it's a mono or stereo here? */ update_tpacpi_micmute_led()
/linux-4.4.14/security/apparmor/
H A Dpolicy_unpack.c297 * 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 Dmatch.c91 * 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.4.14/arch/arm/mach-imx/
H A Dhardware.h37 * This is rather complicated for humans and ugly to verify, but for a machine
45 * The downside it, it's hard to verify (but I have a script for that).
/linux-4.4.14/tools/iio/
H A Diio_utils.c599 /* verify the next character is not a colon */ find_type_by_name()
656 int verify) _write_sysfs_int()
690 if (verify) { _write_sysfs_int()
739 * and verify
753 const char *val, int verify) _write_sysfs_string()
788 if (verify) { _write_sysfs_string()
792 fprintf(stderr, "Could not open file to verify\n"); _write_sysfs_string()
825 * write_sysfs_string_and_verify() - string write, readback and verify
655 _write_sysfs_int(const char *filename, const char *basedir, int val, int verify) _write_sysfs_int() argument
752 _write_sysfs_string(const char *filename, const char *basedir, const char *val, int verify) _write_sysfs_string() argument
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dtestmode_i.h48 * uses this to verify it's using the correct version of the
H A Dhtt.c250 ath10k_warn(ar, "failed to verify htt version: %d\n", ath10k_htt_setup()
/linux-4.4.14/arch/sparc/kernel/
H A Didprom.c74 /* Create a local IDPROM copy, verify integrity, and display information. */ idprom_init()
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Dpda.h56 * code to verify that we don't overflow the page.
/linux-4.4.14/drivers/scsi/esas2r/
H A Desas2r_flash.c339 * 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.4.14/include/uapi/scsi/
H A Dcxlflash_ioctl.h114 __u64 context_id; /* Context owning resources to verify */
116 __u64 hint; /* Reasons for verify */
153 struct dk_cxlflash_verify verify; member in union:cxlflash_ioctls
/linux-4.4.14/security/integrity/evm/
H A Devm_main.c215 * 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.4.14/include/crypto/
H A Dakcipher.h58 * @verify: Function performs a sign operation as defined by public key
94 int (*verify)(struct akcipher_request *req); member in struct:akcipher_alg
328 * crypto_akcipher_verify() -- Invoke public key verify operation
330 * Function invokes the specific public key verify operation for a given
342 return alg->verify(req); crypto_akcipher_verify()
/linux-4.4.14/drivers/ptp/
H A Dptp_private.h61 * holding q->lock. Readers use this function to verify that the queue
H A Dptp_chardev.c95 if (info->verify(info, pin, func, chan)) { ptp_set_pinfunc()
/linux-4.4.14/drivers/md/persistent-data/
H A Ddm-block-manager.h45 * The validator allows the caller to verify newly-read data and modify
/linux-4.4.14/drivers/mtd/maps/
H A Dl440gx.c53 /* FIXME verify that this is the
/linux-4.4.14/arch/um/drivers/
H A Dpty.c98 /* verify slave side is usable */ getmaster()
/linux-4.4.14/arch/x86/platform/intel-quark/
H A Dimr_selftest.c52 * Verify IMR self_test with some simple tests to verify overlap,
/linux-4.4.14/block/partitions/
H A Dsun.c32 __be32 sanity; /* To verify vtoc sanity */ sun_partition()
/linux-4.4.14/drivers/char/
H A Dnwflash.c229 * 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 Dpc8736x_gpio.c96 /* try the 2 possible values, read a hardware reg to verify */ pc8736x_superio_present()
/linux-4.4.14/drivers/char/tpm/
H A Dtpm_atmel.h95 /* verify that it is an Atmel part */ atmel_verify_tpm11()
H A Dtpm_nsc.c272 /* verify that it is a National part (SID) */ init_nsc()
/linux-4.4.14/scripts/
H A Dcleanfile110 # First, verify that it is not a binary file; consider any file
H A Dcleanpatch110 # First, verify that it is not a binary file; consider any file
H A Dsetlocalversion47 head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
/linux-4.4.14/arch/m68k/sun3/
H A Didprom.c108 /* Create a local IDPROM copy, verify integrity, and display information. */ idprom_init()
/linux-4.4.14/arch/arm/mach-pxa/
H A Dxcep.c144 * Drivers for HWMON verify capabilities of the adapter when loading and
/linux-4.4.14/drivers/gpio/
H A Dgpio-ich.c116 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.4.14/sound/pci/asihpi/
H A Dhpidspcd.h84 /** Rewind to the beginning of the DSP code file (for verify) */
/linux-4.4.14/drivers/scsi/cxlflash/
H A Dsuperpipe.c1698 * @verify: Verify ioctl data structure.
1703 struct dk_cxlflash_verify *verify) process_sense()
1713 rc = scsi_normalize_sense((const u8 *)&verify->sense_data, process_sense()
1763 * @verify: Verify ioctl data structure.
1768 struct dk_cxlflash_verify *verify) cxlflash_disk_verify()
1777 res_hndl_t rhndl = verify->rsrc_handle; cxlflash_disk_verify()
1778 u64 ctxid = DECODE_CTXID(verify->context_id), cxlflash_disk_verify()
1779 rctxid = verify->context_id; cxlflash_disk_verify()
1783 "flags=%016llX\n", __func__, ctxid, verify->rsrc_handle, cxlflash_disk_verify()
1784 verify->hint, verify->hdr.flags); cxlflash_disk_verify()
1805 if (verify->hint & DK_CXLFLASH_VERIFY_HINT_SENSE) { cxlflash_disk_verify()
1811 rc = process_sense(sdev, verify); cxlflash_disk_verify()
1837 verify->last_lba = last_lba; cxlflash_disk_verify()
1843 __func__, rc, verify->last_lba); cxlflash_disk_verify()
1702 process_sense(struct scsi_device *sdev, struct dk_cxlflash_verify *verify) process_sense() argument
1767 cxlflash_disk_verify(struct scsi_device *sdev, struct dk_cxlflash_verify *verify) cxlflash_disk_verify() argument
/linux-4.4.14/drivers/iommu/
H A Dintel_irq_remapping.c263 #define SVT_VERIFY_SID_SQ 0x1 /* verify using SID and SQ fields */
264 #define SVT_VERIFY_BUS 0x2 /* verify bus of request-id */
269 #define SQ_ALL_16 0x0 /* verify all 16 bits of request-id */
270 #define SQ_13_IGNORE_1 0x1 /* verify most significant 13 bits, ignore
273 #define SQ_13_IGNORE_2 0x2 /* verify most significant 13 bits, ignore
276 #define SQ_13_IGNORE_3 0x3 /* verify most significant 13 bits, ignore
281 * set SVT, SQ and SID fields of irte to verify
381 * the subordinate bus. In this case we can only verify the bus. set_msi_sid()
/linux-4.4.14/arch/arm64/crypto/
H A Daes-ce-ccm-glue.c74 /* 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.4.14/net/llc/
H A Dllc_s_ac.c35 * UNITDATA INDICATION; verify our event is the kind we expect
127 * event; verify the primitive is a TEST REQUEST.
/linux-4.4.14/drivers/xen/xenbus/
H A Dxenbus_comms.c111 /* Read indexes, then verify. */ xb_write()
168 /* Read indexes, then verify. */ xb_read()
/linux-4.4.14/fs/nfsd/
H A Dnfs4proc.c1101 struct nfsd4_verify *verify) _nfsd4_verify()
1111 status = check_attr_support(rqstp, cstate, verify->ve_bmval, NULL); _nfsd4_verify()
1115 if ((verify->ve_bmval[0] & FATTR4_WORD0_RDATTR_ERROR) _nfsd4_verify()
1116 || (verify->ve_bmval[1] & NFSD_WRITEONLY_ATTRS_WORD1)) _nfsd4_verify()
1118 if (verify->ve_attrlen & 3) _nfsd4_verify()
1124 count = 4 + (verify->ve_attrlen >> 2); _nfsd4_verify()
1133 verify->ve_bmval, _nfsd4_verify()
1147 if (ntohl(*p++) != verify->ve_attrlen) _nfsd4_verify()
1149 if (!memcmp(p, verify->ve_attrval, verify->ve_attrlen)) _nfsd4_verify()
1159 struct nfsd4_verify *verify) nfsd4_nverify()
1163 status = _nfsd4_verify(rqstp, cstate, verify); nfsd4_nverify()
1169 struct nfsd4_verify *verify) nfsd4_verify()
1173 status = _nfsd4_verify(rqstp, cstate, verify); nfsd4_verify()
1100 _nfsd4_verify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_verify *verify) _nfsd4_verify() argument
1158 nfsd4_nverify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_verify *verify) nfsd4_nverify() argument
1168 nfsd4_verify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_verify *verify) nfsd4_verify() argument
/linux-4.4.14/drivers/staging/unisys/include/
H A Dchannel.h267 /* caller wants us to verify type GUID */ spar_check_channel_client()
275 if (expected_min_bytes > 0) { /* caller wants us to verify spar_check_channel_client()
287 if (expected_version > 0) { /* caller wants us to verify spar_check_channel_client()
298 if (expected_signature > 0) { /* caller wants us to verify spar_check_channel_client()
322 if (expected_min_bytes > 0) /* caller wants us to verify spar_check_channel_server()
/linux-4.4.14/drivers/scsi/
H A D3w-9xxx.h100 {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.4.14/net/mac80211/
H A Dwpa.c105 * No way to verify the MIC if the hardware stripped it or ieee80211_rx_h_michael_mic_verify()
283 * Let TKIP code verify IV, but skip decryption. ieee80211_crypto_tkip_decrypt()
536 /* hardware didn't decrypt/verify MIC */ ieee80211_crypto_ccmp_decrypt()
762 /* hardware didn't decrypt/verify MIC */ ieee80211_crypto_gcmp_decrypt()
1043 /* hardware didn't decrypt/verify MIC */ ieee80211_crypto_aes_cmac_decrypt()
1093 /* hardware didn't decrypt/verify MIC */ ieee80211_crypto_aes_cmac_256_decrypt()
1192 /* hardware didn't decrypt/verify MIC */ ieee80211_crypto_aes_gmac_decrypt()
/linux-4.4.14/drivers/isdn/hisax/
H A Dtei.c256 "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.4.14/drivers/acpi/acpica/
H A Dtbinstal.c201 /* Validate and verify a table before installation */ acpi_tb_install_fixed_table()
277 /* Validate and verify a table before installation */ acpi_tb_install_standard_table()
428 /* Validate and verify a table before overriding */ acpi_tb_override_table()
H A Dtbdata.c361 * signature - Table signature to verify
365 * DESCRIPTION: This function is called to validate and verify the table, the
H A Ddbmethod.c82 /* Get and verify the breakpoint address */ acpi_db_set_method_breakpoint()
H A Dtbprint.c176 * PARAMETERS: table - ACPI table to verify
/linux-4.4.14/arch/xtensa/include/asm/
H A Duaccess.h212 * 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.4.14/drivers/usb/misc/
H A Dadutux.c358 /* 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 Dldusb.c452 /* verify that we actually have some data to read */ ld_usb_read()
462 /* verify that the device wasn't unplugged */ ld_usb_read()
532 /* verify that we actually have some data to write */ ld_usb_write()
542 /* verify that the device wasn't unplugged */ ld_usb_write()
H A Dlegousbtower.c563 /* 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.4.14/drivers/input/touchscreen/
H A Dtouchwin.c70 /* verify length and that the two Y's are the same */ tw_interrupt()
H A Dad7877.c685 u16 verify; ad7877_probe() local
762 verify = ad7877_read(spi, AD7877_REG_SEQ1); ad7877_probe()
764 if (verify != AD7877_MM_SEQUENCE){ ad7877_probe()
H A Dft6236.c231 /* verify that the controller is present */ ft6236_probe()
/linux-4.4.14/drivers/media/radio/
H A Dradio-terratec.c40 hardware this is hard to verify. For now, this is the only one we will
/linux-4.4.14/drivers/parisc/
H A Dccio-rm-dma.c174 ** FIXME - should check U2 registers to verify it's really running ccio_probe()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
H A Dfw.h84 /* verify condition: [@addr] & @mask == @value
/linux-4.4.14/drivers/char/hw_random/
H A Dmxc-rnga.c117 /* verify if oscillator is working */ mxc_rnga_init()
/linux-4.4.14/lib/
H A Dbug.c30 - In the illegal instruction trap handler (typically), verify
H A Ddecompress_inflate.c90 /* verify the gzip header */ __gunzip()
/linux-4.4.14/net/core/
H A Dstream.c87 * @sk: socket to verify
/linux-4.4.14/net/wimax/
H A Did-table.c127 * On debug, verify that the table is empty upon removal. We want the
/linux-4.4.14/fs/ntfs/
H A Daops.h60 * error checking is performed. This means the caller has to verify whether
/linux-4.4.14/include/linux/ceph/
H A Dauth.h55 * Create authorizer for connecting to a service, and verify
/linux-4.4.14/arch/mips/include/asm/netlogic/xlp-hal/
H A Dbridge.h146 /* FIXME verify */
/linux-4.4.14/arch/mips/kernel/
H A Dsyscall.c45 * is no need for it to do verify the validity of a userspace pointer
/linux-4.4.14/Documentation/connector/
H A Ducon.c105 "If you get no output, then verify the cn_test module id matches\n" usage()
/linux-4.4.14/net/ipv4/
H A Dxfrm4_input.c131 /* Now we can update and verify the packet length... */ xfrm4_udp_encap_rcv()
/linux-4.4.14/drivers/regulator/
H A Dhelpers.c268 /* 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.4.14/drivers/input/keyboard/
H A Dbcm-keypad.c260 * 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.4.14/arch/tile/gxio/
H A Dmpipe.c369 /* The init call below will verify that "mem_size" is legal. */ gxio_mpipe_iqueue_init()
399 /* The init call below will verify that "mem_size" is legal. */ gxio_mpipe_equeue_init()
/linux-4.4.14/arch/avr32/mach-at32ap/
H A Dpio.c61 /* assign and verify pio */ at32_select_periph()
175 /* assign and verify pio */ at32_reserve_pin()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dchip.h418 /* verify capability PHY fields */
433 /* verify capability fabric fields */
445 /* verify capability local link width fields */
453 /* verify capability remote link width fields */
488 /* verify capability PHY power management bits */
492 /* verify capability fabric CRC size bits */
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c52 /* 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 Dixgbe_sriov.c931 /* verify the PF is supporting the correct APIs */ ixgbe_get_vf_queues()
974 /* verify the PF is supporting the correct API */ ixgbe_get_vf_reta()
1001 /* verify the PF is supporting the correct API */ ixgbe_get_vf_rss_key()
1017 /* verify the PF is supporting the correct APIs */ ixgbe_update_vf_xcast_mode()
1413 /* verify VF is active */ ixgbe_ndo_set_vf_bw()
1417 /* verify link is up */ ixgbe_ndo_set_vf_bw()
1421 /* verify we are linked at 10Gbps */ ixgbe_ndo_set_vf_bw()
/linux-4.4.14/fs/ext4/
H A Dballoc.c330 * are located to verify they are set. ext4_valid_block_bitmap()
435 goto verify; ext4_read_block_bitmap_nowait()
440 goto verify; ext4_read_block_bitmap_nowait()
454 goto verify; ext4_read_block_bitmap_nowait()
464 goto verify; ext4_read_block_bitmap_nowait()
475 verify: ext4_read_block_bitmap_nowait()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c317 /* 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()
561 /* verify input for valid configuration */ i40e_init_adminq()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
H A Di40e_adminq.c304 /* Check one register to verify that config was applied */ i40e_config_asq_regs()
336 /* Check one register to verify that config was applied */ i40e_config_arq_regs()
367 /* verify input for valid configuration */ i40e_init_asq()
426 /* verify input for valid configuration */ i40e_init_arq()
545 /* verify input for valid configuration */ i40evf_init_adminq()
/linux-4.4.14/arch/alpha/kernel/
H A Dcore_cia.c393 /* 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.4.14/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec_plain.c365 CERROR("bulk read: client verify failed: %d\n", rc); plain_cli_unwrap_bulk()
907 CERROR("bulk write: server verify failed: %d\n", rc); plain_svc_unwrap_bulk()
954 .verify = plain_ctx_verify,
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c522 /* 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.4.14/drivers/net/can/softing/
H A Dsofting_fw.c132 /* verify checksum */ fw_parse()
208 /* verify record data */ softing_load_fw()
302 /* verify checksum */ softing_load_app_fw()
/linux-4.4.14/drivers/crypto/nx/
H A Dnx-842-powernv.c201 /* verify CSB completion sequence is 0 */ wait_for_csb()
611 /* verify workmem size/align restrictions */ nx842_powernv_init()
615 /* verify buffer size/align restrictions */ nx842_powernv_init()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A D4965.c43 * 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.4.14/drivers/net/usb/
H A Dcdc_ncm.c570 * 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()
1017 /* verify that there is room for the NDP and the datagram (reserve) */ cdc_ncm_ndp()
1307 /* verify NTB header and return offset of first NDP, or negative error */ cdc_ncm_rx_verify_nth16()
1356 /* verify NDP header and return number of datagrams, or negative error */ cdc_ncm_rx_verify_ndp16()
/linux-4.4.14/drivers/tty/vt/
H A Dvc_screen.c215 /* Select the proper current console and verify vcs_read()
393 /* Select the proper current console and verify vcs_write()
/linux-4.4.14/drivers/uwb/i1480/dfu/
H A Dusb.c146 * stall or a different memory read. Caller has to verify the
228 * will verify it.
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c188 * radeon_atpx_verify_interface - verify ATPX
464 * radeon_atpx_init - verify the ATPX interface
/linux-4.4.14/block/
H A Dbio-integrity.c221 * @bio: bio to generate/verify integrity metadata for
340 /* Install custom I/O completion handler if read verify is enabled */ bio_integrity_prep()
/linux-4.4.14/arch/powerpc/kernel/
H A Dftrace.c81 /* 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.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c189 * amdgpu_atpx_verify_interface - verify ATPX
466 * amdgpu_atpx_init - verify the ATPX interface
/linux-4.4.14/drivers/w1/masters/
H A Dds2482.c61 * 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.4.14/drivers/usb/host/
H A Dohci-pci.c112 * CONFIG_USB_OHCI_BIG_ENDIAN_MMIO. We verify here if ohci_quirk_toshiba_scc()
/linux-4.4.14/drivers/tty/
H A Dn_hdlc.c525 /* 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.4.14/drivers/staging/lustre/lustre/llite/
H A Dvvp_io.c66 * To avoid populating pages to a wrong stripe, we have to verify the
124 " ignore/verify layout %d/%d, layout version %d restore needed %d\n", vvp_io_fini()
805 * verify pages have been written, but this is difficult because of vvp_io_fsync_start()
1141 " ignore/verify layout %d/%d, layout version %d restore needed %d\n", vvp_io_init()
/linux-4.4.14/drivers/video/backlight/
H A Dili9320.c207 /* verify we where given some information */ ili9320_probe_spi()
/linux-4.4.14/drivers/isdn/mISDN/
H A Dtei.c597 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.4.14/drivers/isdn/sc/
H A Dcommand.c105 pr_debug("%s: Failed to verify user space 0x%lx\n", command()
/linux-4.4.14/drivers/mtd/nand/
H A Dnand_bch.c151 /* verify that eccbytes has the expected value */ nand_bch_init()
H A Dndfc.c116 * Speedups for buffer read/write/verify
/linux-4.4.14/drivers/net/appletalk/
H A Dipddp.c189 * Create a routing entry. We first verify that the
/linux-4.4.14/drivers/i2c/muxes/
H A Di2c-mux-pca954x.c211 /* Write the mux register at addr to verify pca954x_probe()
/linux-4.4.14/drivers/ide/
H A Dide-floppy_ioctl.c166 * 0x01 - verify media after format. ide_floppy_format_unit()
H A Dns87415.c200 /* verify good DMA status */ ns87415_dma_end()
H A Dsc1200.c186 return (dma_stat & 7) != 4; /* verify good DMA status */ sc1200_dma_end()
/linux-4.4.14/drivers/oprofile/
H A Doprofilefs.c259 // FIXME: verify kill_litter_super removes our dentries oprofilefs_fill_super()
/linux-4.4.14/drivers/clocksource/
H A Dacpi_pm.c190 /* "verify" this timing source: */ init_acpi_pm_clocksource()
/linux-4.4.14/drivers/connector/
H A Dconnector.c152 /* verify msg->len is within skb */ cn_call_callback()
/linux-4.4.14/drivers/crypto/caam/
H A Dpdb.h355 * except for the treatment of "w" for verify, "s" for sign,
/linux-4.4.14/drivers/dma/ioat/
H A Ddca.c55 /* verify if tag map matches expected values */ dca2_tag_map_valid()
/linux-4.4.14/crypto/
H A Drsa.c326 .verify = rsa_verify,
/linux-4.4.14/drivers/bluetooth/
H A Dhci_ath.c86 /* verify and wake up controller */ ath_hci_uart_work()
/linux-4.4.14/fs/nfs/
H A Dnfs4file.c252 /* verify if ranges are overlapped within the same file */ nfs42_ioctl_clone()
/linux-4.4.14/mm/
H A Dpage_isolation.c231 * simple way to verify that as VM_BUG_ON(), though. __test_page_isolated_in_pageblock()
/linux-4.4.14/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c78 PROC(VERIFY, verify),
/linux-4.4.14/security/integrity/ima/
H A Dima_appraise.c180 * Call evm_verifyxattr() to verify the integrity of 'security.ima'.
/linux-4.4.14/include/linux/sunrpc/
H A Dsvcauth.h80 * accept() is given a request and should verify it.
/linux-4.4.14/arch/powerpc/perf/
H A Dhv-gpci.c161 * we verify offset and length are within the zeroed buffer at event single_gpci_request()
/linux-4.4.14/arch/powerpc/sysdev/
H A Dppc4xx_cpm.c80 * put to to sleep, they will. Here we do not verify, we just cpm_set()
/linux-4.4.14/arch/mips/include/asm/sibyte/
H A Dsb1250_defs.h81 * be used to verify that you're compiling only for that
/linux-4.4.14/arch/s390/kernel/
H A Dnmi.c272 /* Processing backup -> verify if we can survive this */ s390_do_machine_check()

Completed in 5529 milliseconds

12345