Searched refs:hexdump (Results 1 – 5 of 5) sorted by relevance
55 secureboot_mode=$(hexdump -v -e '/1 "%d\ "' \57 setup_mode=$(hexdump -v -e '/1 "%d\ "' \
19 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
188 void hexdump(const char *prefix, const void *buf, size_t len);356 hexdump("\t", __act, __len); \358 hexdump("\t", __exp, __len); \
1284 void hexdump(const char *prefix, const void *buf, size_t len) in hexdump() function
60 cut -c 33-48 | hexdump -ve '/1 "%02x"' | \
Completed in 13 milliseconds