Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 1996 18:58:19 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, terry@lambert.org
Cc:        hackers@freebsd.org
Subject:   Re: OK, I'm stumped...
Message-ID:  <199601050758.SAA16837@godzilla.zeta.org.au>

next 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.

Bruce



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