Date: Wed, 17 May 2006 17:56:00 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/opencrypto criov.c Message-ID: <200605171756.k4HHu05F038181@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2006-05-17 17:56:00 UTC FreeBSD src repository Modified files: sys/opencrypto criov.c Log: - Implement cuio_apply(), an equivalent to m_apply(9). - Implement CUIO_SKIP() macro which is only responsible for skipping the given number of bytes from iovec list. This allows to avoid duplicating the same code in three functions. Reviewed by: sam Revision Changes Path 1.4 +49 -30 src/sys/opencrypto/criov.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605171756.k4HHu05F038181>