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

/illumos-gate/usr/src/uts/common/sys/
H A Drctl.h162 typedef int rctl_hndl_t; typedef
219 rctl_hndl_t rc_id; /* control handle (hash key) */
239 rctl_hndl_t rcd_id; /* control handle */
258 extern rctl_hndl_t rctlproc_legacy[];
266 rctl_hndl_t rctl_register(const char *, rctl_entity_t, int, rctl_qty_t,
269 rctl_hndl_t rctl_hndl_lookup(const char *);
271 rctl_dict_entry_t *rctl_dict_lookup_hndl(rctl_hndl_t);
280 rctl_qty_t rctl_enforced_value(rctl_hndl_t, rctl_set_t *, struct proc *);
282 int rctl_test(rctl_hndl_t, rctl_set_t *, struct proc *, rctl_qty_t, uint_t);
283 int rctl_action(rctl_hndl_t, rctl_set_
[all...]

Completed in 177 milliseconds