dump_hex          645 drivers/net/fddi/skfp/h/cmtdef.h void dump_hex(char *p, int len);
dump_hex         1579 drivers/net/fddi/skfp/pmf.c 	dump_hex((char *) &sm->smt_dest,6) ;
dump_hex         1581 drivers/net/fddi/skfp/pmf.c 	dump_hex((char *) &sm->smt_source,6) ;
dump_hex         1585 drivers/net/fddi/skfp/pmf.c 	dump_hex((char *) &sm->smt_sid,8) ;
dump_hex         1607 drivers/net/fddi/skfp/pmf.c 			dump_hex((char *)(pa+1),(int) n) ;
dump_hex         1613 drivers/net/fddi/skfp/pmf.c 			dump_hex(c,16) ;
dump_hex         1626 drivers/net/fddi/skfp/pmf.c 					dump_hex(c,nn) ;
dump_hex          182 drivers/tty/hvc/hvsi.c #define dbg_dump_hex(data, len) dump_hex(data, len)
dump_hex          213 drivers/tty/hvc/hvsi.c 	dump_hex(packet, header->len);
dump_hex          258 samples/vfs/test-statx.c 			dump_hex((unsigned long long *)&stx, 0, sizeof(stx));