ct_tmpl_set_internal
return (ct_tmpl_set_internal(fd, CTDP_ACCEPT, aset));
return (ct_tmpl_set_internal(fd, CTDP_NONEG, CTDP_NONEG_SET));
return (ct_tmpl_set_internal(fd, CTDP_NONEG, CTDP_NONEG_CLEAR));
return (ct_tmpl_set_internal(fd, CTP_EV_CRITICAL, events));
return (ct_tmpl_set_internal(fd, CTP_EV_INFO, events));
extern int ct_tmpl_set_internal(int, uint_t, uintptr_t);
return (ct_tmpl_set_internal(fd, CTPP_SUBSUME, ctid));
return (ct_tmpl_set_internal(fd, CTPP_EV_FATAL, events));
return (ct_tmpl_set_internal(fd, CTPP_PARAMS, param));