Searched refs:sbuf_copyin (Results 1 – 3 of 3) sorted by relevance
117 int sbuf_copyin(struct sbuf *, const void *, size_t);
555 sbuf_copyin(struct sbuf *s, const void *uaddr, size_t len) in sbuf_copyin() function
737 error = sbuf_copyin(sb, uap->why, 128); in sys_abort2()