Home | History | Annotate | Download | only in kern

Lines Matching defs:ret_k

1030 	unsigned ret_k;
1054 &ret_k);
1059 error = copyout(keys_k, keys_u, ret_k * sizeof(keys_k[0]));
1064 error = copyout(vals_k, vals_u, ret_k * sizeof(vals_k[0]));
1069 error = copyout(&ret_k, ret_u, sizeof(ret_k));
1092 int ret_k;
1100 error = vfs_quotactl_cursoratend(mp, &cursor_k, &ret_k);
1105 error = copyout(&ret_k, ret_u, sizeof(ret_k));