Lines Matching refs:nval
1560 rctl_local_op(rctl_hndl_t hndl, rctl_val_t *oval, rctl_val_t *nval,
1589 ret = cbop(hndl, p, &e, rctl, oval, nval);
1598 rctl_t *rctl, rctl_val_t *oval, rctl_val_t *nval)
1604 bcopy(rctl->rc_values, nval, sizeof (rctl_val_t));
1616 bcopy(tval->rcv_next, nval, sizeof (rctl_val_t));
1632 rctl_local_get(rctl_hndl_t hndl, rctl_val_t *oval, rctl_val_t *nval,
1635 return (rctl_local_op(hndl, oval, nval, rctl_local_get_cb, p));
1641 rctl_t *rctl, rctl_val_t *oval, rctl_val_t *nval)
1643 if ((oval = rctl_val_list_find(&rctl->rc_values, nval)) == NULL)
1690 rctl_t *rctl, rctl_val_t *oval, rctl_val_t *nval)
1697 if (rctl_val_list_insert(&rctl->rc_values, nval) != 0)
1700 if (rctl_val_cmp(nval, rctl->rc_cursor, 0) < 0) {
1701 rctl->rc_cursor = nval;
1980 rctl_t *rctl, rctl_val_t *oval, rctl_val_t *nval)
2004 if (ret = rctl_local_insert_cb(hndl, p, e, rctl, NULL, nval))
2022 rctl_local_replace(rctl_hndl_t hndl, rctl_val_t *oval, rctl_val_t *nval,
2025 return (rctl_local_op(hndl, oval, nval, rctl_local_replace_cb, p));