Home
last modified time | relevance | path

Searched refs:hexdump (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/
H A Dtest_conv.c59 hexdump((uchar_t *)mbs, len+1); in conv_wctomb()
71 hexdump((uchar_t *)mbs, len+1); in conv_wctomb()
83 hexdump((uchar_t *)mbs, len+1); in conv_wctomb()
148 hexdump((uchar_t *)tmbs, len+2); in conv_wcstombs()
159 hexdump((uchar_t *)tmbs, len+2); in conv_wcstombs()
180 hexdump((uchar_t *)twcs, len+2); in conv_mbstowcs()
191 hexdump((uchar_t *)twcs, len+2); in conv_mbstowcs()
218 hexdump((uchar_t *)tmbs, len+1); in conv_oemtombs()
229 hexdump((uchar_t *)tmbs, len+1); in conv_oemtombs()
250 hexdump((uchar_t *)oemcs, len+1); in conv_mbstooem()
[all …]
H A Dtest_mbmarshal.c63 hexdump((uchar_t *)mbc->chain->m_data, 6); in mbm_put_a0()
98 hexdump((uchar_t *)mbc->chain->m_data, 6); in mbm_put_a1()
131 hexdump((uchar_t *)mbc->chain->m_data, 5); in mbm_put_apad()
165 hexdump((uchar_t *)mbc->chain->m_data, 4); in mbm_put_atrunc1()
199 hexdump((uchar_t *)mbc->chain->m_data, 4); in mbm_put_atrunc2()
234 hexdump((uchar_t *)mbc->chain->m_data, 10); in mbm_put_u0()
269 hexdump((uchar_t *)mbc->chain->m_data, 10); in mbm_put_u1()
300 hexdump((uchar_t *)mbc->chain->m_data, 8); in mbm_put_u3()
331 hexdump((uchar_t *)mbc->chain->m_data, 10); in mbm_put_u4()
364 hexdump((uchar_t *)mbc->chain->m_data, 10); in mbm_put_upad()
[all …]
H A Dtest_msgbuf.c57 hexdump((uchar_t *)temp, 6); in msg_put_a0()
89 hexdump((uchar_t *)temp, 6); in msg_put_a1()
119 hexdump((uchar_t *)temp, 5); in msg_put_apad()
150 hexdump((uchar_t *)temp, 4); in msg_put_atrunc1()
182 hexdump((uchar_t *)temp, 5); in msg_put_atrunc2()
214 hexdump((uchar_t *)temp, 10); in msg_put_u0()
246 hexdump((uchar_t *)temp, 10); in msg_put_u1()
274 hexdump((uchar_t *)temp, 8); in msg_put_u3()
302 hexdump((uchar_t *)temp, 10); in msg_put_u4()
332 hexdump((uchar_t *)temp, 10); in msg_put_upad()
[all …]
H A Dtest_defs.h27 extern void hexdump(const uchar_t *buf, int len);
H A Dtest_main.c45 hexdump(const uchar_t *buf, int len) in hexdump() function
/illumos-gate/usr/src/cmd/bhyve/
H A Dhexdump.h48 void hexdump(const void *, int, const char *, int);
H A Dhexdump.c46 hexdump(const void *ptr, int length, const char *hdr, int flags) in hexdump() function
H A DMakefile46 hexdump.c \
H A Dbasl.c118 hexdump(data, table->len, NULL, 0); in basl_dump_table()
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/
H A Dutils.h26 void hexdump(const uint8_t *buf, int len);
H A Dutils.c24 hexdump(const uchar_t *buf, int len) in hexdump() function
H A Dtest_decrypt.c108 hexdump((uchar_t *)outbuf, CLEAR_DATA_LEN); in test_decrypt()
H A Dtest_encrypt.c108 hexdump(outbuf, CIPHER_DATA_LEN); in test_encrypt()
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.h60 extern void hexdump(char *, int);
H A Dipv4.c1102 hexdump((char *)pkt->b_rptr, iph->ip_len); in ipv4_tcp_output()
1217 hexdump(char *data, int datalen) in hexdump() function
H A Dethernet.c582 hexdump((char *)mp->b_rptr, size); in ether_output()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_display.c64 static void hexdump(char *, int);
121 hexdump(dlc_header + offset, length); in process_pkt()
754 hexdump(char *data, int datalen) in hexdump() function
/illumos-gate/usr/src/stand/lib/sock/
H A Dsock_test.c657 hexdump(buf, ret); in st_recv()
698 hexdump(buf, ret); in st_recvfrom()
773 hexdump(buf, ret); in st_echo()
/illumos-gate/usr/src/boot/common/
H A Dmisc.c176 hexdump(caddr_t region, size_t len) in hexdump() function
H A Dbootstrap.h67 void hexdump(caddr_t region, size_t len);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h217 extern void hexdump __P((FILE *, void *, int, int));
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dmapfile-vers47 hexdump;
H A Dlibsmb.h294 extern void hexdump(unsigned char *, int);
H A Dsmb_util.c125 hexdump(unsigned char *buffer, int nbytes) in hexdump() function
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c3831 int hexdump = 1; in note_entry() local
3847 hexdump = 1; in note_entry()
3850 hexdump = 0; in note_entry()
3880 if (hexdump) { in note_entry()

12