Home
last modified time | relevance | path

Searched refs:hex_dump (Results 1 – 11 of 11) sorted by relevance

/external/bluetooth/hcidump/parser/
Dcapi.c264 hex_dump(level, frm, 20); in profile()
313 hex_dump(level, frm, len); in cmd_alert()
360 hex_dump(level, frm, len); in cmd_disconnect()
382 hex_dump(level, frm, len); in cmd_connect_active()
389 hex_dump(level, frm, len); in cmd_connect_active()
396 hex_dump(level, frm, len); in cmd_connect_active()
427 hex_dump(level, frm, len); in cmd_listen()
436 hex_dump(level, frm, len); in cmd_listen()
456 hex_dump(level, frm, len); in cmd_info()
465 hex_dump(level, frm, len); in cmd_info()
[all …]
Davdtp.c276 hex_dump(level + 1, frm, len - 2); in capabilities()
283 hex_dump(level + 1, frm, len); in capabilities()
419 hex_dump(level + 1, frm, frm->len); in security()
Dparser.c273 void hex_dump(int level, struct frame *frm, int num) in hex_dump() function
334 hex_dump(level, frm, num); in raw_ndump()
Dparser.h217 void hex_dump(int level, struct frame *frm, int num);
Dsdp.c694 hex_dump(0, frm, frm->len); in sdp_dump()
/external/qemu/proxy/
Dproxy_common.c49 hex_dump( void* base, int size, const char* prefix ) in hex_dump() function
131 hex_dump( str->s + conn->str_pos, avail, ">> " ); in proxy_connection_send()
185 hex_dump( str->s + str->n, n, "<< " ); in proxy_connection_receive()
/external/grub/grub/
Dasmstub.c880 hex_dump (void *buf, size_t size) in hex_dump() function
990 hex_dump (buf, nsec * SECTOR_SIZE); in biosdisk()
/external/qemu/
Dnet.c134 static void hex_dump(FILE *f, const uint8_t *buf, int size) in hex_dump() function
492 hex_dump(stdout, buf, size); in qemu_send_packet_async()
682 hex_dump(stdout, pkt, pkt_len); in slirp_output()
698 hex_dump(stdout, buf, size); in slirp_receive()
Dnet-android.c167 static void hex_dump(FILE *f, const uint8_t *buf, int size) in hex_dump() function
525 hex_dump(stdout, buf, size); in qemu_send_packet_async()
794 hex_dump(stdout, pkt, pkt_len); in slirp_output()
818 hex_dump(stdout, buf, size); in slirp_receive()
/external/bluetooth/bluez/tools/
Dhcitool.c181 static void hex_dump(char *pref, int width, unsigned char *buf, int len) in hex_dump() function
1149 hex_dump(" ", 20, buf, len); fflush(stdout); in cmd_cmd()
1167 hex_dump(" ", 20, ptr, len); fflush(stdout); in cmd_cmd()
/external/grub/
DChangeLog8348 * grub/asmstub.c (hex_dump): New function.