Lines Matching refs:copyout
136 static int copyout(void __user *info, struct openpromio *opp, int len) in copyout() function
151 return copyout(argp, op, sizeof(int)); in opromgetprop()
157 return copyout(argp, op, sizeof(int) + bufsize); in opromgetprop()
166 return copyout(argp, op, sizeof(int)); in opromnxtprop()
170 return copyout(argp, op, sizeof(int)); in opromnxtprop()
178 return copyout(argp, op, sizeof(int)); in opromnxtprop()
187 return copyout(argp, op, sizeof(int) + bufsize); in opromnxtprop()
242 return copyout(argp, op, bufsize + sizeof(int)); in opromnext()
261 err = copyout(argp, op, bufsize + sizeof(int)); in oprompci2node()
281 return copyout(argp, op, bufsize + sizeof(int)); in oprompath2node()
295 return copyout(argp, op, bufsize + sizeof(int)); in opromgetbootargs()