Searched refs:xxd (Results 1 – 6 of 6) sorted by relevance
47 root@1:~# xxd -p /sys/bus/spi/devices/spi0.0/spi-nor/sfdp72 Please dump the SFDP tables using ``xxd -p``. It enables us to do74 ``xxd -rp``. Dumping the SFDP data with ``hexdump -Cv`` is accepted,
131 $ xxd -l1 -p /sys/kernel/debug/dri/0/amdgpu_gfxoff145 $ xxd -l1 -p /sys/kernel/debug/dri/0/amdgpu_gfxoff_status
21 xxd -p -r > rcar_gen4_pcie.bin
158 $ xxd /sys/kernel/debug/visl/bitstream/bitstream0172 $ xxd /sys/kernel/debug/visl/bitstream/bitstream1
308 static uint xxd(uint x, uint n) in xxd() function315 return xxd(x, di->ntxd); in txd()320 return xxd(x, di->nrxd); in rxd()
533 $ evmkey=$(dd if=/dev/urandom bs=1 count=32 | xxd -c32 -p)