| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | Makefile | 58 hexdump -v -e '"0x" 4/1 "%02x" "," "\n"' $< ; \ 63 $(call if_changed,hexdump)
|
| /linux/tools/testing/selftests/kexec/ |
| H A D | kexec_common_lib.sh | 55 secureboot_mode=$(hexdump -v -e '/1 "%d\ "' \ 57 setup_mode=$(hexdump -v -e '/1 "%d\ "' \
|
| /linux/drivers/media/dvb-core/ |
| H A D | dvb_net.c | 79 static void hexdump(const unsigned char *buf, unsigned short len) in hexdump() function 325 hexdump(ule_where, TS_SZ); in dvb_net_ule_new_ts_cell() 660 hexdump(iov[0].iov_base, iov[0].iov_len); in dvb_net_ule_check_crc() 661 hexdump(iov[1].iov_base, iov[1].iov_len); in dvb_net_ule_check_crc() 662 hexdump(iov[2].iov_base, iov[2].iov_len); in dvb_net_ule_check_crc() 665 hexdump(&ule_hist[98*TS_SZ], TS_SZ); in dvb_net_ule_check_crc() 666 hexdump(&ule_hist[99*TS_SZ], TS_SZ); in dvb_net_ule_check_crc() 668 hexdump(&ule_hist[99*TS_SZ], TS_SZ); in dvb_net_ule_check_crc() 669 hexdump(ule_hist, TS_SZ); in dvb_net_ule_check_crc() 671 hexdump(ule_where - TS_SZ - TS_SZ, TS_SZ); in dvb_net_ule_check_crc() [all …]
|
| /linux/tools/testing/selftests/powerpc/switch_endian/ |
| H A D | Makefile | 19 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
|
| /linux/Documentation/driver-api/mtd/ |
| H A D | spi-nor.rst | 73 the reverse operation and convert the hexdump to binary with 74 ``xxd -rp``. Dumping the SFDP data with ``hexdump -Cv`` is accepted, 165 root@1:~# hexdump spi_read
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_progs.h | 189 void hexdump(const char *prefix, const void *buf, size_t len); 357 hexdump("\t", __act, __len); \ 359 hexdump("\t", __exp, __len); \
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-nvmem-cells | 19 hexdump -C /sys/bus/nvmem/devices/1-00563/cells/product-name@d,0
|
| /linux/drivers/net/wan/ |
| H A D | Makefile | 47 cmd_build_wanxlfw = hexdump -ve '"\n" 16/1 "0x%02X,"' $< | \
|
| H A D | Kconfig | 133 It requires m68k toolchains and hexdump programs.
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | Makefile.zboot | 9 truncate -s $$(hexdump -s16 -n4 -e '"%u"' $<) $@
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-bus-nvmem | 31 hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
|
| /linux/Documentation/filesystems/ |
| H A D | efivarfs.rst | 30 displayed, for example using "hexdump", pay attention that the first
|
| /linux/Documentation/hid/ |
| H A D | hidreport-parsing.rst | 10 $ hexdump -C /sys/bus/hid/devices/0003\:093A\:2510.0002/report_descriptor
|
| /linux/Documentation/misc-devices/ |
| H A D | tps6594-pfsm.rst | 78 # hexdump -C /dev/pfsm-0-0x48
|
| /linux/tools/perf/tests/shell/ |
| H A D | buildid.sh | 113 cut -c 33-48 | hexdump -ve '/1 "%02x"' | \
|
| /linux/Documentation/gpu/ |
| H A D | zynqmp.rst | 98 hexdump -C $prop | head -1
|
| /linux/scripts/dtc/ |
| H A D | dtx_diff | 100 magic=`hexdump -n 4 -e '/1 "%02x"' ${dtx}`
|
| /linux/crypto/ |
| H A D | testmgr.c | 159 static void hexdump(unsigned char *buf, unsigned int len) in hexdump() function 2786 hexdump(q, template[i].len); in test_cipher() 2950 hexdump(iv, ivsize); in test_skcipher_vec_cfg() 3359 hexdump(output, req->dlen); in test_acomp() 3420 hexdump(output, req->dlen); in test_acomp() 3836 hexdump(outbuf_enc, c_size); in test_akcipher_one() 3888 hexdump(outbuf_dec, out_len); in test_akcipher_one() 4007 hexdump(sig, sig_size); in test_sig_one()
|
| /linux/Documentation/driver-api/ |
| H A D | nvmem.rst | 168 hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
|
| /linux/Documentation/iio/ |
| H A D | adxl380.rst | 209 root:/sys/bus/iio/devices/iio:device0> hexdump -C /dev/iio\:device0
|
| H A D | adxl313.rst | 213 root:/sys/bus/iio/devices/iio:device0> hexdump -C /dev/iio\:device0
|
| H A D | adis16550.rst | 352 root:/sys/bus/iio/devices/iio:device0> hexdump -C /dev/iio\:device0
|
| H A D | adis16475.rst | 360 root:/sys/bus/iio/devices/iio:device0> hexdump -C /dev/iio\:device0
|
| H A D | adis16480.rst | 422 root:/sys/bus/iio/devices/iio:device0> hexdump -C /dev/iio\:device0
|
| /linux/lib/ |
| H A D | Makefile | 61 obj-y += hexdump.o
|