Lines Matching refs:new_rblk
204 * rctl_opaque_t *new_rblk, int flags)
215 * memory location at new_rblk. In the RCTL_NEXT case, the value of old_rblk
217 * at new_rblk.
220 rctlsys_get(char *name, rctl_opaque_t *old_rblk, rctl_opaque_t *new_rblk,
239 if (new_rblk == NULL || name == NULL)
299 ret = copyout(nblk, new_rblk, sizeof (rctl_opaque_t));
353 if (copyout(nblk, new_rblk, sizeof (rctl_opaque_t)) == -1) {
365 * rctl_opaque_t *new_rblk, int flags)
378 * new_rblk. Again, if no match is found, -1 is returned and errno is set to
385 rctlsys_set(char *name, rctl_opaque_t *old_rblk, rctl_opaque_t *new_rblk,
412 if (new_rblk == NULL || name == NULL)
432 if (copyin(new_rblk, nblk, sizeof (rctl_opaque_t)) == -1) {