OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uiomove
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/sys/sys/
uio.h
102
int
uiomove
(void *, size_t, struct uio *);
109
return (
uiomove
(cp, n, uio));
131
error =
uiomove
(cp, cnt, &auio);
165
#define
uiomove
(cp, n, dir, uio) zfs_uiomove((cp), (n), (dir), (uio))
macro
/src/sys/kern/
subr_copy.c
106
uiomove
(void *buf, size_t n, struct uio *uio)
function
156
* Wrapper for
uiomove
() that validates the arguments against a known-good
169
return (
uiomove
((char *)buf + offset, buflen - offset, uio));
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026