Lines Matching refs:out_s
123 size_t out_s; in handle_modctl_stat() local
225 out_s = iov->iov_len; in handle_modctl_stat()
229 if (out_s) { in handle_modctl_stat()
230 size = uimin(sizeof(ms_cnt), out_s); in handle_modctl_stat()
233 out_s -= size; in handle_modctl_stat()
236 if (out_s && error == 0) { in handle_modctl_stat()
237 size = uimin(ms_len, out_s); in handle_modctl_stat()
240 out_s -= size; in handle_modctl_stat()
243 if (out_s && error == 0) { in handle_modctl_stat()
244 size = uimin(req_len, out_s); in handle_modctl_stat()
247 out_s -= size; in handle_modctl_stat()