Lines Matching defs:param_value
1540 uint64_t param_value;
1548 param_value = *(uint64_t *)kparam->ctpm_kbuf;
1555 template->ctmpl_cookie = param_value;
1558 if (param_value & ~(uint64_t)template->ctmpl_ops->allevents)
1561 template->ctmpl_ev_info = param_value;
1564 if (param_value & ~(uint64_t)template->ctmpl_ops->allevents) {
1567 } else if ((~template->ctmpl_ev_crit & param_value) == 0) {
1572 template->ctmpl_ev_crit = param_value;
1610 uint64_t *param_value;
1618 param_value = kparam->ctpm_kbuf;
1626 *param_value = template->ctmpl_cookie;
1629 *param_value = template->ctmpl_ev_info;
1632 *param_value = template->ctmpl_ev_crit;