Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 1996 12:32:41 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        bde@zeta.org.au (Bruce Evans)
Cc:        bde@zeta.org.au, terry@lambert.org, hackers@freebsd.org
Subject:   Re: OK, I'm stumped...
Message-ID:  <199601051932.MAA02584@phaeton.artisoft.com>
In-Reply-To: <199601050758.SAA16837@godzilla.zeta.org.au> from "Bruce Evans" at Jan 5, 96 06:58:19 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> >> 	char buf[SMALLSIZE];
> >> 	...
> >> 	r = uiomove(buf, sizeof buf, uio);
> 
> >I agree that this is a possibility.
> 
> >But I didn't see this usage in the kernel.  Did I not look hard enough?
> 
> See almost any cdev driver, e.g., tty.c:ttwrite() moves things 100 bytes
> at a time.

Ah. Never mind.  Occupational hazard of the file system geek...


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601051932.MAA02584>