Home
last modified time | relevance | path

Searched refs:dump_hex (Results 1 – 10 of 10) sorted by relevance

/openbmc/openpower-occ-control/
H A Docc_command.cpp24 void dump_hex(const std::vector<std::uint8_t>& data, in dump_hex() function
121 dump_hex(command); in send()
192 dump_hex(response, 64); in send()
211 dump_hex(response); in send()
233 dump_hex(response, 64); in send()
243 dump_hex(response); in send()
H A Docc_command.hpp89 void dump_hex(const std::vector<std::uint8_t>& data,
H A Docc_status.cpp304 dump_hex(rsp); in sendAmbient()
313 dump_hex(rsp); in sendAmbient()
H A Docc_pass_through.cpp120 dump_hex(response); in send()
H A Dpowermode.cpp508 dump_hex(rsp); in sendModeChange()
516 dump_hex(rsp); in sendModeChange()
761 dump_hex(rsp); in sendIpsData()
769 dump_hex(rsp); in sendIpsData()
H A Dpldm.cpp967 dump_hex(pldmResponse); in pldmRspCallback()
/openbmc/linux/samples/vfs/
H A Dtest-statx.c190 static void dump_hex(unsigned long long *data, int from, int to) in dump_hex() function
260 dump_hex((unsigned long long *)&stx, 0, sizeof(stx)); in main()
/openbmc/linux/drivers/net/fddi/skfp/
H A Dpmf.c1575 dump_hex((char *) &sm->smt_dest,6) ; in dump_smt()
1577 dump_hex((char *) &sm->smt_source,6) ; in dump_smt()
1581 dump_hex((char *) &sm->smt_sid,8) ; in dump_smt()
1603 dump_hex((char *)(pa+1),(int) n) ; in dump_smt()
1609 dump_hex(c,16) ; in dump_smt()
1622 dump_hex(c,nn) ; in dump_smt()
1639 void dump_hex(char *p, int len) in dump_hex() function
/openbmc/linux/drivers/tty/hvc/
H A Dhvsi.c182 #define dbg_dump_hex(data, len) dump_hex(data, len)
188 static void dump_hex(const uint8_t *data, int len) in dump_hex() function
213 dump_hex(packet, header->len); in dump_packet()
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dcmtdef.h644 void dump_hex(char *p, int len);