Lines Matching refs:old_rblk
203 * static long rctlsys_get(char *name, rctl_opaque_t *old_rblk,
213 * old_rblk is ignored, and the first value in the resource control value
215 * memory location at new_rblk. In the RCTL_NEXT case, the value of old_rblk
220 rctlsys_get(char *name, rctl_opaque_t *old_rblk, rctl_opaque_t *new_rblk,
322 if (copyin(old_rblk, oblk, sizeof (rctl_opaque_t)) == -1) {
364 * static long rctlsys_set(char *name, rctl_opaque_t *old_rblk,
371 * RCTL_INSERT ignores old_rblk and inserts the value in the appropriate
373 * ignores old_rblk and deletes the first resource control value matching
376 * RCTL_REPLACE, old_rblk is used to match (value, priority); the matching
385 rctlsys_set(char *name, rctl_opaque_t *old_rblk, rctl_opaque_t *new_rblk,
560 if (copyin(old_rblk, oblk, sizeof (rctl_opaque_t)) == -1) {