Searched refs:xdump (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ofed/libibmad/ |
H A D | rpc.c | 138 xdump(stderr, "send buf\n", sndbuf, umad_size() + len); in _do_madrpc() 180 xdump(stderr, "rcv buf\n", umad_get_mad(rcvbuf), in _do_madrpc() 277 xdump(stderr, "mad data\n", mad + rpc->dataoffs, rpc->datasz); in mad_rpc() 327 xdump(stderr, "rmpp mad data\n", mad + rpc->dataoffs, in mad_rpc_rmpp()
|
H A D | serv.c | 72 xdump(stderr, "mad send data\n", in mad_send_via() 163 xdump(stderr, "mad respond pkt\n", mad, IB_MAD_SIZE); in mad_respond_via()
|
H A D | libibmad.map | 3 xdump;
|
H A D | dump.c | 1197 void xdump(FILE * file, char *msg, void *p, int size) in xdump() function
|
H A D | mad.h | 1840 MAD_EXPORT void xdump(FILE * file, char *msg, void *p, int size);
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibdiag_sa.c | 124 xdump(stdout, "SA Request:\n", umad_get_mad(umad), len); in sa_query() 162 xdump(stdout, "SA Response:\n", mad, len); in sa_query()
|
H A D | smpdump.c | 288 xdump(stderr, "before send:\n", smp, 256); in main() 298 xdump(stdout, 0, smp->data, 64); in main()
|
H A D | ibsysstat.c | 113 xdump(stderr, "mad respond pkt\n", mad, IB_MAD_SIZE); in server_respond()
|
H A D | ibroute.c | 70 xdump(stderr, "nodeinfo\n", ni, sizeof ni); in check_switch()
|