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

12345

/linux-4.1.27/arch/sparc/boot/
H A Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/linux-4.1.27/arch/nios2/boot/
H A Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/linux-4.1.27/arch/m68k/
H A Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/linux-4.1.27/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.1.27/arch/parisc/
H A Dinstall.sh22 verify () { function
34 verify "$2"
35 verify "$3"
/linux-4.1.27/arch/blackfin/boot/
H A Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"
/linux-4.1.27/arch/arm/boot/
H A Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"
/linux-4.1.27/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.1.27/tools/testing/selftests/memfd/
H A Dmemfd_test.c223 /* 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 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.c202 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 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.c202 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 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_trust.c126 kleave(" = -EKEYREJECTED [verify %d]", ret); pkcs7_validate_trust_one()
H A Dpkcs7_verify.c123 * 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 Dcmd.c295 /* 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 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.1.27/tools/lib/api/fs/
H A Dfindfs.c10 /* verify that a mountpoint is actually the type we want */
/linux-4.1.27/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c97 * 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 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()
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 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()
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 Dfm10k_pf.c216 /* 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 Dfm10k_ptp.c335 /* 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 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.c607 /* 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 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.c33 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 Dbfin_crc.h33 /* First failed position to verify input data */
99 #define MODE_DATA_VERIFY 4 /* MSM data verify */
/linux-4.1.27/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.c83 .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 Ddavinci-cpufreq.c124 .verify = davinci_verify_speed,
H A Delanfreq.c197 .verify = cpufreq_generic_frequency_table_verify,
H A Dexynos-cpufreq.c146 .verify = cpufreq_generic_frequency_table_verify,
H A Dintegrator-cpufreq.c194 .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 Dtegra-cpufreq.c169 .verify = cpufreq_generic_frequency_table_verify,
H A Dcpufreq.c1161 * 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 Dcpufreq-nforce2.c374 .verify = nforce2_verify,
H A Dfreq_table.c91 * 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 Dimx6q-cpufreq.c147 .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.c751 /* 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 Dqoriq-cpufreq.c319 .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.1.27/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.1.27/arch/m68k/include/asm/
H A Datafdreg.h43 #define FDCCMDADD_V (0x04) /* verify */
/linux-4.1.27/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.1.27/tools/iio/
H A Diio_utils.c454 /* 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 Dbus-osm.c83 * 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 Dhardware.h36 * 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 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.1.27/drivers/net/wireless/ath/ath10k/
H A Dtestmode_i.h48 * uses this to verify it's using the correct version of the
/linux-4.1.27/arch/sparc/kernel/
H A Didprom.c74 /* Create a local IDPROM copy, verify integrity, and display information. */ idprom_init()
/linux-4.1.27/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.h139 /* verify correctness of eBPF program */
/linux-4.1.27/arch/ia64/include/asm/sn/
H A Dpda.h56 * code to verify that we don't overflow the page.
/linux-4.1.27/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.1.27/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.1.27/drivers/mtd/maps/
H A Dl440gx.c53 /* FIXME verify that this is the
/linux-4.1.27/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.1.27/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.1.27/arch/x86/platform/intel-quark/
H A Dimr_selftest.c52 * Verify IMR self_test with some simple tests to verify overlap,
/linux-4.1.27/block/partitions/
H A Dsun.c32 __be32 sanity; /* To verify vtoc sanity */ sun_partition()
/linux-4.1.27/arch/um/drivers/
H A Dpty.c98 /* verify slave side is usable */ getmaster()
/linux-4.1.27/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.1.27/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.1.27/drivers/md/persistent-data/
H A Ddm-block-manager.h45 * The validator allows the caller to verify newly-read data and modify
/linux-4.1.27/arch/m68k/sun3/
H A Didprom.c108 /* Create a local IDPROM copy, verify integrity, and display information. */ idprom_init()
/linux-4.1.27/arch/arm/mach-pxa/
H A Dxcep.c144 * Drivers for HWMON verify capabilities of the adapter when loading and
/linux-4.1.27/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.1.27/sound/pci/asihpi/
H A Dhpidspcd.h84 /** Rewind to the beginning of the DSP code file (for verify) */
/linux-4.1.27/drivers/iommu/
H A Dintel_irq_remapping.c287 #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 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.1.27/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.1.27/drivers/xen/xenbus/
H A Dxenbus_comms.c111 /* Read indexes, then verify. */ xb_write()
168 /* Read indexes, then verify. */ xb_read()
/linux-4.1.27/fs/nfsd/
H A Dnfs4proc.c1112 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 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.1.27/drivers/staging/unisys/common-spar/include/channels/
H A Dchannel.h305 /* 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 Dwpa.c105 * 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 Dvht.c133 * A VHT STA must support 40 MHz, but if we verify that here ieee80211_vht_cap_ie_to_sta_vht_cap()
H A Dwme.c91 /* 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 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.1.27/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.1.27/drivers/acpi/acpica/
H A Dtbinstal.c196 /* 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 Dtbdata.c361 * signature - Table signature to verify
365 * DESCRIPTION: This function is called to validate and verify the table, the
H A Dtbprint.c176 * PARAMETERS: table - ACPI table to verify
/linux-4.1.27/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()
/linux-4.1.27/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.1.27/drivers/media/v4l2-core/
H A Dvideobuf2-memops.c90 * verify that the underlying physical pages are contiguous. If they are
/linux-4.1.27/drivers/parisc/
H A Dccio-rm-dma.c174 ** FIXME - should check U2 registers to verify it's really running ccio_probe()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dfw.h84 /* verify condition: [@addr] & @mask == @value
/linux-4.1.27/arch/x86/vdso/vdso32/
H A Dsysenter.S114 * to verify it matches the other versions.
/linux-4.1.27/drivers/char/hw_random/
H A Dmxc-rnga.c117 /* verify if oscillator is working */ mxc_rnga_init()
/linux-4.1.27/arch/mips/include/asm/netlogic/xlp-hal/
H A Dbridge.h146 /* FIXME verify */
/linux-4.1.27/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.c462 /* 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 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.1.27/fs/ntfs/
H A Daops.h60 * error checking is performed. This means the caller has to verify whether
/linux-4.1.27/drivers/platform/x86/
H A Dtoshiba_bluetooth.c112 * Query ACPI to verify RFKill switch is set to 'on'. toshiba_bluetooth_enable()
/linux-4.1.27/arch/mips/kernel/
H A Dsyscall.c45 * is no need for it to do verify the validity of a userspace pointer
/linux-4.1.27/Documentation/connector/
H A Ducon.c105 "If you get no output, then verify the cn_test module id matches\n" usage()
/linux-4.1.27/net/core/
H A Dstream.c87 * @sk: socket to verify
/linux-4.1.27/net/ipv4/
H A Dxfrm4_input.c130 /* Now we can update and verify the packet length... */ xfrm4_udp_encap_rcv()
/linux-4.1.27/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.1.27/net/wimax/
H A Did-table.c127 * On debug, verify that the table is empty upon removal. We want the
/linux-4.1.27/include/linux/ceph/
H A Dauth.h55 * Create authorizer for connecting to a service, and verify
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.c925 /* 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 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()
558 /* verify input for valid configuration */ i40e_init_adminq()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
H A Di40e_adminq.c315 /* 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 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.1.27/fs/ext4/
H A Dballoc.c330 * 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 Dialloc.c143 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 Dsofting_fw.c132 /* 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 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.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec_plain.c365 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 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()
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 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.1.27/block/
H A Dbio-integrity.c211 * @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 Dmpipe.c394 /* 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 Dradeon_atpx_handler.c188 * radeon_atpx_verify_interface - verify ATPX
464 * radeon_atpx_init - verify the ATPX interface
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/isdn/sc/
H A Dcommand.c105 pr_debug("%s: Failed to verify user space 0x%lx\n", command()
/linux-4.1.27/drivers/i2c/muxes/
H A Di2c-mux-pca954x.c211 /* Write the mux register at addr to verify pca954x_probe()
/linux-4.1.27/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.1.27/drivers/mtd/nand/
H A Dnand_bch.c151 /* verify that eccbytes has the expected value */ nand_bch_init()
H A Dndfc.c118 * Speedups for buffer read/write/verify
/linux-4.1.27/drivers/net/appletalk/
H A Dipddp.c189 * Create a routing entry. We first verify that the
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dvvp_io.c67 * 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 Doprofilefs.c259 // FIXME: verify kill_litter_super removes our dentries oprofilefs_fill_super()
/linux-4.1.27/drivers/clocksource/
H A Dacpi_pm.c190 /* "verify" this timing source: */ init_acpi_pm_clocksource()
/linux-4.1.27/drivers/connector/
H A Dconnector.c151 /* verify msg->len is within skb */ cn_call_callback()
/linux-4.1.27/drivers/crypto/caam/
H A Dpdb.h355 * except for the treatment of "w" for verify, "s" for sign,
/linux-4.1.27/drivers/bluetooth/
H A Dhci_ath.c86 /* verify and wake up controller */ ath_hci_uart_work()
/linux-4.1.27/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.1.27/drivers/usb/host/
H A Dohci-pci.c112 * CONFIG_USB_OHCI_BIG_ENDIAN_MMIO. We verify here if ohci_quirk_toshiba_scc()
/linux-4.1.27/drivers/video/backlight/
H A Dili9320.c207 /* verify we where given some information */ ili9320_probe_spi()
/linux-4.1.27/drivers/w1/slaves/
H A Dw1_ds2431.c167 /* Read the scratchpad and verify */ w1_f2d_write()
H A Dw1_ds2433.c179 /* Read the scratchpad and verify */ w1_f23_write()
/linux-4.1.27/drivers/watchdog/
H A Die6xx_wdt.c321 /* Check boot parameters to verify that their initial values */ ie6xx_wdt_init()
/linux-4.1.27/include/uapi/linux/
H A Dbpf.h104 /* verify and load eBPF program
/linux-4.1.27/include/linux/sunrpc/
H A Dsvcauth.h80 * accept() is given a request and should verify it.
/linux-4.1.27/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.1.27/arch/s390/kernel/
H A Dnmi.c262 /* Processing backup -> verify if we can survive this */ s390_do_machine_check()
/linux-4.1.27/arch/mips/include/asm/sibyte/
H A Dsb1250_defs.h81 * be used to verify that you're compiling only for that
/linux-4.1.27/arch/mips/netlogic/common/
H A Dsmp.c257 /* verify the mask and setup core config variables */ nlm_wakeup_secondary_cpus()
/linux-4.1.27/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.1.27/arch/arm64/include/asm/
H A Duaccess.h106 * The "__xxx" versions of the user access functions do not verify the address
/linux-4.1.27/arch/arm/mach-rockchip/
H A Dplatsmp.c302 * 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 Dpm-check.c31 * memory, so the system can verify if the resume was ok.

Completed in 4941 milliseconds

12345