HomeSort by: relevance | last modified time | path
    Searched defs:uiomove (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_copy.c 103 uiomove(void *buf, size_t n, struct uio *uio) function in typeref:typename:int
153 * Wrapper for uiomove() that validates the arguments against a known-good
166 return (uiomove((char *)buf + offset, buflen - offset, uio));
subr_copy.c 103 uiomove(void *buf, size_t n, struct uio *uio) function in typeref:typename:int
153 * Wrapper for uiomove() that validates the arguments against a known-good
166 return (uiomove((char *)buf + offset, buflen - offset, uio));

Completed in 68 milliseconds