Lines Matching refs:copyin
887 error = copyin(uap->data, datap, size); in ioctl()
1142 err = copyin(uap->tv, (caddr_t)&atv64, sizeof(atv64)); in select_nocancel()
1148 err = copyin(uap->tv, (caddr_t)&atv32, sizeof(atv32)); in select_nocancel()
1186 err = copyin(uap->ts, (caddr_t)&ts64, sizeof(ts64)); in pselect_nocancel()
1191 err = copyin(uap->ts, (caddr_t)&ts32, sizeof(ts32)); in pselect_nocancel()
1210 err = copyin(uap->mask, &newset, sizeof(sigset_t)); in pselect_nocancel()
1318 (uap->name ? copyin(uap->name, &sel->ibits[(x) * nw], ni) : 0) in select_internal()
1724 error = copyin(uap->fds, fds, nfds * sizeof(struct pollfd)); in poll_nocancel()
2213 error = copyin(uap->timeoutp, &ts, sizeof(ts)); in gethostuuid()
2221 error = copyin(uap->timeoutp, &ts, sizeof(ts)); in gethostuuid()
2268 error = copyin(args->arg3, (char *)&len, sizeof(len)); in ledger()
2270 error = copyin(args->arg2, (char *)&len, sizeof(len)); in ledger()
2273 { error = copyin(args->arg2, (char *)&lla, sizeof(lla));} in ledger()
2464 if (copyin(buffer, log_msg, size) != 0) { in log_data()