Searched refs:rcd_ops (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | rctl.h | 191 #define RCTLOP_ACTION(r, p, e) (r->rc_dict_entry->rcd_ops->rco_action(r, p, e)) 192 #define RCTLOP_GET_USAGE(r, p) (r->rc_dict_entry->rcd_ops->rco_get_usage(r, p)) 193 #define RCTLOP_SET(r, p, e, v) (r->rc_dict_entry->rcd_ops->rco_set(r, p, e, v)) 195 (r->rc_dict_entry->rcd_ops->rco_test(r, p, e, v, i, f)) 209 (r->rc_dict_entry->rcd_ops->rco_get_usage == rcop_no_usage) 238 rctl_ops_t *rcd_ops; /* callback operations */ member
|
/titanic_41/usr/src/uts/common/os/ |
H A D | rctl.c | 1526 drde->rcd_ops = NULL; in rctl_global_get() 2366 rctl_de->rcd_ops = ops; in rctl_register()
|