Home
last modified time | relevance | path

Searched refs:print_hex_dump (Results 1 – 120 of 120) sorted by relevance

/linux-4.4.14/security/keys/
Dtrusted.h47 print_hex_dump(KERN_INFO, "pcrinfo ", DUMP_PREFIX_NONE, in dump_options()
54 print_hex_dump(KERN_INFO, "key ", DUMP_PREFIX_NONE, in dump_payload()
57 print_hex_dump(KERN_INFO, "blob ", DUMP_PREFIX_NONE, in dump_payload()
64 print_hex_dump(KERN_INFO, "trusted-key: handle ", DUMP_PREFIX_NONE, in dump_sess()
67 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_NONE, in dump_sess()
70 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_NONE, in dump_sess()
80 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_NONE, 16, 1, buf, len, 0); in dump_tpm_buf()
/linux-4.4.14/security/keys/encrypted-keys/
Dencrypted.h21 print_hex_dump(KERN_ERR, "master key: ", DUMP_PREFIX_NONE, 32, 1, in dump_master_key()
27 print_hex_dump(KERN_ERR, "decrypted data: ", DUMP_PREFIX_NONE, 32, 1, in dump_decrypted_data()
35 print_hex_dump(KERN_ERR, "encrypted data: ", DUMP_PREFIX_NONE, 32, 1, in dump_encrypted_data()
44 print_hex_dump(KERN_ERR, "hmac: ", DUMP_PREFIX_NONE, 32, 1, digest, in dump_hmac()
/linux-4.4.14/drivers/crypto/caam/
Dkey_gen.c94 print_hex_dump(KERN_ERR, "ctx.key@"__stringify(__LINE__)": ", in gen_split_key()
96 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", in gen_split_key()
109 print_hex_dump(KERN_ERR, "ctx.key@"__stringify(__LINE__)": ", in gen_split_key()
Dcaamhash.c353 print_hex_dump(KERN_ERR, in ahash_set_sh_desc()
372 print_hex_dump(KERN_ERR, in ahash_set_sh_desc()
390 print_hex_dump(KERN_ERR, "ahash final shdesc@"__stringify(__LINE__)": ", in ahash_set_sh_desc()
408 print_hex_dump(KERN_ERR, "ahash finup shdesc@"__stringify(__LINE__)": ", in ahash_set_sh_desc()
427 print_hex_dump(KERN_ERR, in ahash_set_sh_desc()
489 print_hex_dump(KERN_ERR, "key_in@"__stringify(__LINE__)": ", in hash_digest_key()
491 print_hex_dump(KERN_ERR, "jobdesc@"__stringify(__LINE__)": ", in hash_digest_key()
504 print_hex_dump(KERN_ERR, in hash_digest_key()
556 print_hex_dump(KERN_ERR, "key in @"__stringify(__LINE__)": ", in ahash_setkey()
572 print_hex_dump(KERN_ERR, "ctx.key@"__stringify(__LINE__)": ", in ahash_setkey()
[all …]
Dcaamalg.c335 print_hex_dump(KERN_ERR, in aead_null_set_sh_desc()
420 print_hex_dump(KERN_ERR, in aead_null_set_sh_desc()
527 print_hex_dump(KERN_ERR, "aead enc shdesc@"__stringify(__LINE__)": ", in aead_set_sh_desc()
597 print_hex_dump(KERN_ERR, "aead dec shdesc@"__stringify(__LINE__)": ", in aead_set_sh_desc()
705 print_hex_dump(KERN_ERR, "aead givenc shdesc@"__stringify(__LINE__)": ", in aead_set_sh_desc()
826 print_hex_dump(KERN_ERR, "gcm enc shdesc@"__stringify(__LINE__)": ", in gcm_set_sh_desc()
907 print_hex_dump(KERN_ERR, "gcm dec shdesc@"__stringify(__LINE__)": ", in gcm_set_sh_desc()
1005 print_hex_dump(KERN_ERR, "rfc4106 enc shdesc@"__stringify(__LINE__)": ", in rfc4106_set_sh_desc()
1079 print_hex_dump(KERN_ERR, "rfc4106 dec shdesc@"__stringify(__LINE__)": ", in rfc4106_set_sh_desc()
1178 print_hex_dump(KERN_ERR, "rfc4543 enc shdesc@"__stringify(__LINE__)": ", in rfc4543_set_sh_desc()
[all …]
Dcaamrng.c116 print_hex_dump(KERN_ERR, "rng refreshed buf@: ", in rng_done()
215 print_hex_dump(KERN_ERR, "rng shdesc@: ", DUMP_PREFIX_ADDRESS, 16, 4, in rng_create_sh_desc()
239 print_hex_dump(KERN_ERR, "rng job desc@: ", DUMP_PREFIX_ADDRESS, 16, 4, in rng_create_job_desc()
Dsg_sw_sec4.h21 print_hex_dump(KERN_ERR, "sec4_sg_ptr@: ", in dma_to_sec4_sg_one()
/linux-4.4.14/arch/microblaze/kernel/
Dtraps.c61 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_ADDRESS, 32, in show_stack()
67 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_ADDRESS, 32, 4, (void *)fp, in show_stack()
/linux-4.4.14/drivers/mtd/tests/
Dmtd_nandecctest.c230 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET, 16, 4, in dump_data_ecc()
232 print_hex_dump(KERN_INFO, "hexdump of error ecc: ", in dump_data_ecc()
236 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET, 16, 4, in dump_data_ecc()
238 print_hex_dump(KERN_INFO, "hexdump of correct ecc: ", in dump_data_ecc()
/linux-4.4.14/lib/
Dhexdump.c242 void print_hex_dump(const char *level, const char *prefix_str, int prefix_type, in print_hex_dump() function
274 EXPORT_SYMBOL(print_hex_dump);
292 print_hex_dump(KERN_DEBUG, prefix_str, prefix_type, 16, 1, in print_hex_dump_bytes()
Dtest-string_helpers.c24 print_hex_dump(KERN_WARNING, "Input: ", DUMP_PREFIX_NONE, 16, 1, in test_string_check_buf()
26 print_hex_dump(KERN_WARNING, "Expected: ", DUMP_PREFIX_NONE, 16, 1, in test_string_check_buf()
28 print_hex_dump(KERN_WARNING, "Got: ", DUMP_PREFIX_NONE, 16, 1, in test_string_check_buf()
/linux-4.4.14/drivers/mailbox/
Dmailbox-test.c116 print_hex_dump(KERN_INFO, "Client: Sending: Signal: ", DUMP_PREFIX_ADDRESS, in mbox_test_message_write()
123 print_hex_dump(KERN_INFO, "Client: Sending: Message: ", DUMP_PREFIX_ADDRESS, in mbox_test_message_write()
225 print_hex_dump(KERN_INFO, "Client: Received [MMIO]: ", in mbox_test_receive_message()
229 print_hex_dump(KERN_INFO, "Client: Received [API]: ", in mbox_test_receive_message()
/linux-4.4.14/drivers/usb/gadget/function/
Dstorage_common.h42 print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, \
57 print_hex_dump(KERN_DEBUG, "SCSI CDB: ", DUMP_PREFIX_NONE, \
Df_ncm.c1145 print_hex_dump(KERN_INFO, "HEAD:", DUMP_PREFIX_ADDRESS, 32, 1, in ncm_unwrap_ntb()
/linux-4.4.14/include/linux/
Dprintk.h431 extern void print_hex_dump(const char *level, const char *prefix_str,
442 static inline void print_hex_dump(const char *level, const char *prefix_str, in print_hex_dump() function
462 print_hex_dump(KERN_DEBUG, prefix_str, prefix_type, rowsize, \
Ddynamic_debug.h104 print_hex_dump(KERN_DEBUG, prefix_str, \
Dfilter.h484 print_hex_dump(KERN_ERR, "JIT code: ", DUMP_PREFIX_OFFSET, in bpf_jit_dump()
Dide.h1545 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_NONE, 16, 2, id, 512, 0); in ide_dump_identify()
/linux-4.4.14/samples/rpmsg/
Drpmsg_client_sample.c35 print_hex_dump(KERN_DEBUG, __func__, DUMP_PREFIX_NONE, 16, 1, in rpmsg_sample_cb()
/linux-4.4.14/fs/xfs/
Dxfs_message.c119 print_hex_dump(KERN_ALERT, "", DUMP_PREFIX_ADDRESS, 16, 1, p, length, 1); in xfs_hex_dump()
/linux-4.4.14/drivers/mtd/ubi/
Ddebug.h39 print_hex_dump(l, ps, pt, r, g, b, len, a)
Ddebug.c53 print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, 32, 1, buf, len, 1); in ubi_dump_flash()
74 print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, 32, 1, in ubi_dump_ec_hdr()
99 print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, 32, 1, in ubi_dump_vid_hdr()
Dio.c1368 print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, 32, 1, in self_check_write()
1372 print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, 32, 1, in self_check_write()
1434 print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, 32, 1, buf, len, 1); in ubi_self_check_all_ff()
/linux-4.4.14/drivers/scsi/esas2r/
Desas2r_log.c244 print_hex_dump(translate_esas2r_event_level_to_kernel(level), in esas2r_log_hexdump()
/linux-4.4.14/mm/
Ddebug-pagealloc.c102 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_ADDRESS, 16, 1, start, in check_poison_mem()
Ddmapool.c373 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 16, 1, in dma_pool_alloc()
Dslab.c1730 print_hex_dump(KERN_CONT, "", 0, 16, 1, in dump_line()
Dslub.c495 print_hex_dump(KERN_ERR, text, DUMP_PREFIX_ADDRESS, 16, 1, addr, in print_section()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dwl1251.h78 print_hex_dump(KERN_DEBUG, DRIVER_PREFIX prefix, \
88 print_hex_dump(KERN_DEBUG, DRIVER_PREFIX prefix, \
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dsdio.c86 print_hex_dump(KERN_DEBUG, "wlcore_sdio: READ ", in wl12xx_sdio_raw_read()
124 print_hex_dump(KERN_DEBUG, "wlcore_sdio: WRITE ", in wl12xx_sdio_raw_write()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-debug.h91 print_hex_dump(KERN_ERR, "iwl data: ", \
111 print_hex_dump(KERN_DEBUG, "iwl data: ", \
/linux-4.4.14/drivers/s390/cio/
Ddevice_fsm.c52 print_hex_dump(KERN_WARNING, "cio: ", DUMP_PREFIX_NONE, 16, 1, in ccw_timeout_log()
64 print_hex_dump(KERN_WARNING, "cio: ", DUMP_PREFIX_NONE, 16, 1, in ccw_timeout_log()
76 print_hex_dump(KERN_WARNING, "cio: ", DUMP_PREFIX_NONE, 16, 1, in ccw_timeout_log()
84 print_hex_dump(KERN_WARNING, "cio: ", DUMP_PREFIX_NONE, 16, 1, in ccw_timeout_log()
87 print_hex_dump(KERN_WARNING, "cio: ", DUMP_PREFIX_NONE, 16, 1, in ccw_timeout_log()
/linux-4.4.14/drivers/staging/nvec/
Dnvec_ps2.c32 print_hex_dump(KERN_DEBUG, str, DUMP_PREFIX_NONE, \
Dnvec.c152 print_hex_dump(KERN_WARNING, "payload: ", DUMP_PREFIX_NONE, 16, 1, in nvec_status_notifier()
424 print_hex_dump(KERN_WARNING, "ec system event ", in parse_msg()
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dwcn36xx.h75 print_hex_dump(KERN_DEBUG, pr_fmt(prefix_str), \
/linux-4.4.14/drivers/rpmsg/
Dvirtio_rpmsg_bus.c754 print_hex_dump(KERN_DEBUG, "rpmsg_virtio TX: ", DUMP_PREFIX_NONE, 16, 1, in rpmsg_send_offchannel_raw()
791 print_hex_dump(KERN_DEBUG, "rpmsg_virtio RX: ", DUMP_PREFIX_NONE, 16, 1, in rpmsg_recv_single()
903 print_hex_dump(KERN_DEBUG, "NS announcement: ", in rpmsg_ns_cb()
/linux-4.4.14/include/linux/wimax/
Ddebug.h420 print_hex_dump(KERN_ERR, head, 0, 16, 1, \
/linux-4.4.14/drivers/nfc/st21nfca/
Di2c.c104 print_hex_dump(KERN_DEBUG, "i2c: ", DUMP_PREFIX_OFFSET, \
299 print_hex_dump(KERN_DEBUG, "crc: ", DUMP_PREFIX_NONE, in check_crc()
Dcore.c317 print_hex_dump(KERN_DEBUG, "FULL VERSION SOFTWARE INFO: ", in st21nfca_hci_ready()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_debugfs.c753 print_hex_dump(KERN_INFO, hdr, DUMP_PREFIX_NONE, in i40e_dbg_dump_aq_desc()
766 print_hex_dump(KERN_INFO, hdr, DUMP_PREFIX_NONE, in i40e_dbg_dump_aq_desc()
1435 print_hex_dump(KERN_INFO, "AQ buffer WB: ", in i40e_dbg_command_write()
1663 print_hex_dump(KERN_INFO, "AQ buffer WB: ", in i40e_dbg_command_write()
1734 print_hex_dump(KERN_INFO, "FD raw packet: ", in i40e_dbg_command_write()
1826 print_hex_dump(KERN_INFO, "LLDP MIB (local): ", in i40e_dbg_command_write()
1854 print_hex_dump(KERN_INFO, "LLDP MIB (remote): ", in i40e_dbg_command_write()
1938 print_hex_dump(KERN_INFO, "NVM Dump: ", in i40e_dbg_command_write()
/linux-4.4.14/mm/kasan/
Dreport.c192 print_hex_dump(KERN_ERR, buffer, in print_shadow_for_address()
/linux-4.4.14/fs/ceph/
Dmdsmap.c173 print_hex_dump(KERN_DEBUG, "mdsmap: ", in ceph_mdsmap_decode()
/linux-4.4.14/drivers/nfc/microread/
Di2c.c64 print_hex_dump(KERN_DEBUG, "i2c: ", DUMP_PREFIX_OFFSET, \
/linux-4.4.14/drivers/watchdog/
Dwdrtas.c181 print_hex_dump(KERN_INFO, "dumping event, data: ", in wdrtas_timer_keepalive()
/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-api.c673 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET, 16, 1, buf, 16, in saa7164_api_set_dif()
1357 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET, 16, 1, buf, in saa7164_api_enum_subdevs()
1410 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET, 16, 1, buf, in saa7164_api_i2c_read()
1419 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET, 16, 1, in saa7164_api_i2c_read()
1482 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET, 16, 1, in saa7164_api_i2c_write()
Dsaa7164-core.c111 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET, 16, 1, in saa7164_pack_verifier()
303 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET, 16, 1, in saa7164_work_enchandler_helper()
/linux-4.4.14/drivers/misc/ti-st/
Dst_core.c93 print_hex_dump(KERN_DEBUG, "<out<", DUMP_PREFIX_NONE, in st_int_write()
800 print_hex_dump(KERN_DEBUG, ">in>", DUMP_PREFIX_NONE, in st_tty_receive()
/linux-4.4.14/fs/ubifs/
Dscan.c248 print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, 32, 4, buf, len, 1); in ubifs_scanned_corruption()
Ddebug.c311 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 32, 1, in ubifs_dump_node()
486 print_hex_dump(KERN_ERR, "\t", DUMP_PREFIX_OFFSET, 32, 1, in ubifs_dump_node()
/linux-4.4.14/drivers/usb/wusbcore/
Dcrypto.c63 print_hex_dump(KERN_ERR, " ", DUMP_PREFIX_OFFSET, 16, 1, in wusb_key_dump()
/linux-4.4.14/drivers/nfc/st-nci/
Dndlc.c54 print_hex_dump(KERN_DEBUG, "ndlc: ", DUMP_PREFIX_OFFSET, \
/linux-4.4.14/drivers/net/ethernet/sfc/
Dselftest.c359 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 0x10, 1, in efx_loopback_rx_packet()
362 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 0x10, 1, in efx_loopback_rx_packet()
/linux-4.4.14/drivers/nfc/fdp/
Di2c.c45 print_hex_dump(KERN_DEBUG, prefix": ", DUMP_PREFIX_OFFSET, \
/linux-4.4.14/crypto/
Dansi_cprng.c62 print_hex_dump(KERN_CONT, "", DUMP_PREFIX_OFFSET, in hexdump()
Dtestmgr.c148 print_hex_dump(KERN_CONT, "", DUMP_PREFIX_OFFSET, in hexdump()
/linux-4.4.14/drivers/nfc/pn544/
Dpn544.c328 print_hex_dump(KERN_DEBUG, "FULL VERSION SOFTWARE INFO: ", in pn544_hci_ready()
471 print_hex_dump(KERN_DEBUG, "remote gb: ", DUMP_PREFIX_OFFSET, in pn544_hci_dep_link_up()
Di2c.c199 print_hex_dump(KERN_DEBUG, "i2c: ", DUMP_PREFIX_OFFSET, \
358 print_hex_dump(KERN_DEBUG, "crc: ", DUMP_PREFIX_NONE, in check_crc()
/linux-4.4.14/sound/usb/bcd2000/
Dbcd2000.c79 print_hex_dump(KERN_DEBUG, prefix, in bcd2000_dump_buffer()
/linux-4.4.14/sound/soc/intel/atom/sst/
Dsst_ipc.c290 print_hex_dump(KERN_DEBUG, NULL, DUMP_PREFIX_NONE, in process_fw_async_msg()
/linux-4.4.14/arch/cris/arch-v32/drivers/
Daxisflashmap.c372 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_NONE, 16, 1, page, PAGESIZE, false); in init_axis_flash()
/linux-4.4.14/drivers/media/usb/tm6000/
Dtm6000-input.c214 print_hex_dump(KERN_DEBUG, "tm6000: IR data: ", in tm6000_ir_urb_received()
/linux-4.4.14/drivers/net/ethernet/aeroflex/
Dgreth.c95 print_hex_dump(KERN_DEBUG, "RX: ", DUMP_PREFIX_OFFSET, 16, 1, in greth_print_rx_packet()
109 print_hex_dump(KERN_DEBUG, "TX: ", DUMP_PREFIX_OFFSET, 16, 1, in greth_print_tx_packet()
114 print_hex_dump(KERN_DEBUG, "TX: ", DUMP_PREFIX_OFFSET, 16, 1, in greth_print_tx_packet()
/linux-4.4.14/drivers/net/wimax/i2400m/
Drx.c1322 print_hex_dump(KERN_ERR, prefix, DUMP_PREFIX_OFFSET, in i2400m_unknown_barker()
1327 print_hex_dump(KERN_ERR, prefix, DUMP_PREFIX_OFFSET, in i2400m_unknown_barker()
/linux-4.4.14/fs/cifs/
Dmisc.c519 print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_NONE, 8, 2, buf, in dump_smb()
Dcifs_debug.c38 print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, 16, 4, in cifs_dump_mem()
/linux-4.4.14/drivers/net/arcnet/
Darcnet.c152 print_hex_dump(KERN_DEBUG, hdr, DUMP_PREFIX_OFFSET, in arcnet_dump_skb()
184 print_hex_dump(KERN_DEBUG, hdr, DUMP_PREFIX_OFFSET, in arcnet_dump_packet()
/linux-4.4.14/fs/jfs/
Djfs_logmgr.c1621 print_hex_dump(KERN_ERR, "metapage: ", in jfs_flush_journal()
1624 print_hex_dump(KERN_ERR, "page: ", in jfs_flush_journal()
1629 print_hex_dump(KERN_ERR, "tblock:", in jfs_flush_journal()
Djfs_txnmgr.c833 print_hex_dump(KERN_ERR, "ip: ", DUMP_PREFIX_ADDRESS, 16, 4, in txLock()
835 print_hex_dump(KERN_ERR, "mp: ", DUMP_PREFIX_ADDRESS, 16, 4, in txLock()
837 print_hex_dump(KERN_ERR, "Locker's tblock: ", in txLock()
840 print_hex_dump(KERN_ERR, "Tlock: ", DUMP_PREFIX_ADDRESS, 16, 4, in txLock()
Djfs_metapage.c471 print_hex_dump(KERN_ERR, "JFS: dump of bio: ", DUMP_PREFIX_ADDRESS, 16, in metapage_writepage()
Dxattr.c574 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_ADDRESS, 16, 1, in ea_get()
Djfs_imap.c894 print_hex_dump(KERN_ERR, "imap: ", DUMP_PREFIX_ADDRESS, 16, 4, in diFree()
/linux-4.4.14/fs/jffs2/
Dwbuf.c259 print_hex_dump(KERN_WARNING, "", DUMP_PREFIX_OFFSET, 16, 1, in jffs2_verify_write()
263 print_hex_dump(KERN_WARNING, "", DUMP_PREFIX_OFFSET, 16, 1, in jffs2_verify_write()
/linux-4.4.14/arch/x86/kernel/
Dmpparse.c197 print_hex_dump(KERN_ERR, " ", DUMP_PREFIX_ADDRESS, 16, in smp_dump_mptable()
/linux-4.4.14/net/nfc/hci/
Dllc_shdlc.c115 print_hex_dump(KERN_DEBUG, "shdlc: ", DUMP_PREFIX_OFFSET, \
/linux-4.4.14/net/nfc/
Dllcp_core.c735 print_hex_dump(KERN_DEBUG, "LLCP Tx: ", in nfc_llcp_tx_work()
1415 print_hex_dump(KERN_DEBUG, "LLCP Rx: ", DUMP_PREFIX_OFFSET, in nfc_llcp_rx_skb()
/linux-4.4.14/drivers/media/firewire/
Dfiredtv-avc.c222 print_hex_dump(KERN_INFO, prefix, DUMP_PREFIX_NONE, in debug_fcp()
230 print_hex_dump(KERN_INFO, "APP PMT -> ", DUMP_PREFIX_NONE, in debug_pmt()
/linux-4.4.14/net/ceph/
Dmessenger.c3463 print_hex_dump(KERN_DEBUG, "header: ", in ceph_msg_dump()
3466 print_hex_dump(KERN_DEBUG, " front: ", in ceph_msg_dump()
3470 print_hex_dump(KERN_DEBUG, "middle: ", in ceph_msg_dump()
3474 print_hex_dump(KERN_DEBUG, "footer: ", in ceph_msg_dump()
Dosdmap.c1163 print_hex_dump(KERN_DEBUG, "osdmap: ", in osdmap_decode()
1367 print_hex_dump(KERN_DEBUG, "osdmap: ", in osdmap_apply_incremental()
/linux-4.4.14/drivers/usb/usbip/
Dusbip_common.c66 print_hex_dump(KERN_DEBUG, "usbip-core", DUMP_PREFIX_OFFSET, 16, 4, in usbip_dump_buffer()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-i2c.c695 print_hex_dump(KERN_INFO, "eeprom ", DUMP_PREFIX_OFFSET, in em28xx_i2c_eeprom()
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-sst-ipc.c673 print_hex_dump(KERN_DEBUG, NULL, DUMP_PREFIX_NONE, in skl_ipc_init_instance()
Dskl-messages.c549 print_hex_dump(KERN_DEBUG, "Module params:", DUMP_PREFIX_OFFSET, 8, 4, in skl_set_module_format()
/linux-4.4.14/drivers/net/ethernet/amd/
Da2065.c557 print_hex_dump(KERN_DEBUG, "skb->data: ", DUMP_PREFIX_NONE, in lance_start_xmit()
Dariadne.c586 print_hex_dump(KERN_DEBUG, "tx_buff: ", DUMP_PREFIX_OFFSET, 16, 1, in ariadne_start_xmit()
/linux-4.4.14/drivers/usb/core/
Ddevio.c396 print_hex_dump(KERN_DEBUG, "data: ", DUMP_PREFIX_NONE, 32, 1, in snoop_urb()
409 print_hex_dump(KERN_DEBUG, "data: ", DUMP_PREFIX_NONE, 32, 1, in snoop_urb_data()
416 print_hex_dump(KERN_DEBUG, "data: ", DUMP_PREFIX_NONE, 32, 1, in snoop_urb_data()
/linux-4.4.14/Documentation/
Dprintk-formats.txt134 print_hex_dump().
Ddynamic-debug-howto.txt14 shortcut for print_hex_dump(KERN_DEBUG).
Drpmsg.txt219 print_hex_dump(KERN_INFO, "incoming message:", DUMP_PREFIX_NONE,
/linux-4.4.14/net/atm/
Dbr2684.c36 print_hex_dump(KERN_DEBUG, "br2684: skb: ", DUMP_OFFSET, in skb_debug()
Dlec.c255 print_hex_dump(KERN_DEBUG, "", DUMP_OFFSET, 16, 1, in lec_start_xmit()
612 print_hex_dump(KERN_DEBUG, "", DUMP_OFFSET, 16, 1, in lec_push()
/linux-4.4.14/drivers/net/can/usb/peak_usb/
Dpcan_usb_core.c63 print_hex_dump(KERN_INFO, PCAN_USB_DRIVER_NAME " ", DUMP_PREFIX_NONE, in pcan_dump_mem()
/linux-4.4.14/drivers/net/ethernet/cadence/
Dmacb.c862 print_hex_dump(KERN_DEBUG, " mac: ", DUMP_PREFIX_ADDRESS, 16, 1, in gem_rx()
864 print_hex_dump(KERN_DEBUG, "data: ", DUMP_PREFIX_ADDRESS, 16, 1, in gem_rx()
1302 print_hex_dump(KERN_DEBUG, "data: ", DUMP_PREFIX_OFFSET, 16, 1, in macb_start_xmit()
/linux-4.4.14/drivers/spi/
Dspi-pl022.c846 print_hex_dump(KERN_ERR, "SPI RX: ", in dma_callback()
856 print_hex_dump(KERN_ERR, "SPI TX: ", in dma_callback()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
Dcommon.h2948 print_hex_dump(KERN_ERR, "iwl data: ", \
2963 print_hex_dump(KERN_DEBUG, "iwl data: ", \
/linux-4.4.14/drivers/net/ieee802154/
Dmrf24j40.c772 print_hex_dump(KERN_DEBUG, "mrf24j40 rx: ", DUMP_PREFIX_OFFSET, 16, 1, in mrf24j40_handle_rx_read_buf_complete()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dcfg80211.c390 print_hex_dump(KERN_INFO, " SSID: ", DUMP_PREFIX_OFFSET, in wil_print_connect_params()
Dwmi.c1366 print_hex_dump(KERN_ERR, "evt?? ", DUMP_PREFIX_OFFSET, 16, 1, in wmi_event_handle()
/linux-4.4.14/drivers/scsi/ufs/
Dufs-qcom.c55 print_hex_dump(KERN_ERR, prefix, in ufs_qcom_dump_regs()
/linux-4.4.14/drivers/net/ethernet/altera/
Daltera_tse_main.c427 print_hex_dump(KERN_ERR, "data: ", DUMP_PREFIX_OFFSET, in tse_rx()
/linux-4.4.14/drivers/net/ethernet/microchip/
Denc28j60.c890 print_hex_dump(KERN_DEBUG, "pk data: ", DUMP_PREFIX_OFFSET, 16, 1, in dump_packet()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dmain.h196 print_hex_dump(KERN_DEBUG, str, \
/linux-4.4.14/drivers/dma/
Dxgene-dma.c197 print_hex_dump(KERN_ERR, (m), \
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c599 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET, 16, 1, in nicvf_rcv_pkt_handler()
/linux-4.4.14/drivers/net/
Dtun.c1344 print_hex_dump(KERN_ERR, "tun: ", in tun_put_user()
/linux-4.4.14/drivers/s390/net/
Dqeth_core_main.c1015 print_hex_dump(KERN_WARNING, "qeth: irb ", DUMP_PREFIX_OFFSET, in qeth_get_problem()
1148 print_hex_dump(KERN_WARNING, "qeth: irb ", in qeth_irq()
1150 print_hex_dump(KERN_WARNING, "qeth: sense data ", in qeth_irq()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c202 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_ADDRESS, in e1000e_dump_ps_pages()
331 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_ADDRESS, in e1000e_dump()
475 print_hex_dump(KERN_INFO, "", in e1000e_dump()
/linux-4.4.14/drivers/net/ethernet/realtek/
D8139too.c1982 print_hex_dump(KERN_DEBUG, "Frame contents: ", in rtl8139_rx()
/linux-4.4.14/drivers/net/wireless/
Dray_cs.c2298 print_hex_dump(KERN_DEBUG, "skb->data before untranslate: ", in untranslate()
/linux-4.4.14/net/ipv4/
Droute.c1551 print_hex_dump(KERN_WARNING, "ll header: ", in ip_handle_martian_source()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_edid.c1155 print_hex_dump(KERN_ERR, " \t", DUMP_PREFIX_NONE, 16, 1, in drm_edid_block_valid()
Ddrm_dp_mst_topology.c329 print_hex_dump(KERN_DEBUG, "failed hdr", DUMP_PREFIX_NONE, 16, 1, replybuf, replybuflen, false); in drm_dp_sideband_msg_build()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_main.c464 print_hex_dump(KERN_INFO, "", in igb_dump()
549 print_hex_dump(KERN_INFO, "", in igb_dump()
/linux-4.4.14/drivers/block/
Dfloppy.c1803 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_NONE, 16, 1, in show_floppy()
/linux-4.4.14/drivers/infiniband/ulp/srp/
Dib_srp.c1921 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 8, 1, in srp_handle_recv()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c697 print_hex_dump(KERN_INFO, "", in ixgbe_dump()
803 print_hex_dump(KERN_INFO, "", in ixgbe_dump()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2999 print_hex_dump(KERN_INFO, "TX: ", DUMP_PREFIX_OFFSET, 16, 1, in dump_tx_ring_desc()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_main.c755 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 16, 1, data, 128, 0); in e1000_dump_eeprom()
/linux-4.4.14/drivers/ata/
Dlibata-core.c1948 print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, in ata_dev_read_id()
/linux-4.4.14/fs/ext4/
Dsuper.c946 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_ADDRESS, 16, 4, in ext4_destroy_inode()
/linux-4.4.14/drivers/net/wireless/b43/
Dmain.c1927 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET, in handle_irq_ucode_debug()