Searched refs:dump_hex (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/samples/vfs/ |
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()
|
/linux-6.3-rc2/drivers/net/fddi/skfp/ |
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
|
/linux-6.3-rc2/drivers/tty/hvc/ |
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()
|
/linux-6.3-rc2/drivers/net/fddi/skfp/h/ |
A D | cmtdef.h | 644 void dump_hex(char *p, int len);
|
Completed in 18 milliseconds