Searched refs:dump_hex (Results 1 – 10 of 10) sorted by relevance
/openbmc/openpower-occ-control/ |
H A D | occ_command.cpp | 24 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 D | occ_command.hpp | 89 void dump_hex(const std::vector<std::uint8_t>& data,
|
H A D | occ_status.cpp | 304 dump_hex(rsp); in sendAmbient() 313 dump_hex(rsp); in sendAmbient()
|
H A D | occ_pass_through.cpp | 120 dump_hex(response); in send()
|
H A D | powermode.cpp | 508 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 D | pldm.cpp | 967 dump_hex(pldmResponse); in pldmRspCallback()
|
/openbmc/linux/samples/vfs/ |
H A D | test-statx.c | 190 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 D | pmf.c | 1575 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 D | hvsi.c | 182 #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 D | cmtdef.h | 644 void dump_hex(char *p, int len);
|