Date: Sat, 8 Nov 2008 14:16:19 -0800 From: "David Christensen" <davidch@broadcom.com> To: "freebsd-current@freebsd.org" <freebsd-current@freebsd.org> Subject: Dumping Large Binary Buffer Through Sysctl Message-ID: <5D267A3F22FD854F8F48B3D2B523819339364836FC@IRVEXCHCCR01.corp.ad.broadcom.com>
next in thread | raw e-mail | index | archive | help
I'm looking for a way to dump a large binary debug buffer=20 in a driver to a file. I've currently implemented this with SYSCTL_ADD_OPAQUE() and it works fine but running the "sysctl -a" command causes this buffer to be dumped which is something of a pain. Is there a better way to do this? Dave
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5D267A3F22FD854F8F48B3D2B523819339364836FC>