Searched defs:rctl_local_op (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Drctl.c1560 rctl_local_op(rctl_hndl_t hndl, rctl_val_t *oval, rctl_val_t *nval, function
1635 return (rctl_local_op(hndl, oval, nval, rctl_local_get_cb, p));
1672 return (rctl_local_op(hndl, NULL, val, rctl_local_delete_cb, p));
1722 return (rctl_local_op(hndl, NULL, val, rctl_local_insert_cb, p));
1866 return (rctl_local_op(hndl, new_values, alloc_values,
1974 return (rctl_local_op(hndl, new_values, alloc_values,
1999 * Since this is a callback function to rctl_local_op, we can
2025 return (rctl_local_op(hndl, oval, nval, rctl_local_replace_cb, p));

Completed in 69 milliseconds