Lines Matching refs:ct_template_t
144 } ct_template_t; typedef
232 typedef ct_template_t *(ct_f_default_t)(void);
317 void ctmpl_free(ct_template_t *);
318 int ctmpl_set(ct_template_t *, ct_kparam_t *, const cred_t *);
319 int ctmpl_get(ct_template_t *, ct_kparam_t *);
320 ct_template_t *ctmpl_dup(ct_template_t *);
321 void ctmpl_activate(ct_template_t *);
322 void ctmpl_clear(ct_template_t *);
323 int ctmpl_create(ct_template_t *, ctid_t *);
358 void ctmpl_init(ct_template_t *, ctmplops_t *, ct_type_t *, void *);
359 void ctmpl_copy(ct_template_t *, ct_template_t *);
360 int ctmpl_create_inval(ct_template_t *, ctid_t *);
361 int contract_ctor(contract_t *, ct_type_t *, ct_template_t *, void *, ctflags_t,